diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2013-04-09 08:25:30 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2013-04-09 08:25:30 +0000 |
commit | 68de9274d1eb236141905a2c8d280dbcc97eaa0b (patch) | |
tree | 70a5888a72503773ed46b0df650c8795d5221147 /gnustep-apps | |
parent | Patch is not needed anymore for Gtk theme (diff) | |
download | gnustep-68de9274d1eb236141905a2c8d280dbcc97eaa0b.tar.gz gnustep-68de9274d1eb236141905a2c8d280dbcc97eaa0b.tar.bz2 gnustep-68de9274d1eb236141905a2c8d280dbcc97eaa0b.zip |
Add live ebuild for thematic, update metadata
svn path=/overlay/; revision=448
Diffstat (limited to 'gnustep-apps')
-rw-r--r-- | gnustep-apps/thematic/Manifest | 1 | ||||
-rw-r--r-- | gnustep-apps/thematic/thematic-9999.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/gnustep-apps/thematic/Manifest b/gnustep-apps/thematic/Manifest new file mode 100644 index 0000000..26d1f87 --- /dev/null +++ b/gnustep-apps/thematic/Manifest @@ -0,0 +1 @@ +EBUILD thematic-9999.ebuild 379 SHA256 bbd53ae46a0c632a04bab4f004c6242f3fbe5b4a18c639755d6cc00105e85c46 SHA512 d7a59c3648fea5c605e73c3fa00590ee73c3cccb47cb400c1753342aaa7656c8ff9c1a81487ef1fb01a9b4c2a8426f340aa828d60df71d110418a90a8a161ddc WHIRLPOOL 1dd3430d72e533c924f65015c8fba1522db4afcb215870fcf8e4847559d3c7af6614b0542f3ce93c12ea83ede8cfe28fc58f8cf37688b02cb8acbd95b1922ecc diff --git a/gnustep-apps/thematic/thematic-9999.ebuild b/gnustep-apps/thematic/thematic-9999.ebuild new file mode 100644 index 0000000..62277cb --- /dev/null +++ b/gnustep-apps/thematic/thematic-9999.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit git-2 gnustep-2 + +DESCRIPTION="Thematic.app is a theme editor for GNUstep" +HOMEPAGE="https://github.com/gnustep/gnustep-thematic" +SRC_URI="" +EGIT_REPO_URI="git://github.com/gnustep/gnustep-${PN}.git" + +LICENSE="" +SLOT="0" +KEYWORDS="" +IUSE="" + + |