summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2008-07-07 12:23:05 +0000
committerThomas Sachau <tommy@gentoo.org>2008-07-07 12:23:05 +0000
commit6218da50b6a39df6af125ebe808315123a434cd8 (patch)
treee1a332b240c00894b60cd0c2e266ac0510eabb5f
parentnet-news/canto: Temporary remove canto (diff)
downloadsunrise-6218da50b6a39df6af125ebe808315123a434cd8.tar.gz
sunrise-6218da50b6a39df6af125ebe808315123a434cd8.tar.bz2
sunrise-6218da50b6a39df6af125ebe808315123a434cd8.zip
net-news/canto: Add canto again
svn path=/sunrise/; revision=6441
-rw-r--r--net-news/canto/ChangeLog27
-rw-r--r--net-news/canto/Manifest5
-rw-r--r--net-news/canto/canto-0.4.1.ebuild17
-rw-r--r--net-news/canto/canto-9999.ebuild19
-rw-r--r--net-news/canto/metadata.xml5
5 files changed, 73 insertions, 0 deletions
diff --git a/net-news/canto/ChangeLog b/net-news/canto/ChangeLog
new file mode 100644
index 000000000..406f62596
--- /dev/null
+++ b/net-news/canto/ChangeLog
@@ -0,0 +1,27 @@
+# ChangeLog for net-news/canto
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 06 Jul 2008; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
+ canto-0.4.1.ebuild:
+ Simplify
+
+ 06 Jul 2008; Jack Miller (TheMoken) <jack@codezen.org>
+ -canto-0.4.0.ebuild, +canto-0.4.1.ebuild:
+ Version bump.
+
+ 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
+
+ 04 Jul 2008; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
+ canto-0.4.0.ebuild:
+ Use distutils
+
+ 03 Jul 2008; Jack Miller (TheMoken) jack@codezen.org +canto-0.4.0.ebuild,
+ +metadata.xml:
+ First release.
+
diff --git a/net-news/canto/Manifest b/net-news/canto/Manifest
new file mode 100644
index 000000000..9163b3e7d
--- /dev/null
+++ b/net-news/canto/Manifest
@@ -0,0 +1,5 @@
+DIST canto-0.4.1.tar.gz 25479 RMD160 52f78a3430dba9568a36d882ad1ffc86dd6b8545 SHA1 9778ce1c1249e9aed1ef8bb81a79502fa61449ec SHA256 f2510aa2664b581652d70d30e7d8b153b807dabea3b52ad275170951a2fe03d8
+EBUILD canto-0.4.1.ebuild 364 RMD160 0c16af4d35e44a8ce620376d071e6cde73decdce SHA1 c293b37ace15904f3dec9a2e807274fc7b2c1004 SHA256 8fbba26f0cb087f2dbeb2041bfe2e9435771ade25b6ff1b41de0dc0bf5c1999a
+EBUILD canto-9999.ebuild 381 RMD160 4693bec570af38994cd528092947419a836dad37 SHA1 c5bcd3038229bbf85ea618d74e2fc5479d658eb9 SHA256 f30c13050ba039425f3c5fd3447c460f63f73a155b8c7baabfaeb3916aae306c
+MISC ChangeLog 732 RMD160 f223fc4f4d11fdecea14f290f21d52684ce17842 SHA1 33388aa45c8b5acd323b76c52da3add0e795241d SHA256 a080869b09c192b115f2d8fa8a4d370e7355926dac005878413d8a34e8a94c0c
+MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/net-news/canto/canto-0.4.1.ebuild b/net-news/canto/canto-0.4.1.ebuild
new file mode 100644
index 000000000..f45de44a8
--- /dev/null
+++ b/net-news/canto/canto-0.4.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+NEED_PYTHON="2.4"
+inherit distutils
+
+DESCRIPTION="Ncurses RSS client"
+HOMEPAGE="http://www.codezen.org/canto/"
+SRC_URI="http://codezen.org/static/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="sys-libs/ncurses"
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"
diff --git a/net-news/canto/metadata.xml b/net-news/canto/metadata.xml
new file mode 100644
index 000000000..7e3286984
--- /dev/null
+++ b/net-news/canto/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>maintainer-wanted</herd>
+</pkgmetadata>