diff options
author | Johannes Huber <johu@gentoo.org> | 2014-03-21 21:56:43 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2014-03-21 21:56:43 +0000 |
commit | be7dae23abd5f1dcd9c2c73938081f0ce80a1c84 (patch) | |
tree | 68f6dfce87cb88d7e4eaf8e4c864773b4ba7f49b /x11-themes | |
parent | Bump to EAPI 5. (diff) | |
download | gentoo-2-be7dae23abd5f1dcd9c2c73938081f0ce80a1c84.tar.gz gentoo-2-be7dae23abd5f1dcd9c2c73938081f0ce80a1c84.tar.bz2 gentoo-2-be7dae23abd5f1dcd9c2c73938081f0ce80a1c84.zip |
Revision bump to EAPI 5.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/skulpture/ChangeLog | 9 | ||||
-rw-r--r-- | x11-themes/skulpture/skulpture-0.2.4-r1.ebuild | 16 |
2 files changed, 23 insertions, 2 deletions
diff --git a/x11-themes/skulpture/ChangeLog b/x11-themes/skulpture/ChangeLog index 04ebac4430e1..204fc1104be9 100644 --- a/x11-themes/skulpture/ChangeLog +++ b/x11-themes/skulpture/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-themes/skulpture -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/skulpture/ChangeLog,v 1.6 2013/06/11 15:53:33 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/skulpture/ChangeLog,v 1.7 2014/03/21 21:56:43 johu Exp $ + +*skulpture-0.2.4-r1 (21 Mar 2014) + + 21 Mar 2014; Johannes Huber <johu@gentoo.org> +skulpture-0.2.4-r1.ebuild: + Revision bump to EAPI 5. 11 Jun 2013; Agostino Sarubbo <ago@gentoo.org> skulpture-0.2.4.ebuild: Stable for x86, wrt bug #472986 diff --git a/x11-themes/skulpture/skulpture-0.2.4-r1.ebuild b/x11-themes/skulpture/skulpture-0.2.4-r1.ebuild new file mode 100644 index 000000000000..7db8a30554ec --- /dev/null +++ b/x11-themes/skulpture/skulpture-0.2.4-r1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 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-r1.ebuild,v 1.1 2014/03/21 21:56:43 johu Exp $ + +EAPI=5 + +inherit kde4-base + +DESCRIPTION="Classical style and window decorations for KDE" +HOMEPAGE="http://skulpture.maxiom.de/" +SRC_URI="http://kde-look.org/CONTENT/content-files/59031-${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="4" +KEYWORDS="~amd64 ~x86" +IUSE="debug" |