diff options
author | 2008-07-05 21:55:17 +0000 | |
---|---|---|
committer | 2008-07-05 21:55:17 +0000 | |
commit | 089bded07c5b85806fef47eb24678a90cc4b2985 (patch) | |
tree | 4df339186bb8dbedbf673f57a15281c7268a6e0d /net-news | |
parent | dev-util/dbdesigner: Revised ebuild from discussion on #gentoo-sunrise (diff) | |
download | sunrise-089bded07c5b85806fef47eb24678a90cc4b2985.tar.gz sunrise-089bded07c5b85806fef47eb24678a90cc4b2985.tar.bz2 sunrise-089bded07c5b85806fef47eb24678a90cc4b2985.zip |
net-news/canto: Add git ebuild.
svn path=/sunrise/; revision=6425
Diffstat (limited to 'net-news')
-rw-r--r-- | net-news/canto/ChangeLog | 3 | ||||
-rw-r--r-- | net-news/canto/Manifest | 3 | ||||
-rw-r--r-- | net-news/canto/canto-9999.ebuild | 19 |
3 files changed, 24 insertions, 1 deletions
diff --git a/net-news/canto/ChangeLog b/net-news/canto/ChangeLog index 9d15e190d..9728df2c6 100644 --- a/net-news/canto/ChangeLog +++ b/net-news/canto/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 05 Jul 2008; Jack Miller (TheMoken) jack@codezen.org +canto-9999.ebuild: + Add git ebuild. + 04 Jul 2008; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> canto-0.4.0.ebuild: Add ~amd64 keyword diff --git a/net-news/canto/Manifest b/net-news/canto/Manifest index 3541a1c5d..5310c4e76 100644 --- a/net-news/canto/Manifest +++ b/net-news/canto/Manifest @@ -1,4 +1,5 @@ DIST canto-0.4.0.tar.gz 25144 RMD160 0e16c04efd9a3f193bd807871ef13d1cf6080662 SHA1 43c56880e2cffbf72ed538e34cb5288485558b6b SHA256 1481e7d27eb5e9bac4e404da18657551775f7efa6439c191899ddb17da732d49 EBUILD canto-0.4.0.ebuild 409 RMD160 9dd660b5b1851d3d0d39bebbb184b6d46786b58c SHA1 f9d6d5f14b1995f4cd85526818243573fa1954f3 SHA256 5a5abd100c00fdf882d7c11dddcec0c1b2905305449c2bf1acaf92a8ee2ea33b -MISC ChangeLog 427 RMD160 c9c6d6b279c6668a2c70cefae887fa87b4427c45 SHA1 c8d6e59df7c0555b86ffd1abfcca0607ea019fb6 SHA256 a8971bc81fe109d66d9f6bda97396cc22d933a0f122fa6867ee339656fce78bb +EBUILD canto-9999.ebuild 381 RMD160 4693bec570af38994cd528092947419a836dad37 SHA1 c5bcd3038229bbf85ea618d74e2fc5479d658eb9 SHA256 f30c13050ba039425f3c5fd3447c460f63f73a155b8c7baabfaeb3916aae306c +MISC ChangeLog 521 RMD160 aa982c9c07912b10fcbe2340cdfaabf457af947b SHA1 d3835cb1f7a81a6c923d6ed07f47ec9ce5160ffb SHA256 1ae87af6c9bba413df3c80b3cd4e178bcb876b735e15c8fbefbdf59bbc63b50e MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/net-news/canto/canto-9999.ebuild b/net-news/canto/canto-9999.ebuild new file mode 100644 index 000000000..836f93a60 --- /dev/null +++ b/net-news/canto/canto-9999.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit distutils git +NEED_PYTHON="2.4" + +DESCRIPTION="Ncurses RSS client" +HOMEPAGE="http://www.codezen.org/canto/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="sys-libs/ncurses" + +EGIT_REPO_URI="http://codezen.org/src/canto.git" |