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/pstoedit | |
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/pstoedit')
-rw-r--r-- | media-gfx/pstoedit/files/digest-pstoedit-3.31 | 1 | ||||
-rw-r--r-- | media-gfx/pstoedit/pstoedit-3.31-r1.ebuild | 13 | ||||
-rw-r--r-- | media-gfx/pstoedit/pstoedit-3.31.ebuild | 35 |
3 files changed, 6 insertions, 43 deletions
diff --git a/media-gfx/pstoedit/files/digest-pstoedit-3.31 b/media-gfx/pstoedit/files/digest-pstoedit-3.31 deleted file mode 100644 index d0716d98260b..000000000000 --- a/media-gfx/pstoedit/files/digest-pstoedit-3.31 +++ /dev/null @@ -1 +0,0 @@ -MD5 d1d44bdb21ffafdd767191e8789787a2 pstoedit_3_31.zip 558546 diff --git a/media-gfx/pstoedit/pstoedit-3.31-r1.ebuild b/media-gfx/pstoedit/pstoedit-3.31-r1.ebuild index 5a4c9abf7675..c4ea3a4de821 100644 --- a/media-gfx/pstoedit/pstoedit-3.31-r1.ebuild +++ b/media-gfx/pstoedit/pstoedit-3.31-r1.ebuild @@ -1,15 +1,18 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pstoedit/pstoedit-3.31-r1.ebuild,v 1.3 2002/07/11 06:30:27 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pstoedit/pstoedit-3.31-r1.ebuild,v 1.4 2002/07/23 05:18:07 seemant Exp $ # nonstandard archive name and source dir MY_P=${P//[-.]/_} S=${WORKDIR}/${P/-/_} - DESCRIPTION="translates PostScript and PDF graphics into other vector formats" SRC_URI="http://home.t-online.de/home/helga.glunz/wglunz/${PN}/${MY_P}.zip" HOMEPAGE="http://www.pstoedit.net/pstoedit" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + DEPEND="media-libs/libpng sys-libs/zlib" @@ -18,11 +21,7 @@ RDEPEND="$DEPEND src_compile() { cd ${S}/config - ./configure \ - --build=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die "./configure failed" + econf || die "./configure failed" cd ${S}/src emake || die "emake failed" diff --git a/media-gfx/pstoedit/pstoedit-3.31.ebuild b/media-gfx/pstoedit/pstoedit-3.31.ebuild deleted file mode 100644 index c4225ce02cf7..000000000000 --- a/media-gfx/pstoedit/pstoedit-3.31.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pstoedit/pstoedit-3.31.ebuild,v 1.2 2002/07/11 06:30:27 drobbins Exp $ - -# nonstandard archive name and source dir -A=${P//[-.]/_}.zip -S=${WORKDIR}/${P/-/_} - -DESCRIPTION="translates PostScript and PDF graphics into other vector formats" -SRC_URI="http://home.t-online.de/home/helga.glunz/wglunz/${PN}/${A}" -HOMEPAGE="http://www.pstoedit.net/pstoedit" - -DEPEND="media-libs/libpng - sys-libs/zlib" - -RDEPEND="$DEPEND - app-text/ghostscript" - -src_compile() { - cd ${S}/config - ./configure \ - --build=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die "./configure failed" - - cd ${S}/src - emake || die "emake failed" -} - -src_install () { - dodoc readme.txt copying changelog.htm - cd ${S}/src - make DESTDIR=${D} install || die "make install failed" -} |