summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukasz Strzygowski <lucass@gentoo.org>2007-03-16 12:47:41 +0000
committerLukasz Strzygowski <lucass@gentoo.org>2007-03-16 12:47:41 +0000
commit8705290eb1b8a0b759c199e05d287b797b2dfa05 (patch)
tree7bcfb36b6840972773c0a58aad207732f93b296a /net-news/charm/charm-1.7.0.ebuild
parentversion bump (diff)
downloadhistorical-8705290eb1b8a0b759c199e05d287b797b2dfa05.tar.gz
historical-8705290eb1b8a0b759c199e05d287b797b2dfa05.tar.bz2
historical-8705290eb1b8a0b759c199e05d287b797b2dfa05.zip
Version bump, bug #113821. Dropped 1.5.0.
Package-Manager: portage-2.1.2-r12
Diffstat (limited to 'net-news/charm/charm-1.7.0.ebuild')
-rw-r--r--net-news/charm/charm-1.7.0.ebuild31
1 files changed, 31 insertions, 0 deletions
diff --git a/net-news/charm/charm-1.7.0.ebuild b/net-news/charm/charm-1.7.0.ebuild
new file mode 100644
index 000000000000..5ede93519abe
--- /dev/null
+++ b/net-news/charm/charm-1.7.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-news/charm/charm-1.7.0.ebuild,v 1.1 2007/03/16 12:47:41 lucass Exp $
+
+NEED_PYTHON=2.3
+
+inherit distutils
+
+DESCRIPTION="A text based livejournal client"
+HOMEPAGE="http://ljcharm.sourceforge.net/"
+SRC_URI="mirror://sourceforge/ljcharm/${P}.tar.gz"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86"
+IUSE=""
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ sed -i \
+ -e 's/1\.6\.0/1.7.0/' \
+ -e 's/("share\/doc\/charm", .*),/\\/' \
+ setup.py
+}
+
+src_install() {
+ DOCS="CHANGES.charm sample.charmrc"
+ distutils_src_install
+ dohtml charm.html
+}