diff options
-rw-r--r-- | media-gfx/autotrace/ChangeLog | 8 | ||||
-rw-r--r-- | media-gfx/autotrace/autotrace-0.31.1-r1.ebuild | 6 | ||||
-rw-r--r-- | media-gfx/autotrace/autotrace-0.31.1.ebuild | 6 | ||||
-rw-r--r-- | media-gfx/autotrace/metadata.xml | 8 |
4 files changed, 22 insertions, 6 deletions
diff --git a/media-gfx/autotrace/ChangeLog b/media-gfx/autotrace/ChangeLog index 04cacd6a4081..cefa7cedc6f3 100644 --- a/media-gfx/autotrace/ChangeLog +++ b/media-gfx/autotrace/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/autotrace -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/autotrace/ChangeLog,v 1.6 2003/12/03 15:53:55 agriffis Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/autotrace/ChangeLog,v 1.7 2004/02/02 21:13:59 mholzer Exp $ + + 02 Feb 2004; Martin Holzer <mholzer@gentoo.org> autotrace-0.31.1-r1.ebuild, + autotrace-0.31.1.ebuild: + adding media-libs/libexif to depend. Closes 39695 03 Dec 2003; Aron Griffis <agriffis@gentoo.org> autotrace-0.31.1-r1.ebuild: Stable on alpha to support lilypond-1.8.2 diff --git a/media-gfx/autotrace/autotrace-0.31.1-r1.ebuild b/media-gfx/autotrace/autotrace-0.31.1-r1.ebuild index 183ef5529c2f..cd23e32f0b41 100644 --- a/media-gfx/autotrace/autotrace-0.31.1-r1.ebuild +++ b/media-gfx/autotrace/autotrace-0.31.1-r1.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/autotrace/autotrace-0.31.1-r1.ebuild,v 1.4 2003/12/03 15:53:55 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/autotrace/autotrace-0.31.1-r1.ebuild,v 1.5 2004/02/02 21:13:59 mholzer Exp $ IUSE="png flash imagemagick" DESCRIPTION="Converts Bitmaps to vector-grahics" SRC_URI="mirror://sourceforge/autotrace/${P}.tar.gz" +RESTRICT="nomirror" HOMEPAGE="http://autotrace.sourceforge.net/" SLOT="0" @@ -13,6 +14,7 @@ LICENSE="GPL-2" KEYWORDS="~x86 alpha" DEPEND=">=x11-libs/gtkDPS-0.3.3 + media-libs/libexif >=x11-libs/gtk+-1.2.10-r4 png? ( >=media-libs/libpng-1.2.5-r4 ) flash? ( >=media-libs/ming-0.2a ) diff --git a/media-gfx/autotrace/autotrace-0.31.1.ebuild b/media-gfx/autotrace/autotrace-0.31.1.ebuild index fa9a74a6a806..b2150e9c0def 100644 --- a/media-gfx/autotrace/autotrace-0.31.1.ebuild +++ b/media-gfx/autotrace/autotrace-0.31.1.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/autotrace/autotrace-0.31.1.ebuild,v 1.3 2003/09/06 23:56:38 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/autotrace/autotrace-0.31.1.ebuild,v 1.4 2004/02/02 21:13:59 mholzer Exp $ DESCRIPTION="Converts Bitmaps to vector-grahics" SRC_URI="mirror://sourceforge/autotrace/${P}.tar.gz" +RESTRICT="nomirror" HOMEPAGE="http://autotrace.sourceforge.net/" SLOT="0" @@ -11,6 +12,7 @@ LICENSE="GPL-2" KEYWORDS="x86" DEPEND=">=x11-libs/gtkDPS-0.3.3 + media-libs/libexif >=x11-libs/gtk+-1.2.10-r4" src_compile() { diff --git a/media-gfx/autotrace/metadata.xml b/media-gfx/autotrace/metadata.xml new file mode 100644 index 000000000000..c90d8d48bd03 --- /dev/null +++ b/media-gfx/autotrace/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>media-gfx</herd> +<maintainer> +<email>graphics@gentoo.org</email> +</maintainer> +</pkgmetadata> |