2012-05-04 07:59:48 +04:00
|
|
|
# Copyright 1999-2012 Gentoo Foundation
|
2011-11-09 11:33:19 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2012-05-04 07:59:48 +04:00
|
|
|
# $Header: /var/cvsroot/gentoo-x86/app-misc/cdcollect/cdcollect-0.6.0-r1.ebuild,v 1.3 2012/05/03 19:41:33 jdhore Exp $
|
2011-11-09 11:33:19 +04:00
|
|
|
|
|
|
|
EAPI=2
|
|
|
|
|
|
|
|
inherit gnome2 mono eutils
|
|
|
|
|
|
|
|
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.bz2"
|
|
|
|
|
|
|
|
LICENSE="GPL-2"
|
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
RDEPEND=">=dev-lang/mono-1.1.17
|
|
|
|
>=dev-dotnet/gtk-sharp-2.8.0:2
|
|
|
|
>=x11-libs/gtk+-2.8.0:2
|
|
|
|
>=dev-db/sqlite-3.3.5:3
|
|
|
|
>=gnome-base/gconf-2.8.0:2
|
|
|
|
dev-perl/XML-Parser
|
|
|
|
>=dev-dotnet/gconf-sharp-2.8.0:2
|
|
|
|
|| ( dev-dotnet/gtk-sharp:2[glade] >=dev-dotnet/glade-sharp-2.8.0:2 )
|
|
|
|
>=dev-dotnet/gnome-sharp-2.8.0:2
|
|
|
|
>=dev-dotnet/gnomevfs-sharp-2.8.0:2"
|
|
|
|
DEPEND="${RDEPEND}
|
|
|
|
dev-util/intltool
|
2012-05-04 07:59:48 +04:00
|
|
|
virtual/pkgconfig"
|
2011-11-09 11:33:19 +04:00
|
|
|
|
|
|
|
USE_DESTDIR="1"
|
|
|
|
|
|
|
|
DOCS="AUTHORS ChangeLog NEWS README TODO"
|
|
|
|
|
|
|
|
src_prepare() {
|
|
|
|
gnome2_src_prepare
|
|
|
|
# Fix build against mono-2.8
|
|
|
|
epatch "${FILESDIR}/${PN}-0.6.0-sqlite.patch"
|
|
|
|
}
|