summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2014-02-12 09:11:43 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2014-02-12 09:11:43 +0000
commitaed0c99d39965f476c0c049250b8bfbc8c83abb7 (patch)
treeba13b42f28014e75109d2f6c3fed7968bab5c8ea /x11-themes/gnustep-silver-theme
parentVersion bump, bugfixes (diff)
downloadgentoo-2-aed0c99d39965f476c0c049250b8bfbc8c83abb7.tar.gz
gentoo-2-aed0c99d39965f476c0c049250b8bfbc8c83abb7.tar.bz2
gentoo-2-aed0c99d39965f476c0c049250b8bfbc8c83abb7.zip
Version bump
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Diffstat (limited to 'x11-themes/gnustep-silver-theme')
-rw-r--r--x11-themes/gnustep-silver-theme/ChangeLog10
-rw-r--r--x11-themes/gnustep-silver-theme/gnustep-silver-theme-3.1.ebuild25
2 files changed, 33 insertions, 2 deletions
diff --git a/x11-themes/gnustep-silver-theme/ChangeLog b/x11-themes/gnustep-silver-theme/ChangeLog
index 6c4218cca250..5bc60b3a4066 100644
--- a/x11-themes/gnustep-silver-theme/ChangeLog
+++ b/x11-themes/gnustep-silver-theme/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-themes/gnustep-silver-theme
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnustep-silver-theme/ChangeLog,v 1.1 2012/02/22 10:12:01 voyageur Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnustep-silver-theme/ChangeLog,v 1.2 2014/02/12 09:11:43 voyageur Exp $
+
+*gnustep-silver-theme-3.1 (11 Feb 2014)
+
+ 11 Feb 2014; Bernard Cafarelli <voyageur@gentoo.org>
+ +gnustep-silver-theme-3.1.ebuild:
+ Version bump
*gnustep-silver-theme-2.5 (22 Feb 2012)
diff --git a/x11-themes/gnustep-silver-theme/gnustep-silver-theme-3.1.ebuild b/x11-themes/gnustep-silver-theme/gnustep-silver-theme-3.1.ebuild
new file mode 100644
index 000000000000..c3b779d18732
--- /dev/null
+++ b/x11-themes/gnustep-silver-theme/gnustep-silver-theme-3.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnustep-silver-theme/gnustep-silver-theme-3.1.ebuild,v 1.1 2014/02/12 09:11:43 voyageur Exp $
+
+EAPI=5
+inherit gnustep-2
+
+MY_P=Silver.theme-${PV}
+DESCRIPTION="a GNUstep silver theme"
+HOMEPAGE="http://wiki.gnustep.org/index.php/Silver.theme"
+SRC_URI="http://download.gna.org/gnustep-nonfsf/${MY_P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${MY_P}
+
+pkg_postinst() {
+ elog "Use gnustep-apps/systempreferences to switch theme"
+}