Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/jlj/
Date: Wed, 20 Feb 2019 13:01:07
Message-Id: 1550667645.a595a06bf0f43cfa9271e669990d46dcf9ab6329.zlogene@gentoo
1 commit: a595a06bf0f43cfa9271e669990d46dcf9ab6329
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 20 13:00:45 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 20 13:00:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a595a06b
7
8 net-misc/jlj: Drop old
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 net-misc/jlj/jlj-2.12.ebuild | 27 ---------------------------
14 1 file changed, 27 deletions(-)
15
16 diff --git a/net-misc/jlj/jlj-2.12.ebuild b/net-misc/jlj/jlj-2.12.ebuild
17 deleted file mode 100644
18 index 7741532b054..00000000000
19 --- a/net-misc/jlj/jlj-2.12.ebuild
20 +++ /dev/null
21 @@ -1,27 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=0
26 -
27 -DESCRIPTION="A simple console LiveJournal entry system"
28 -HOMEPAGE="http://umlautllama.com/projects/perl/#jlj"
29 -SRC_URI="http://umlautllama.com/projects/perl/${PN}_${PV}.tar.gz"
30 -LICENSE="freedist"
31 -KEYWORDS="~alpha ~amd64 ~ppc ~sparc x86"
32 -SLOT="0"
33 -IUSE=""
34 -
35 -DEPEND="dev-lang/perl"
36 -
37 -S=${WORKDIR}/${PN}
38 -
39 -src_install() {
40 - newbin ${PN}.pl ${PN} || die
41 - newdoc .livejournal.rc livejournal.rc
42 - dodoc README.JLJ
43 -}
44 -
45 -pkg_postinst() {
46 - elog "README.JLJ and a sample livejournal.rc have been installed to"
47 - elog "/usr/share/doc/${PF}/"
48 -}