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 E15D91396D9 for ; Sun, 19 Nov 2017 01:09:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02BC9E0E2C; Sun, 19 Nov 2017 01:09:22 +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 CEB6AE0E2C for ; Sun, 19 Nov 2017 01:09:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 7984633BF55 for ; Sun, 19 Nov 2017 01:09:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DF759F96 for ; Sun, 19 Nov 2017 01:09:19 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1511053750.c23e25c72b954977c0f615e9506ba76374493976.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/lovelock-backgrounds/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/lovelock-backgrounds/lovelock-backgrounds-14.91.1.1.ebuild X-VCS-Directories: x11-themes/lovelock-backgrounds/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: c23e25c72b954977c0f615e9506ba76374493976 X-VCS-Branch: master Date: Sun, 19 Nov 2017 01:09:19 +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-Archives-Salt: ab0c4feb-cdd8-401e-8d05-f0f75cb8dac3 X-Archives-Hash: a9ff154700882b9f774c9353f918c20c commit: c23e25c72b954977c0f615e9506ba76374493976 Author: Michael Palimaka gentoo org> AuthorDate: Sun Nov 19 01:08:59 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Nov 19 01:09:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c23e25c7 x11-themes/lovelock-backgrounds: remove 14.91.1.1-r0 Package-Manager: Portage-2.3.8, Repoman-2.3.4 .../lovelock-backgrounds-14.91.1.1.ebuild | 43 ---------------------- 1 file changed, 43 deletions(-) diff --git a/x11-themes/lovelock-backgrounds/lovelock-backgrounds-14.91.1.1.ebuild b/x11-themes/lovelock-backgrounds/lovelock-backgrounds-14.91.1.1.ebuild deleted file mode 100644 index ff4df549104..00000000000 --- a/x11-themes/lovelock-backgrounds/lovelock-backgrounds-14.91.1.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=3 - -inherit versionator rpm - -SRC_PATH=releases/15/Fedora/source/SRPMS -FEDORA=15 - -MY_P="${PN}-$(get_version_component_range 1-3)" - -DESCRIPTION="Fedora official background artwork" -HOMEPAGE="https://fedoraproject.org/wiki/F15_Artwork" - -SRC_URI="mirror://fedora-dev/${SRC_PATH}/${PN}-$(replace_version_separator 3 -).fc${FEDORA}.src.rpm" - -LICENSE="CC-BY-SA-3.0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="!x11-themes/fedora-backgrounds:15" -DEPEND="" - -S="${WORKDIR}/${MY_P}" - -SLOT=0 - -src_unpack() { - rpm_src_unpack - - # as of 2011-03-08 rpm.eclass does not unpack the further xz - # file automatically. - unpack ./${MY_P}.tar.xz -} - -src_compile() { :; } -src_test() { :; } - -src_install() { - # The install targets are serial anyway. - emake -j1 DESTDIR="${D}" install || die "emake install failed" -}