diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 04:33:46 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 04:33:46 +0000 |
commit | 4a64a5e10903c1ccfe54b84d211ff332673c35b6 (patch) | |
tree | f010261d2e71e0fb5464ddb2004532cf4a081135 /media-gfx/autotrace | |
parent | *** empty log message *** (diff) | |
download | historical-4a64a5e10903c1ccfe54b84d211ff332673c35b6.tar.gz historical-4a64a5e10903c1ccfe54b84d211ff332673c35b6.tar.bz2 historical-4a64a5e10903c1ccfe54b84d211ff332673c35b6.zip |
repoman'd
Diffstat (limited to 'media-gfx/autotrace')
-rw-r--r-- | media-gfx/autotrace/autotrace-0.26-r1.ebuild | 29 | ||||
-rw-r--r-- | media-gfx/autotrace/autotrace-0.27a.ebuild | 32 | ||||
-rw-r--r-- | media-gfx/autotrace/autotrace-0.30.ebuild | 17 | ||||
-rw-r--r-- | media-gfx/autotrace/files/digest-autotrace-0.26-r1 | 1 | ||||
-rw-r--r-- | media-gfx/autotrace/files/digest-autotrace-0.27a | 1 |
5 files changed, 8 insertions, 72 deletions
diff --git a/media-gfx/autotrace/autotrace-0.26-r1.ebuild b/media-gfx/autotrace/autotrace-0.26-r1.ebuild deleted file mode 100644 index a9bcbf65caf1..000000000000 --- a/media-gfx/autotrace/autotrace-0.26-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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/autotrace/autotrace-0.26-r1.ebuild,v 1.4 2002/07/11 06:30:27 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Converts Bitmaps to vector-grahics" -SRC_URI="http://homepages.go.com/homepages/m/a/r/martweb/${P}.tar.gz" -HOMEPAGE="http://homepages.go.com/homepages/m/a/r/martweb/AutoTrace.htm" - -DEPEND="virtual/glibc - >=x11-libs/gtkDPS-0.3.3 - =x11-libs/gtk+-1.2*" - - -src_compile() { - - ./configure --prefix=/usr || die - # cp Makefile Makefile.orig - # sed -e "s:\$(LINK):\$(LINK) -lXt:" Makefile.orig > Makefile - make || die - -} - -src_install () { - - cd ${S} - make DESTDIR=${D} install || die - dodoc AUTHORS COPYING ChangeLog NEWS README -} diff --git a/media-gfx/autotrace/autotrace-0.27a.ebuild b/media-gfx/autotrace/autotrace-0.27a.ebuild deleted file mode 100644 index 7c7c61adeb34..000000000000 --- a/media-gfx/autotrace/autotrace-0.27a.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# 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/autotrace/autotrace-0.27a.ebuild,v 1.5 2002/07/11 06:30:27 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Converts Bitmaps to vector-grahics" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -HOMEPAGE="http://autotrace.sourceforge.net/" - -DEPEND="virtual/glibc - >=x11-libs/gtkDPS-0.3.3 - =x11-libs/gtk+-1.2*" - - -src_compile() { - - ./configure --host=${CHOST} \ - --prefix=/usr || die - - # cp Makefile Makefile.orig - # sed -e "s:\$(LINK):\$(LINK) -lXt:" Makefile.orig > Makefile - - make || die -} - -src_install() { - - make DESTDIR=${D} install || die - - dodoc AUTHORS COPYING ChangeLog NEWS README -} - diff --git a/media-gfx/autotrace/autotrace-0.30.ebuild b/media-gfx/autotrace/autotrace-0.30.ebuild index b13673d181fc..da04141a1292 100644 --- a/media-gfx/autotrace/autotrace-0.30.ebuild +++ b/media-gfx/autotrace/autotrace-0.30.ebuild @@ -1,24 +1,24 @@ # 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/autotrace/autotrace-0.30.ebuild,v 1.2 2002/07/11 06:30:27 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/autotrace/autotrace-0.30.ebuild,v 1.3 2002/07/23 04:33:46 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Converts Bitmaps to vector-grahics" SRC_URI="http://ftp1.sourceforge.net/${PN}/${P}.tar.gz" HOMEPAGE="http://autotrace.sourceforge.net/" -DEPEND="virtual/glibc - >=x11-libs/gtkDPS-0.3.3 +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND=">=x11-libs/gtkDPS-0.3.3 >=x11-libs/gtk+-1.2.10-r4" -RDEPEND=${DEPEND} -LICENSE="GPL-2" +RDEPEND=${DEPEND} src_compile() { - ./configure --host=${CHOST} \ - --prefix=/usr || die - + econf || die emake || die } @@ -28,4 +28,3 @@ src_install() { dodoc AUTHORS COPYING ChangeLog NEWS README } - diff --git a/media-gfx/autotrace/files/digest-autotrace-0.26-r1 b/media-gfx/autotrace/files/digest-autotrace-0.26-r1 deleted file mode 100644 index 7bc6eafd8728..000000000000 --- a/media-gfx/autotrace/files/digest-autotrace-0.26-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 3b4dd2f63840642aad6110aa80ac299d autotrace-0.26.tar.gz 119613 diff --git a/media-gfx/autotrace/files/digest-autotrace-0.27a b/media-gfx/autotrace/files/digest-autotrace-0.27a deleted file mode 100644 index 8e8acd747f0d..000000000000 --- a/media-gfx/autotrace/files/digest-autotrace-0.27a +++ /dev/null @@ -1 +0,0 @@ -MD5 cb656a5d76170ab64d95ed81642d0233 autotrace-0.27a.tar.gz 205988 |