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 83235138334 for ; Sat, 15 Sep 2018 20:07:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F0B0E090F; Sat, 15 Sep 2018 20:07:48 +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 59408E090F for ; Sat, 15 Sep 2018 20:07:48 +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 A47E6335CDE for ; Sat, 15 Sep 2018 20:07:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 211593D5 for ; Sat, 15 Sep 2018 20:07:45 +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: <1537042060.54561e9da42a034a40cfe73d5d68c412498bd1db.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/tuxpaint-stamps/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/tuxpaint-stamps/tuxpaint-stamps-20090628.ebuild X-VCS-Directories: media-gfx/tuxpaint-stamps/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 54561e9da42a034a40cfe73d5d68c412498bd1db X-VCS-Branch: master Date: Sat, 15 Sep 2018 20:07:45 +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: b4e8c807-3ecd-416f-abe4-1c4382a0ac75 X-Archives-Hash: faca858318e7fa145854490a4fd99339 commit: 54561e9da42a034a40cfe73d5d68c412498bd1db Author: Mikle Kolyada gentoo org> AuthorDate: Sat Sep 15 20:07:24 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Sep 15 20:07:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54561e9d media-gfx/tuxpaint-stamps: Drop old Package-Manager: Portage-2.3.40, Repoman-2.3.9 .../tuxpaint-stamps-20090628.ebuild | 32 ---------------------- 1 file changed, 32 deletions(-) diff --git a/media-gfx/tuxpaint-stamps/tuxpaint-stamps-20090628.ebuild b/media-gfx/tuxpaint-stamps/tuxpaint-stamps-20090628.ebuild deleted file mode 100644 index 9860d5ab8f3..00000000000 --- a/media-gfx/tuxpaint-stamps/tuxpaint-stamps-20090628.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=2 -inherit eutils - -MY_P=${PN}-${PV:0:4}.${PV:4:2}.${PV:6:2} - -DESCRIPTION="Set of 'Rubber Stamp' images which can be used within Tux Paint" -HOMEPAGE="http://www.tuxpaint.org/" -SRC_URI="mirror://sourceforge/tuxpaint/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -RDEPEND="media-gfx/tuxpaint" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - epatch "${FILESDIR}"/${P}-make-382.patch -} - -src_install() { - emake PREFIX="${D}/usr" install-all || die - - rm -f docs/COPYING.txt - dodoc docs/*.txt -}