summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2006-05-13 01:16:53 +0000
committerCarsten Lohrke <carlo@gentoo.org>2006-05-13 01:16:53 +0000
commitc8549a98ee55595bc39850ab1abe833a2945b7ae (patch)
treebc2e2835d3df8b17e37ac086415d806812136190 /kde-base/artsplugin-xine
parentCall pkg_setup() from kde.eclass. (diff)
downloadgentoo-2-c8549a98ee55595bc39850ab1abe833a2945b7ae.tar.gz
gentoo-2-c8549a98ee55595bc39850ab1abe833a2945b7ae.tar.bz2
gentoo-2-c8549a98ee55595bc39850ab1abe833a2945b7ae.zip
Call pkg_setup() from kde.eclass.
(Portage version: 2.0.54-r2)
Diffstat (limited to 'kde-base/artsplugin-xine')
-rw-r--r--kde-base/artsplugin-xine/ChangeLog6
-rw-r--r--kde-base/artsplugin-xine/artsplugin-xine-3.5.2.ebuild3
2 files changed, 7 insertions, 2 deletions
diff --git a/kde-base/artsplugin-xine/ChangeLog b/kde-base/artsplugin-xine/ChangeLog
index e973bec6c197..4a18931f953c 100644
--- a/kde-base/artsplugin-xine/ChangeLog
+++ b/kde-base/artsplugin-xine/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/artsplugin-xine
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-xine/ChangeLog,v 1.33 2006/04/06 00:47:17 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-xine/ChangeLog,v 1.34 2006/05/13 01:16:53 carlo Exp $
+
+ 13 May 2006; Carsten Lohrke <carlo@gentoo.org>
+ artsplugin-xine-3.5.2.ebuild:
+ Call pkg_setup() from kde.eclass.
05 Apr 2006; Diego Pettenò <flameeyes@gentoo.org>
-artsplugin-xine-3.5.0.ebuild, -artsplugin-xine-3.5.1.ebuild:
diff --git a/kde-base/artsplugin-xine/artsplugin-xine-3.5.2.ebuild b/kde-base/artsplugin-xine/artsplugin-xine-3.5.2.ebuild
index 7f83a9bfc304..3a2758ae6c1f 100644
--- a/kde-base/artsplugin-xine/artsplugin-xine-3.5.2.ebuild
+++ b/kde-base/artsplugin-xine/artsplugin-xine-3.5.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-xine/artsplugin-xine-3.5.2.ebuild,v 1.2 2006/03/28 04:49:06 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-xine/artsplugin-xine-3.5.2.ebuild,v 1.3 2006/05/13 01:16:53 carlo Exp $
KMNAME=kdemultimedia
KMMODULE=xine_artsplugin
@@ -18,4 +18,5 @@ pkg_setup() {
eerror "${PN} needs the USE=\"arts\" enabled and also the kdelibs compiled with the USE=\"arts\" enabled"
die
fi
+ kde_pkg_setup
}