summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2003-03-13 01:32:51 +0000
committerGeorge Shapovalov <george@gentoo.org>2003-03-13 01:32:51 +0000
commite2b5930ffce95aeff3fd1057597ddc171562dfdb (patch)
treee6a39137196c744a7693a48d65255b896d251031 /media-gfx/frontline
parentchanged kino-version to avoid conflicts with 0.6.4 (diff)
downloadgentoo-2-e2b5930ffce95aeff3fd1057597ddc171562dfdb.tar.gz
gentoo-2-e2b5930ffce95aeff3fd1057597ddc171562dfdb.tar.bz2
gentoo-2-e2b5930ffce95aeff3fd1057597ddc171562dfdb.zip
new package: autotrace (see #16057) >= 0.31.1 Front-end
Diffstat (limited to 'media-gfx/frontline')
-rw-r--r--media-gfx/frontline/ChangeLog10
-rw-r--r--media-gfx/frontline/files/digest-frontline-0.5.41
-rw-r--r--media-gfx/frontline/frontline-0.5.4.ebuild29
3 files changed, 40 insertions, 0 deletions
diff --git a/media-gfx/frontline/ChangeLog b/media-gfx/frontline/ChangeLog
new file mode 100644
index 000000000000..72e7f9e18ba1
--- /dev/null
+++ b/media-gfx/frontline/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for media-gfx/frontline
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/frontline/ChangeLog,v 1.1 2003/03/13 01:32:51 george Exp $
+
+*frontline-0.5.4.ebuild (12 Mar 2003)
+
+ 12 Mar 2003; George Shapovalov <george@gentoo.org> ChangeLog, frontline-0.5.4.ebuild, files/digest-frontline-0.5.4 :
+ initial release
+ Front-End to Autotrace (Converts Bitmaps to vector-grahics)
+ ebuild submitted by
diff --git a/media-gfx/frontline/files/digest-frontline-0.5.4 b/media-gfx/frontline/files/digest-frontline-0.5.4
new file mode 100644
index 000000000000..91db5a7bf261
--- /dev/null
+++ b/media-gfx/frontline/files/digest-frontline-0.5.4
@@ -0,0 +1 @@
+MD5 5fc2c3459b153dbc2b3138c1133f927e frontline-0.5.4.tar.gz 259064
diff --git a/media-gfx/frontline/frontline-0.5.4.ebuild b/media-gfx/frontline/frontline-0.5.4.ebuild
new file mode 100644
index 000000000000..1262500d2e3f
--- /dev/null
+++ b/media-gfx/frontline/frontline-0.5.4.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/frontline/frontline-0.5.4.ebuild,v 1.1 2003/03/13 01:32:51 george Exp $
+
+IUSE=""
+
+DESCRIPTION="Front-End to Autotrace (Converts Bitmaps to vector-grahics)"
+SRC_URI="http://ftp1.sourceforge.net/autotrace/${P}.tar.gz"
+HOMEPAGE="http://autotrace.sourceforge.net/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+DEPEND=">=media-gfx/autotrace-0.31.1
+ >=media-gfx/gimp-1.2.1
+ >=media-libs/libart_lgpl-2.3.8
+ >=media-libs/imlib-1.8.2"
+
+src_compile() {
+ econf
+ emake -j 1 || die
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+
+ dodoc AUTHORS COPYING ChangeLog NEWS README
+}