Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/jlj/
Date: Fri, 05 Oct 2018 21:40:02
Message-Id: 1538775570.b97641090928d5e472e4c6b887f58b9283e6cd5e.asturm@gentoo
1 commit: b97641090928d5e472e4c6b887f58b9283e6cd5e
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Oct 3 17:52:16 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 5 21:39:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9764109
7
8 net-misc/jlj: EAPI7 revbump
9
10 Closes: https://bugs.gentoo.org/667664
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/10056
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 net-misc/jlj/jlj-2.12-r1.ebuild | 27 +++++++++++++++++++++++++++
16 1 file changed, 27 insertions(+)
17
18 diff --git a/net-misc/jlj/jlj-2.12-r1.ebuild b/net-misc/jlj/jlj-2.12-r1.ebuild
19 new file mode 100644
20 index 00000000000..5534c8e01b5
21 --- /dev/null
22 +++ b/net-misc/jlj/jlj-2.12-r1.ebuild
23 @@ -0,0 +1,27 @@
24 +# Copyright 1999-2018 Gentoo Authors
25 +# Distributed under the terms of the GNU General Public License v2
26 +
27 +EAPI=7
28 +
29 +DESCRIPTION="Simple console LiveJournal entry system"
30 +HOMEPAGE="http://umlautllama.com/projects/perl/#jlj"
31 +SRC_URI="http://umlautllama.com/projects/perl/${PN}_${PV}.tar.gz"
32 +
33 +LICENSE="freedist"
34 +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
35 +SLOT="0"
36 +
37 +DEPEND="dev-lang/perl"
38 +
39 +S=${WORKDIR}/${PN}
40 +
41 +src_install() {
42 + newbin ${PN}.pl ${PN}
43 + newdoc .livejournal.rc livejournal.rc
44 + dodoc README.JLJ
45 +}
46 +
47 +pkg_postinst() {
48 + elog "README.JLJ and a sample livejournal.rc have been installed to"
49 + elog "/usr/share/doc/${PF}/"
50 +}