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
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')
-rw-r--r--net-misc/jlj/ChangeLog7
-rw-r--r--net-misc/jlj/files/digest-jlj-2.71
-rw-r--r--net-misc/jlj/jlj-2.7.ebuild26
3 files changed, 33 insertions, 1 deletions
diff --git a/net-misc/jlj/ChangeLog b/net-misc/jlj/ChangeLog
index c1315f970612..8ed16747034b 100644
--- a/net-misc/jlj/ChangeLog
+++ b/net-misc/jlj/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/jlj
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/jlj/ChangeLog,v 1.1 2004/08/01 17:37:06 bass Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/jlj/ChangeLog,v 1.2 2005/06/14 13:24:37 bass Exp $
+
+*jlj-2.7 (14 jun 2005)
+
+ 01 Aug 2004; bass@gentoo.org +jlj-2.7.ebuild:
+ Bump verion, thanks to Luke Macken <lewk@csh.rit.edu>
*jlj-2.5 (01 Aug 2004)
diff --git a/net-misc/jlj/files/digest-jlj-2.7 b/net-misc/jlj/files/digest-jlj-2.7
new file mode 100644
index 000000000000..24ce280e8570
--- /dev/null
+++ b/net-misc/jlj/files/digest-jlj-2.7
@@ -0,0 +1 @@
+MD5 8be1675feaad41baed6ac3616a8a6fb9 jlj_2.7.tar.gz 30157
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}/"
+}