diff options
author | Chris Reffett <creffett@gentoo.org> | 2013-01-19 22:24:03 +0000 |
---|---|---|
committer | Chris Reffett <creffett@gentoo.org> | 2013-01-19 22:24:03 +0000 |
commit | 18ff1b5890aea16627961d3dc53c05e086732363 (patch) | |
tree | 0c7e86722fca89e3b6e5c9489e9344e5d185b15f /kde-misc/kover | |
parent | Just change the name of the tarball so no one sees anything weird (diff) | |
download | gentoo-2-18ff1b5890aea16627961d3dc53c05e086732363.tar.gz gentoo-2-18ff1b5890aea16627961d3dc53c05e086732363.tar.bz2 gentoo-2-18ff1b5890aea16627961d3dc53c05e086732363.zip |
Remove kover-5 since new libcdio will go stable soonish
(Portage version: 2.2.0_alpha154/cvs/Linux x86_64, signed Manifest commit with key 42618354)
Diffstat (limited to 'kde-misc/kover')
-rw-r--r-- | kde-misc/kover/kover-5.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/kde-misc/kover/kover-5.ebuild b/kde-misc/kover/kover-5.ebuild deleted file mode 100644 index 2601f4ed5fa2..000000000000 --- a/kde-misc/kover/kover-5.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kover/kover-5.ebuild,v 1.2 2013/01/19 02:24:14 creffett Exp $ - -EAPI=5 -KDE_LINGUAS="de es fr it nb no pl" - -inherit kde4-base - -DESCRIPTION="An easy to use WYSIWYG CD cover printer with CDDB support" -HOMEPAGE="http://lisas.de/kover/" -SRC_URI="http://lisas.de/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="4" -KEYWORDS="~amd64 ~x86" -IUSE="nls" - -RDEPEND=" - <dev-libs/libcdio-0.90[-minimal] - media-libs/libcddb -" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext ) -" -PATCHES=( - "${FILESDIR}/${PN}-4-cflags.patch" -) |