diff options
Diffstat (limited to 'app-misc/cdcollect/cdcollect-0.5.1.ebuild')
-rw-r--r-- | app-misc/cdcollect/cdcollect-0.5.1.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/app-misc/cdcollect/cdcollect-0.5.1.ebuild b/app-misc/cdcollect/cdcollect-0.5.1.ebuild new file mode 100644 index 000000000000..dfcd253ae840 --- /dev/null +++ b/app-misc/cdcollect/cdcollect-0.5.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/cdcollect/cdcollect-0.5.1.ebuild,v 1.1 2005/12/30 02:47:52 metalgod Exp $ + +inherit gnome2 mono + +DESCRIPTION="CDCollect is a CD catalog application for gnome 2. Its functionality is similar to the old gtktalog" +HOMEPAGE="http://cdcollect.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=dev-lang/mono-1.1.9 + >=dev-dotnet/gtk-sharp-2.3.91 + >=dev-db/sqlite-2.8.16 + >=dev-util/pkgconfig-0.9 + dev-perl/XML-Parser + >=dev-util/intltool-0.25" + +RDEPEND="${DEPEND}" + +USE_DESTDIR="1" + +DOCS="AUTHORS ChangeLog NEWS README TODO" |