diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-01-15 18:06:58 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-01-15 18:06:58 +0000 |
commit | aea73e8fd1a34db009bcdd083da768918f5aff9d (patch) | |
tree | 67b5bfa76fd2298eac99c8ac93f103d7269ae898 /media-gfx/gimp-print | |
parent | Bump mythtv-0.13 to stable x86. (Manifest recommit) (diff) | |
download | gentoo-2-aea73e8fd1a34db009bcdd083da768918f5aff9d.tar.gz gentoo-2-aea73e8fd1a34db009bcdd083da768918f5aff9d.tar.bz2 gentoo-2-aea73e8fd1a34db009bcdd083da768918f5aff9d.zip |
cleanups
Diffstat (limited to 'media-gfx/gimp-print')
-rw-r--r-- | media-gfx/gimp-print/Manifest | 2 | ||||
-rw-r--r-- | media-gfx/gimp-print/files/digest-gimp-print-4.3.21 | 1 | ||||
-rw-r--r-- | media-gfx/gimp-print/gimp-print-4.3.21.ebuild | 89 |
3 files changed, 0 insertions, 92 deletions
diff --git a/media-gfx/gimp-print/Manifest b/media-gfx/gimp-print/Manifest index 0bc8880ad41d..8b59e22b7db4 100644 --- a/media-gfx/gimp-print/Manifest +++ b/media-gfx/gimp-print/Manifest @@ -1,8 +1,6 @@ MD5 d8eed8018dccf98d0dfc3758c527d3a7 gimp-print-4.2.5-r2.ebuild 2416 -MD5 e1470416e194d8caaf9897e288c8e238 gimp-print-4.3.21.ebuild 2483 MD5 a7da9d3e690fe6b470b1de929b7b6147 gimp-print-4.3.25.ebuild 2541 MD5 8a1d0a6ed7211a4e73d1af159a112f1e ChangeLog 4866 MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161 MD5 68cc29ffb32d107b59d0ab6407a7613e files/digest-gimp-print-4.2.5-r2 69 -MD5 e26370684f22223beef14cb8ec95fc06 files/digest-gimp-print-4.3.21 71 MD5 94a8ae98dec669908e232459b3a17e96 files/digest-gimp-print-4.3.25 71 diff --git a/media-gfx/gimp-print/files/digest-gimp-print-4.3.21 b/media-gfx/gimp-print/files/digest-gimp-print-4.3.21 deleted file mode 100644 index f1ba66425069..000000000000 --- a/media-gfx/gimp-print/files/digest-gimp-print-4.3.21 +++ /dev/null @@ -1 +0,0 @@ -MD5 e207c50fe481f3dd8a16e29232b3970a gimp-print-4.3.21.tar.bz2 4101515 diff --git a/media-gfx/gimp-print/gimp-print-4.3.21.ebuild b/media-gfx/gimp-print/gimp-print-4.3.21.ebuild deleted file mode 100644 index a08a67aa1fb4..000000000000 --- a/media-gfx/gimp-print/gimp-print-4.3.21.ebuild +++ /dev/null @@ -1,89 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/gimp-print-4.3.21.ebuild,v 1.6 2003/12/09 17:50:48 lanius Exp $ - -IUSE="nls gtk readline cups foomaticdb ppds" - -DESCRIPTION="Gimp Print Drivers" -HOMEPAGE="http://gimp-print.sourceforge.net" -KEYWORDS="~x86 ~ppc ~alpha ~sparc ~hppa ~amd64" -SRC_URI="mirror://sourceforge/gimp-print/${P}.tar.bz2" - -DEPEND="cups? ( >=net-print/cups-1.1.14 ) - media-gfx/imagemagick - virtual/ghostscript - sys-libs/readline - gtk? ( =x11-libs/gtk+-1.2* ) - dev-lang/perl - foomaticdb? ( net-print/foomatic-db-engine )" - -LICENSE="GPL-2" -SLOT="0" - -src_compile() { - use nls \ - && myconf="${myconf} --enable-nls" \ - || myconf="${myconf} --disable-nls" - - use readline \ - && myconf="${myconf} --with-readline" \ - || myconf="${myconf} --without-readline" - - use gtk \ - && myconf="${myconf} --enable-lexmarkutil" \ - || myconf="${myconf} --disable-lexmarkutil" - - has_version =media-gfx/gimp-1.2* \ - && myconf="${myconf} --with-gimp" \ - || myconf="${myconf} --without-gimp" - - if [ `use cups` ]; then - myconf="${myconf} --with-cups" - else - myconf="${myconf} --without-cups" - fi - - if [ "`use cups`" -a "`use ppds`" ]; then - myconf="${myconf} --enable-cups-ppds" - else - myconf="${myconf} --disable-cups-ppds" - fi - - use foomaticdb \ - && myconf="${myconf} --with-foomatic3" \ - || myconf="${myconf} --without-foomatic" - - # --without-translated-ppds enabled \ - econf \ - --enable-test \ - --with-ghostscript \ - --with-user-guide \ - --with-samples \ - --with-escputil \ - $myconf || die - - # IJS Patch - cp src/ghost/ijsgimpprint.c src/ghost/ijsgimpprint.c.org - sed -e "s/<ijs/<ijs\/ijs/g" src/ghost/ijsgimpprint.c.org > src/ghost/ijsgimpprint.c - - emake || die "compile problem" -} - -src_install () { - make install DESTDIR=${D} || die - - exeinto /usr/share/gimp-print - doexe test/{unprint,pcl-unprint,bjc-unprint,parse-escp2,curve,escp2-weavetest,run-testdither,run-weavetest,testdither} - - dodoc AUTHORS COPYING ChangeLog NEWS README \ - doc/users_guide/users-guide.ps doc/users_guide/users-guide.pdf \ - ${D}/usr/share/gimp-print/doc/gimpprint.ps - dohtml doc/FAQ.html - dohtml -r doc/users_guide/html doc/developer/developer-html - rm -fR ${D}/usr/share/gimp-print/doc -} - -pkg_postinst () { - einfo "The gimp-print ebuild no longer creates the ppds automatically, please use foomatic" - einfo "to do so or remerge gimp-print with the ppds use flag." -} |