From 9af688f885d53fe1040c9fbb6486f0ef004f6901 Mon Sep 17 00:00:00 2001 From: "Jack Miller (TheMoken)" Date: Sun, 10 Aug 2008 22:41:31 +0000 Subject: net-news/canto: Version bump. Remove sed hacks. svn path=/sunrise/; revision=6733 --- net-news/canto/ChangeLog | 4 ++++ net-news/canto/Manifest | 6 +++--- net-news/canto/canto-0.4.3-r1.ebuild | 31 ------------------------------- net-news/canto/canto-0.4.4.1.ebuild | 23 +++++++++++++++++++++++ 4 files changed, 30 insertions(+), 34 deletions(-) delete mode 100644 net-news/canto/canto-0.4.3-r1.ebuild create mode 100644 net-news/canto/canto-0.4.4.1.ebuild (limited to 'net-news') diff --git a/net-news/canto/ChangeLog b/net-news/canto/ChangeLog index 29173eb03..65156a34f 100644 --- a/net-news/canto/ChangeLog +++ b/net-news/canto/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 10 Aug 2008; Jack Miller (TheMoken) + -canto-0.4.3-r1.ebuild, +canto-0.4.4.1.ebuild: + Version bump. Remove sed hacks. + 03 Aug 2008; Thomas Sachau (Tommy[D]) canto-0.4.3-r1.ebuild, canto-9999-r1.ebuild: Simplify diff --git a/net-news/canto/Manifest b/net-news/canto/Manifest index 2670d8d71..005db30f2 100644 --- a/net-news/canto/Manifest +++ b/net-news/canto/Manifest @@ -1,5 +1,5 @@ -DIST canto-0.4.3.tar.gz 26240 RMD160 69de92edd51e29c9c389cfac99049c4173e944af SHA1 75b851bb6bf3b6f9aff6a026768d2b39b2ad49cf SHA256 f83d5ea0820fa695b7f6b19508d31b2be1f89601826222d56d8d78600baaa82e -EBUILD canto-0.4.3-r1.ebuild 793 RMD160 1a95a98530d3597437b0f452dfe154c04a90783b SHA1 665bccc99734c4fbd389b74149f62328c67e4fa6 SHA256 9510dd2725ca1d55caf9249a9d79a6003df579cde26be65b62bab7f80e4187c0 +DIST canto-0.4.4.1.tar.gz 28543 RMD160 4a4b5b0851bf3e4db6907b21017d4068289171ce SHA1 b869f28b85136bb3bc5c15dcd391c1827cd49c08 SHA256 626afe130f74b5e7289b18b26c2242bba8ff3dccec697f3f03b23a609fc3d124 +EBUILD canto-0.4.4.1.ebuild 572 RMD160 8fbd6544eea7a037bbc22fc4ef44ecb4606942dd SHA1 2f4a16c0e97cedc098705f63ca8a96737085985b SHA256 43e4354f1e5a909749bc6e71d18d89d7a05acf2b5f4343f5a4b437840811d303 EBUILD canto-9999-r1.ebuild 602 RMD160 d68e7dfddd1a53297fb2f17024af887f7368f955 SHA1 1de5fb9b86c9e4f2bcb322c46332f73ef1483d6a SHA256 19b2c08bbfc4bd2525b73a47589867b72c1e7fb46243b73e7f1fdd7ca1b39e1b -MISC ChangeLog 1465 RMD160 2ac9dd2be53152864e2fe2d3d8d5275acbcc33b3 SHA1 4fb41eacdfd29eed304b2d0b6d90a6e4894292f9 SHA256 dc13a0438178e76b2a29c760384482ba75981a1c5f07c4caade7bcdce7377ce2 +MISC ChangeLog 1606 RMD160 4b53d89a97f83c0cb6c67e954bc7e3aceaa7d1d6 SHA1 84d102192f5bc834c11cb777ad038aa4df96b4d7 SHA256 21477415f764616727f3c0953e00ca14723ead792e39d050dbcad0c92b293447 MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/net-news/canto/canto-0.4.3-r1.ebuild b/net-news/canto/canto-0.4.3-r1.ebuild deleted file mode 100644 index 5845088b5..000000000 --- a/net-news/canto/canto-0.4.3-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# 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" - -src_install() { - sed -i "s:SETUPPY_SET_MAN_PATH:\"\":g" canto/cfg.py || die - sed -i "s:SETUPPY_SET_BIN_PATH:\"/usr/bin/\":g" canto/cfg.py || die - sed -i "s:/canto.1:canto:g" canto/gui.py || die - - distutils_src_install -} - -pkg_postinst() { - ewarn "NOTE: If you're updating from a previous version canto <= 0.4.1" - ewarn "you must 'rm -rf ~/.canto/feeds' as the on-disk format has" - ewarn "changed. Sorry for the inconvenience." -} diff --git a/net-news/canto/canto-0.4.4.1.ebuild b/net-news/canto/canto-0.4.4.1.ebuild new file mode 100644 index 000000000..d0b3fe2a3 --- /dev/null +++ b/net-news/canto/canto-0.4.4.1.ebuild @@ -0,0 +1,23 @@ +# 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" + +pkg_postinst() { + ewarn "NOTE: If you're updating from a previous version canto <= 0.4.1" + ewarn "you must 'rm -rf ~/.canto/feeds' as the on-disk format has" + ewarn "changed. Sorry for the inconvenience." +} -- cgit v1.2.3-65-gdbad