diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-02-18 13:23:48 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-02-18 13:23:48 +0000 |
commit | 0a1ebb42ce54ba5f9d3e063c178947369f6ecba9 (patch) | |
tree | 42b64c0f5ea54e246f876a458630b112a1b32d36 /kde-base/kdeartwork | |
parent | Spring cleaning. (diff) | |
download | historical-0a1ebb42ce54ba5f9d3e063c178947369f6ecba9.tar.gz historical-0a1ebb42ce54ba5f9d3e063c178947369f6ecba9.tar.bz2 historical-0a1ebb42ce54ba5f9d3e063c178947369f6ecba9.zip |
Spring cleaning.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'kde-base/kdeartwork')
-rw-r--r-- | kde-base/kdeartwork/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kdeartwork/kdeartwork-3.5.5.ebuild | 22 | ||||
-rw-r--r-- | kde-base/kdeartwork/kdeartwork-3.5.6.ebuild | 22 | ||||
-rw-r--r-- | kde-base/kdeartwork/kdeartwork-3.5.7.ebuild | 22 |
4 files changed, 6 insertions, 67 deletions
diff --git a/kde-base/kdeartwork/ChangeLog b/kde-base/kdeartwork/ChangeLog index 52f3a3da10cc..c8127d9f0430 100644 --- a/kde-base/kdeartwork/ChangeLog +++ b/kde-base/kdeartwork/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kdeartwork # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork/ChangeLog,v 1.204 2008/01/31 02:26:58 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork/ChangeLog,v 1.205 2008/02/18 13:10:05 ingmar Exp $ + + 18 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> + -kdeartwork-3.5.5.ebuild, -kdeartwork-3.5.6.ebuild, + -kdeartwork-3.5.7.ebuild: + Spring cleaning. 31 Jan 2008; Brent Baude <ranger@gentoo.org> kdeartwork-3.5.8.ebuild: Marking kdeartwork-3.5.8 ppc for bug 207634 diff --git a/kde-base/kdeartwork/kdeartwork-3.5.5.ebuild b/kde-base/kdeartwork/kdeartwork-3.5.5.ebuild deleted file mode 100644 index 2fe839eb2d9f..000000000000 --- a/kde-base/kdeartwork/kdeartwork-3.5.5.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork/kdeartwork-3.5.5.ebuild,v 1.10 2007/02/03 15:50:34 eroyf Exp $ - -inherit kde-dist - -DESCRIPTION="KDE artwork package" - -KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 sparc x86" -IUSE="opengl xscreensaver" - -DEPEND="~kde-base/kdebase-${PV} - media-libs/libart_lgpl - opengl? ( virtual/opengl ) - xscreensaver? ( x11-misc/xscreensaver )" - -src_compile() { - local myconf="--with-dpms --with-libart - $(use_with opengl gl) $(use_with xscreensaver)" - - kde_src_compile -} diff --git a/kde-base/kdeartwork/kdeartwork-3.5.6.ebuild b/kde-base/kdeartwork/kdeartwork-3.5.6.ebuild deleted file mode 100644 index 16b98f93c8e0..000000000000 --- a/kde-base/kdeartwork/kdeartwork-3.5.6.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork/kdeartwork-3.5.6.ebuild,v 1.5 2007/06/03 22:30:37 kumba Exp $ - -inherit kde-dist - -DESCRIPTION="KDE artwork package" - -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="opengl xscreensaver" - -DEPEND="~kde-base/kdebase-${PV} - media-libs/libart_lgpl - opengl? ( virtual/opengl ) - xscreensaver? ( x11-misc/xscreensaver )" - -src_compile() { - local myconf="--with-dpms --with-libart - $(use_with opengl gl) $(use_with xscreensaver)" - - kde_src_compile -} diff --git a/kde-base/kdeartwork/kdeartwork-3.5.7.ebuild b/kde-base/kdeartwork/kdeartwork-3.5.7.ebuild deleted file mode 100644 index 9ba4882f662f..000000000000 --- a/kde-base/kdeartwork/kdeartwork-3.5.7.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork/kdeartwork-3.5.7.ebuild,v 1.9 2007/09/24 04:05:21 redhatter Exp $ - -inherit kde-dist - -DESCRIPTION="KDE artwork package" - -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86" -IUSE="opengl xscreensaver" - -DEPEND="~kde-base/kdebase-${PV} - media-libs/libart_lgpl - opengl? ( virtual/opengl ) - xscreensaver? ( x11-misc/xscreensaver )" - -src_compile() { - local myconf="--with-dpms --with-libart - $(use_with opengl gl) $(use_with xscreensaver)" - - kde_src_compile -} |