summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Alberto Suarez Lopez <bass@gentoo.org>2005-06-14 13:24:37 +0000
committerJose Alberto Suarez Lopez <bass@gentoo.org>2005-06-14 13:24:37 +0000
commitf928f782c19a45e244beaf557824673dd122893f (patch)
tree814cf3d1246931b16d529ad395ad61ade3e8d0e5 /net-misc/jlj/jlj-2.7.ebuild
parentversion bump for #72198, ebuild cleanup, marked 1.26-r1 stable on x86 (diff)
downloadgentoo-2-f928f782c19a45e244beaf557824673dd122893f.tar.gz
gentoo-2-f928f782c19a45e244beaf557824673dd122893f.tar.bz2
gentoo-2-f928f782c19a45e244beaf557824673dd122893f.zip
bump version
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-misc/jlj/jlj-2.7.ebuild')
-rw-r--r--net-misc/jlj/jlj-2.7.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/net-misc/jlj/jlj-2.7.ebuild b/net-misc/jlj/jlj-2.7.ebuild
new file mode 100644
index 000000000000..cde268817338
--- /dev/null
+++ b/net-misc/jlj/jlj-2.7.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/jlj/jlj-2.7.ebuild,v 1.1 2005/06/14 13:24:37 bass Exp $
+
+DESCRIPTION="A simple console LiveJournal entry system."
+HOMEPAGE="http://www.cis.rit.edu/~sdlpci/Software/perl/#jlj"
+SRC_URI="http://www.cis.rit.edu/~sdlpci/Software/perl/${PN}_${PV}.tar.gz"
+LICENSE="freedist"
+KEYWORDS="x86"
+SLOT="0"
+IUSE=""
+
+DEPEND="dev-lang/perl"
+
+S=${WORKDIR}/${PN}
+
+src_install() {
+ newbin ${PN}.pl ${PN} || die
+ newdoc .livejournal.rc livejournal.rc
+ dodoc README.JLJ
+}
+
+pkg_postinst() {
+ einfo "README.JLJ and a sample livejournal.rc have been installed to"
+ einfo "/usr/share/doc/${PF}/"
+}