summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-04-11 22:00:07 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-04-11 22:00:07 +0000
commit38c7b0fe9b32e7dee97421d9ad217b5c6b6f7687 (patch)
tree2c04cbfdff278ae198e913f8d05b146763012814 /kde-base/dragonplayer
parentAlso fix the copyright line... (diff)
downloadgentoo-2-38c7b0fe9b32e7dee97421d9ad217b5c6b6f7687.tar.gz
gentoo-2-38c7b0fe9b32e7dee97421d9ad217b5c6b6f7687.tar.bz2
gentoo-2-38c7b0fe9b32e7dee97421d9ad217b5c6b6f7687.zip
Add KDE 4.2.2
(Portage version: 2.2_rc29/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/dragonplayer')
-rw-r--r--kde-base/dragonplayer/ChangeLog8
-rw-r--r--kde-base/dragonplayer/dragonplayer-4.2.2.ebuild22
2 files changed, 29 insertions, 1 deletions
diff --git a/kde-base/dragonplayer/ChangeLog b/kde-base/dragonplayer/ChangeLog
index 9b534c72550b..69536d5657b2 100644
--- a/kde-base/dragonplayer/ChangeLog
+++ b/kde-base/dragonplayer/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/dragonplayer
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/dragonplayer/ChangeLog,v 1.16 2009/04/11 17:23:58 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dragonplayer/ChangeLog,v 1.17 2009/04/11 22:00:07 alexxy Exp $
+
+*dragonplayer-4.2.2 (11 Apr 2009)
+
+ 11 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org>
+ +dragonplayer-4.2.2.ebuild:
+ Add KDE 4.2.2
11 Apr 2009; Raúl Porcel <armin76@gentoo.org> dragonplayer-4.2.1.ebuild:
Add ~alpha/~ia64 wrt #260777
diff --git a/kde-base/dragonplayer/dragonplayer-4.2.2.ebuild b/kde-base/dragonplayer/dragonplayer-4.2.2.ebuild
new file mode 100644
index 000000000000..6b3c2ac636e2
--- /dev/null
+++ b/kde-base/dragonplayer/dragonplayer-4.2.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dragonplayer/dragonplayer-4.2.2.ebuild,v 1.1 2009/04/11 22:00:07 alexxy Exp $
+
+EAPI="2"
+
+KMNAME="kdemultimedia"
+inherit kde4-meta
+
+DESCRIPTION="Dragon Player is a simple video player for KDE 4"
+HOMEPAGE="http://dragonplayer.org/"
+
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86"
+LICENSE="GPL-2"
+IUSE="debug doc"
+
+RDEPEND="
+ >=media-libs/xine-lib-1.1.9
+"
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+"