summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesus Rivero <neurogeek@gentoo.org>2009-05-24 03:57:37 +0000
committerJesus Rivero <neurogeek@gentoo.org>2009-05-24 03:57:37 +0000
commitb92e075c35a9f24df515fd90f49499dd4cc2c0fb (patch)
tree6b11e41d6e0b6aea2968074d382eb3fed7d915ac /net-misc/charm/charm-1.7.0.ebuild
parentMove net-news/charm net-misc/charm (diff)
downloadhistorical-b92e075c35a9f24df515fd90f49499dd4cc2c0fb.tar.gz
historical-b92e075c35a9f24df515fd90f49499dd4cc2c0fb.tar.bz2
historical-b92e075c35a9f24df515fd90f49499dd4cc2c0fb.zip
Moving package from net-news. Bug #255740. Dropped keywords just for this commit.
Package-Manager: portage-2.2_rc23/cvs/Linux i686
Diffstat (limited to 'net-misc/charm/charm-1.7.0.ebuild')
-rw-r--r--net-misc/charm/charm-1.7.0.ebuild31
1 files changed, 31 insertions, 0 deletions
diff --git a/net-misc/charm/charm-1.7.0.ebuild b/net-misc/charm/charm-1.7.0.ebuild
new file mode 100644
index 000000000000..acfa013790f0
--- /dev/null
+++ b/net-misc/charm/charm-1.7.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/charm/charm-1.7.0.ebuild,v 1.1 2009/05/24 03:57:37 neurogeek 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
+}