From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 67774138334 for ; Wed, 20 Feb 2019 13:01:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75A8FE096A; Wed, 20 Feb 2019 13:01:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 532B3E096A for ; Wed, 20 Feb 2019 13:01:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0630A335CFF for ; Wed, 20 Feb 2019 13:01:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2B8F44B for ; Wed, 20 Feb 2019 13:00:58 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1550667645.a595a06bf0f43cfa9271e669990d46dcf9ab6329.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/jlj/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/jlj/jlj-2.12.ebuild X-VCS-Directories: net-misc/jlj/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: a595a06bf0f43cfa9271e669990d46dcf9ab6329 X-VCS-Branch: master Date: Wed, 20 Feb 2019 13:00:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: add96504-68bc-462c-ae77-608ff0ac342e X-Archives-Hash: bd4cac44f4697c3c51edb0b4ba26d5a9 commit: a595a06bf0f43cfa9271e669990d46dcf9ab6329 Author: Mikle Kolyada gentoo org> AuthorDate: Wed Feb 20 13:00:45 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Wed Feb 20 13:00:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a595a06b net-misc/jlj: Drop old Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 net-misc/jlj/jlj-2.12.ebuild | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/net-misc/jlj/jlj-2.12.ebuild b/net-misc/jlj/jlj-2.12.ebuild deleted file mode 100644 index 7741532b054..00000000000 --- a/net-misc/jlj/jlj-2.12.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -DESCRIPTION="A simple console LiveJournal entry system" -HOMEPAGE="http://umlautllama.com/projects/perl/#jlj" -SRC_URI="http://umlautllama.com/projects/perl/${PN}_${PV}.tar.gz" -LICENSE="freedist" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc 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() { - elog "README.JLJ and a sample livejournal.rc have been installed to" - elog "/usr/share/doc/${PF}/" -}