diff options
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/activeheart-kwin/ChangeLog | 7 | ||||
-rw-r--r-- | x11-themes/activeheart-kwin/activeheart-kwin-1.1.ebuild | 18 | ||||
-rw-r--r-- | x11-themes/activeheart/ChangeLog | 7 | ||||
-rw-r--r-- | x11-themes/activeheart/activeheart-1.2.1.ebuild | 12 |
4 files changed, 24 insertions, 20 deletions
diff --git a/x11-themes/activeheart-kwin/ChangeLog b/x11-themes/activeheart-kwin/ChangeLog index 20bcd9bbf486..080f3c728ea8 100644 --- a/x11-themes/activeheart-kwin/ChangeLog +++ b/x11-themes/activeheart-kwin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-themes/activeheart-kwin -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/activeheart-kwin/ChangeLog,v 1.3 2004/11/28 10:24:02 centic Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/activeheart-kwin/ChangeLog,v 1.4 2005/02/03 21:26:56 carlo Exp $ + + 03 Feb 2005; Carsten Lohrke <carlo@gentoo.org> activeheart-kwin-1.1.ebuild: + QA: inherit kde-base -> inherit kde, slot 28 Nov 2004; Dominik Stadler <centic@gentoo.org> activeheart-kwin-1.1.ebuild: diff --git a/x11-themes/activeheart-kwin/activeheart-kwin-1.1.ebuild b/x11-themes/activeheart-kwin/activeheart-kwin-1.1.ebuild index 080dbddf4d00..d6efd61e312b 100644 --- a/x11-themes/activeheart-kwin/activeheart-kwin-1.1.ebuild +++ b/x11-themes/activeheart-kwin/activeheart-kwin-1.1.ebuild @@ -1,21 +1,21 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/activeheart-kwin/activeheart-kwin-1.1.ebuild,v 1.3 2004/11/28 10:24:02 centic Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/activeheart-kwin/activeheart-kwin-1.1.ebuild,v 1.4 2005/02/03 21:26:56 carlo Exp $ -inherit kde-base - -need-kde 3.2 - -MY_P=${P/activeheart-kwin/kwin-activeheart} +inherit kde +MY_P=kwin-activeheart S=${WORKDIR}/${MY_P} KLV=11460 + DESCRIPTION="A native KWin window decoration for KDE 3.2." HOMEPAGE="http://www.kde-look.org/content/show.php?content=${KLV}" SRC_URI="http://www.kde-look.org/content/files/${KLV}-${MY_P}.tar.bz2" -RESTRICT="nomirror" + LICENSE="GPL-2" -SLOT="$KDEMAJORVER.$KDEMINORVER" +SLOT="0" KEYWORDS="x86 ~amd64 ~ppc" IUSE="" + +need-kde 3.2
\ No newline at end of file diff --git a/x11-themes/activeheart/ChangeLog b/x11-themes/activeheart/ChangeLog index 698677875ef4..8ad689dee626 100644 --- a/x11-themes/activeheart/ChangeLog +++ b/x11-themes/activeheart/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-themes/activeheart -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/activeheart/ChangeLog,v 1.3 2004/11/28 10:21:59 centic Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/activeheart/ChangeLog,v 1.4 2005/02/03 21:29:19 carlo Exp $ + + 03 Feb 2005; Carsten Lohrke <carlo@gentoo.org> activeheart-1.2.1.ebuild: + QA: inherit kde-base -> inherit kde, slot 28 Nov 2004; Dominik Stadler <centic@gentoo.org> activeheart-1.2.1.ebuild: Add missing IUSE, mark stable on x86 diff --git a/x11-themes/activeheart/activeheart-1.2.1.ebuild b/x11-themes/activeheart/activeheart-1.2.1.ebuild index a9df05137614..d15bd2a82554 100644 --- a/x11-themes/activeheart/activeheart-1.2.1.ebuild +++ b/x11-themes/activeheart/activeheart-1.2.1.ebuild @@ -1,19 +1,17 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/activeheart/activeheart-1.2.1.ebuild,v 1.3 2004/11/28 10:21:59 centic Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/activeheart/activeheart-1.2.1.ebuild,v 1.4 2005/02/03 21:29:19 carlo Exp $ -inherit kde-base - -need-kde 3.2 +inherit kde KLV=11384 DESCRIPTION="A cool kde style based on Keramik Style Engine" SRC_URI="http://www.kde-look.org/content/files/${KLV}-${P}.tar.bz2" HOMEPAGE="http://www.kde-look.org/content/show.php?content=${KLV}" -RESTRICT="nomirror" LICENSE="GPL-2" -SLOT="${KDEMAJORVER}.${KDEMINORVER}" +SLOT="0" KEYWORDS="x86 ~amd64 ~ppc" IUSE="" +need-kde 3.2
\ No newline at end of file |