summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2006-05-13 01:25:30 +0000
committerCarsten Lohrke <carlo@gentoo.org>2006-05-13 01:25:30 +0000
commita34ac52b7183d6f2e0302a0edfb2189588243fc6 (patch)
treed6017e87644e76c08166c7f3c2df7ea7c2d49474 /kde-base/artsplugin-xine
parentAdded ~alpha keyword. (diff)
downloadhistorical-a34ac52b7183d6f2e0302a0edfb2189588243fc6.tar.gz
historical-a34ac52b7183d6f2e0302a0edfb2189588243fc6.tar.bz2
historical-a34ac52b7183d6f2e0302a0edfb2189588243fc6.zip
Call pkg_setup() from kde.eclass.
Package-Manager: portage-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
}