diff options
author | Jose Alberto Suarez Lopez <bass@gentoo.org> | 2004-08-01 17:37:06 +0000 |
---|---|---|
committer | Jose Alberto Suarez Lopez <bass@gentoo.org> | 2004-08-01 17:37:06 +0000 |
commit | 76e16900c72b4a1205c7b87ed93bfb885ee91ed3 (patch) | |
tree | 55360ee4729474f150d341ac1118fcca9ac20283 /net-misc | |
parent | fixed jre virtual .. thanks Yuta (diff) | |
download | gentoo-2-76e16900c72b4a1205c7b87ed93bfb885ee91ed3.tar.gz gentoo-2-76e16900c72b4a1205c7b87ed93bfb885ee91ed3.tar.bz2 gentoo-2-76e16900c72b4a1205c7b87ed93bfb885ee91ed3.zip |
First release
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/jlj/ChangeLog | 9 | ||||
-rw-r--r-- | net-misc/jlj/Manifest | 2 | ||||
-rw-r--r-- | net-misc/jlj/files/digest-jlj-2.5 | 1 | ||||
-rw-r--r-- | net-misc/jlj/jlj-2.5.ebuild | 27 |
4 files changed, 39 insertions, 0 deletions
diff --git a/net-misc/jlj/ChangeLog b/net-misc/jlj/ChangeLog new file mode 100644 index 000000000000..c1315f970612 --- /dev/null +++ b/net-misc/jlj/ChangeLog @@ -0,0 +1,9 @@ +# 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 $ + +*jlj-2.5 (01 Aug 2004) + + 01 Aug 2004; bass@gentoo.org +jlj-2.5.ebuild: + First version, thanks to Luke Macken <lewk@csh.rit.edu> + diff --git a/net-misc/jlj/Manifest b/net-misc/jlj/Manifest new file mode 100644 index 000000000000..2413470318c1 --- /dev/null +++ b/net-misc/jlj/Manifest @@ -0,0 +1,2 @@ +MD5 6d7e310b0bdf4bfa1e320afdb2955c14 jlj-2.5.ebuild 741 +MD5 d87e00ac7252bceb3373c57aa67128b4 files/digest-jlj-2.5 58 diff --git a/net-misc/jlj/files/digest-jlj-2.5 b/net-misc/jlj/files/digest-jlj-2.5 new file mode 100644 index 000000000000..a9b80b654f18 --- /dev/null +++ b/net-misc/jlj/files/digest-jlj-2.5 @@ -0,0 +1 @@ +MD5 1c72f554c17ca465a5b84b93631a5cf4 jlj_2.5.tar.gz 23996 diff --git a/net-misc/jlj/jlj-2.5.ebuild b/net-misc/jlj/jlj-2.5.ebuild new file mode 100644 index 000000000000..1aefc2945192 --- /dev/null +++ b/net-misc/jlj/jlj-2.5.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/jlj/jlj-2.5.ebuild,v 1.1 2004/08/01 17:34:00 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" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~alpha" +IUSE="" + +DEPEND="dev-lang/perl" + +S=${WORKDIR}/${PN} + +src_install() { + newbin ${PN}.pl ${PN} || die + doman ${FILESDIR}/${PN}.1 + dodoc README.JLJ + einfo + einfo "You must now setup a .livejournal.rc file in your home directory" + einfo "with your user name and password in the following format:" + einfo " user: ljname" + einfo " password: mypass" + einfo +} |