summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2005-03-23 16:37:37 +0000
committerSeemant Kulleen <seemant@gentoo.org>2005-03-23 16:37:37 +0000
commit4d93d889cf7029c66dd6af18989fbd119fff6458 (patch)
treecd10bc806f7b2e1598740b9475e1861d7f03124f /net-news/charm/charm-1.5.0.ebuild
parentupdate net-www/mozilla to www-client/mozilla (diff)
downloadgentoo-2-4d93d889cf7029c66dd6af18989fbd119fff6458.tar.gz
gentoo-2-4d93d889cf7029c66dd6af18989fbd119fff6458.tar.bz2
gentoo-2-4d93d889cf7029c66dd6af18989fbd119fff6458.zip
Moved from net-www/charm to net-news/charm.
Diffstat (limited to 'net-news/charm/charm-1.5.0.ebuild')
-rw-r--r--net-news/charm/charm-1.5.0.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/net-news/charm/charm-1.5.0.ebuild b/net-news/charm/charm-1.5.0.ebuild
new file mode 100644
index 000000000000..545a0411d472
--- /dev/null
+++ b/net-news/charm/charm-1.5.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-news/charm/charm-1.5.0.ebuild,v 1.1 2005/03/23 16:37:37 seemant Exp $
+
+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="~x86 ~sparc"
+IUSE=""
+
+src_install() {
+ mydoc="CHANGES.charm README.charm sample.charmrc"
+ distutils_src_install
+ dobin charm
+}