summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2012-10-29 17:20:38 +0000
committerJulian Ospald <hasufell@gentoo.org>2012-10-29 17:20:38 +0000
commit1b43c2b29db7eb87b64663089d1764383cb6da8a (patch)
tree694b2a1ee94fbdc7c0e47fd75d12282be89a3cbf /x11-themes
parentwhitespace (diff)
downloadgentoo-2-1b43c2b29db7eb87b64663089d1764383cb6da8a.tar.gz
gentoo-2-1b43c2b29db7eb87b64663089d1764383cb6da8a.tar.bz2
gentoo-2-1b43c2b29db7eb87b64663089d1764383cb6da8a.zip
version bump
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/geany-themes/ChangeLog7
-rw-r--r--x11-themes/geany-themes/geany-themes-1.22.1.ebuild23
2 files changed, 29 insertions, 1 deletions
diff --git a/x11-themes/geany-themes/ChangeLog b/x11-themes/geany-themes/ChangeLog
index 29decd82c544..3449535d2186 100644
--- a/x11-themes/geany-themes/ChangeLog
+++ b/x11-themes/geany-themes/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-themes/geany-themes
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/geany-themes/ChangeLog,v 1.1 2012/10/20 13:46:13 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/geany-themes/ChangeLog,v 1.2 2012/10/29 17:20:38 hasufell Exp $
+
+*geany-themes-1.22.1 (29 Oct 2012)
+
+ 29 Oct 2012; Julian Ospald <hasufell@gentoo.org> +geany-themes-1.22.1.ebuild:
+ version bump
*geany-themes-1.22 (20 Oct 2012)
diff --git a/x11-themes/geany-themes/geany-themes-1.22.1.ebuild b/x11-themes/geany-themes/geany-themes-1.22.1.ebuild
new file mode 100644
index 000000000000..b52195246b3c
--- /dev/null
+++ b/x11-themes/geany-themes/geany-themes-1.22.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/geany-themes/geany-themes-1.22.1.ebuild,v 1.1 2012/10/29 17:20:38 hasufell Exp $
+
+EAPI=4
+
+DESCRIPTION="A collection of colour schemes for Geany"
+HOMEPAGE="https://github.com/codebrainz/geany-themes"
+SRC_URI="mirror://github/codebrainz/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-3 LGPL-2.1 BSD-2 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="~dev-util/geany-${PV:0:4}"
+
+src_install() {
+ insinto /usr/share/geany
+ doins -r colorschemes
+
+ dodoc AUTHORS ChangeLog README.md
+}