diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-05-03 21:12:13 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-05-03 21:12:13 +0000 |
commit | 01053642ef493a448fc9a1c037d1c0ead67ffd68 (patch) | |
tree | c7e87f565a90adf20b772cf9195c01c7d7b722ea /kde-base/dragonplayer | |
parent | [kde-base] Drop KDE SC 4.4.1 (diff) | |
download | gentoo-2-01053642ef493a448fc9a1c037d1c0ead67ffd68.tar.gz gentoo-2-01053642ef493a448fc9a1c037d1c0ead67ffd68.tar.bz2 gentoo-2-01053642ef493a448fc9a1c037d1c0ead67ffd68.zip |
[kde-base] Drop KDE SC 4.4.1
(Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/dragonplayer')
-rw-r--r-- | kde-base/dragonplayer/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/dragonplayer/dragonplayer-4.4.1.ebuild | 23 |
2 files changed, 5 insertions, 24 deletions
diff --git a/kde-base/dragonplayer/ChangeLog b/kde-base/dragonplayer/ChangeLog index 087c0ca2101e..416ad7ab4f95 100644 --- a/kde-base/dragonplayer/ChangeLog +++ b/kde-base/dragonplayer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/dragonplayer # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/dragonplayer/ChangeLog,v 1.53 2010/05/03 20:15:31 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/dragonplayer/ChangeLog,v 1.54 2010/05/03 21:12:13 alexxy Exp $ + + 03 May 2010; Alexey Shvetsov <alexxy@gentoo.org> + -dragonplayer-4.4.1.ebuild: + Drop KDE SC 4.4.1 *dragonplayer-4.4.3 (03 May 2010) diff --git a/kde-base/dragonplayer/dragonplayer-4.4.1.ebuild b/kde-base/dragonplayer/dragonplayer-4.4.1.ebuild deleted file mode 100644 index f55eea9b56a6..000000000000 --- a/kde-base/dragonplayer/dragonplayer-4.4.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/dragonplayer/dragonplayer-4.4.1.ebuild,v 1.1 2010/03/02 15:33:28 tampakrap Exp $ - -EAPI="3" - -KMNAME="kdemultimedia" -inherit kde4-meta - -DESCRIPTION="Dragon Player is a simple video player for KDE 4" -HOMEPAGE="http://www.dragonplayer.net/" - -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" -LICENSE="GPL-2" -IUSE="debug +handbook" - -RDEPEND=" - aqua? ( >=media-libs/xine-lib-1.1.9 ) - !aqua? ( >=media-libs/xine-lib-1.1.9[xcb] ) -" -DEPEND="${RDEPEND} - sys-devel/gettext -" |