diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 05:18:07 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 05:18:07 +0000 |
commit | 3a89607874133fbc78bdd1a8fa60f1c858d57fff (patch) | |
tree | 7e4ac1bb8a92559928b450b0d81b702ed188cba4 /media-gfx/xpaint | |
parent | added SLOT/KEYWORDS (diff) | |
download | gentoo-2-3a89607874133fbc78bdd1a8fa60f1c858d57fff.tar.gz gentoo-2-3a89607874133fbc78bdd1a8fa60f1c858d57fff.tar.bz2 gentoo-2-3a89607874133fbc78bdd1a8fa60f1c858d57fff.zip |
repoman'd
Diffstat (limited to 'media-gfx/xpaint')
-rw-r--r-- | media-gfx/xpaint/files/digest-xpaint-2.6.2 | 1 | ||||
-rw-r--r-- | media-gfx/xpaint/xpaint-2.6.2-r1.ebuild | 6 | ||||
-rw-r--r-- | media-gfx/xpaint/xpaint-2.6.2.ebuild | 43 |
3 files changed, 4 insertions, 46 deletions
diff --git a/media-gfx/xpaint/files/digest-xpaint-2.6.2 b/media-gfx/xpaint/files/digest-xpaint-2.6.2 deleted file mode 100644 index 60175c84d1cd..000000000000 --- a/media-gfx/xpaint/files/digest-xpaint-2.6.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 9f22460f15a189721573d88454ce3d41 xpaint-2.6.2.tar.gz 265319 diff --git a/media-gfx/xpaint/xpaint-2.6.2-r1.ebuild b/media-gfx/xpaint/xpaint-2.6.2-r1.ebuild index f33d3c9d80e0..682dfcfbc8a9 100644 --- a/media-gfx/xpaint/xpaint-2.6.2-r1.ebuild +++ b/media-gfx/xpaint/xpaint-2.6.2-r1.ebuild @@ -1,13 +1,15 @@ #Copyright 2002 Gentoo Technologies, Inc. #Distributed under the terms of the GNU General Public License, v2 or later -#Author John Stalker <stalker@math.princeton.edu> -#$Header: /var/cvsroot/gentoo-x86/media-gfx/xpaint/xpaint-2.6.2-r1.ebuild,v 1.1 2002/04/13 00:51:29 seemant Exp $ +#$Header: /var/cvsroot/gentoo-x86/media-gfx/xpaint/xpaint-2.6.2-r1.ebuild,v 1.2 2002/07/23 05:18:07 seemant Exp $ S=${WORKDIR}/xpaint DESCRIPTION="XPaint is an image editor which supports most standard paint program options." SRC_URI="http://home.worldonline.dk/~torsten/xpaint/${P}.tar.gz" HOMEPAGE="http://home.worldonline.dk/~torsten/xpaint/" + SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" DEPEND=">=media-libs/tiff-3.2 virtual/x11 diff --git a/media-gfx/xpaint/xpaint-2.6.2.ebuild b/media-gfx/xpaint/xpaint-2.6.2.ebuild deleted file mode 100644 index 8d599cf80880..000000000000 --- a/media-gfx/xpaint/xpaint-2.6.2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -#Copyright 2002 Gentoo Technologies, Inc. -#Distributed under the terms of the GNU General Public License, v2 or later -#Author John Stalker <stalker@math.princeton.edu> -#$Header: /var/cvsroot/gentoo-x86/media-gfx/xpaint/xpaint-2.6.2.ebuild,v 1.2 2002/03/18 08:13:18 gbevin Exp $ - -S=${WORKDIR}/xpaint -DESCRIPTION="XPaint is an image editor which supports most standard paint program options." -SRC_URI="http://home.worldonline.dk/~torsten/xpaint/${P}.tar.gz" -HOMEPAGE="http://home.worldonline.dk/~torsten/xpaint/" -SLOT="0" - -DEPEND=">=media-libs/tiff-3.2 - virtual/x11 - >=media-libs/jpeg-6 - >=media-libs/libpng-1.0.2" - -src_unpack() { - - unpack ${P}.tar.gz - cd ${S} - patch -p0 < ${FILESDIR}/Local.config-2.6.2.diff - -} - -src_compile() { - - xmkmf || die - make Makefiles || die - emake || die - -} - -src_install () { - - make DESTDIR=${D} install || die - make DESTDIR=${D} install.man || die - dodoc ChangeLog INSTALL README README.PNG README.old TODO - -} - - - - |