diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2011-02-02 20:38:55 +0000 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2011-02-02 20:38:55 +0000 |
commit | b805e13ea711cadaa3c2a91c01d7f089e686ea9f (patch) | |
tree | 7863b0c571e193c6fb10a70e349ae3b74850c9d9 /x11-themes/skulpture | |
parent | Adjust depdendency for amd64 emul libs as described in bug 353347 by Arnaud L... (diff) | |
download | gentoo-2-b805e13ea711cadaa3c2a91c01d7f089e686ea9f.tar.gz gentoo-2-b805e13ea711cadaa3c2a91c01d7f089e686ea9f.tar.bz2 gentoo-2-b805e13ea711cadaa3c2a91c01d7f089e686ea9f.zip |
EAPI3, slotmove to 4
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes/skulpture')
-rw-r--r-- | x11-themes/skulpture/ChangeLog | 8 | ||||
-rw-r--r-- | x11-themes/skulpture/skulpture-0.2.3.ebuild | 16 | ||||
-rw-r--r-- | x11-themes/skulpture/skulpture-0.2.4.ebuild | 8 |
3 files changed, 10 insertions, 22 deletions
diff --git a/x11-themes/skulpture/ChangeLog b/x11-themes/skulpture/ChangeLog index 8375e3881aa8..639fc746bdaf 100644 --- a/x11-themes/skulpture/ChangeLog +++ b/x11-themes/skulpture/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/skulpture -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/skulpture/ChangeLog,v 1.2 2010/03/25 19:56:01 spatz Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/skulpture/ChangeLog,v 1.3 2011/02/02 20:38:55 tampakrap Exp $ + + 02 Feb 2011; Theo Chatzimichos <tampakrap@gentoo.org> + -skulpture-0.2.3.ebuild, skulpture-0.2.4.ebuild: + EAPI3, slotmove to 4 *skulpture-0.2.4 (25 Mar 2010) diff --git a/x11-themes/skulpture/skulpture-0.2.3.ebuild b/x11-themes/skulpture/skulpture-0.2.3.ebuild deleted file mode 100644 index 3551f84b48a2..000000000000 --- a/x11-themes/skulpture/skulpture-0.2.3.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/skulpture/skulpture-0.2.3.ebuild,v 1.1 2009/06/12 11:42:12 scarabeus Exp $ - -EAPI="2" - -inherit kde4-base - -DESCRIPTION="Classical style and window decorations for KDE 4.x" -HOMEPAGE="http://skulpture.maxiom.de/" -SRC_URI="http://skulpture.maxiom.de/releases/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug" diff --git a/x11-themes/skulpture/skulpture-0.2.4.ebuild b/x11-themes/skulpture/skulpture-0.2.4.ebuild index 094dc5f106a4..8f014dc358b8 100644 --- a/x11-themes/skulpture/skulpture-0.2.4.ebuild +++ b/x11-themes/skulpture/skulpture-0.2.4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/skulpture/skulpture-0.2.4.ebuild,v 1.1 2010/03/25 19:56:01 spatz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/skulpture/skulpture-0.2.4.ebuild,v 1.2 2011/02/02 20:38:55 tampakrap Exp $ -EAPI="2" +EAPI=3 inherit kde4-base @@ -11,6 +11,6 @@ HOMEPAGE="http://skulpture.maxiom.de/" SRC_URI="http://kde-look.org/CONTENT/content-files/59031-${P}.tar.gz" LICENSE="GPL-3" -SLOT="0" +SLOT="4" KEYWORDS="~amd64 ~x86" IUSE="debug" |