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 7EE72139695 for ; Thu, 3 Aug 2017 12:37:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C673E0E68; Thu, 3 Aug 2017 12:37:52 +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 6AD36E0E68 for ; Thu, 3 Aug 2017 12:37:52 +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 2006B34182B for ; Thu, 3 Aug 2017 12:37:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4A5A75EE for ; Thu, 3 Aug 2017 12:37:49 +0000 (UTC) From: "Sergey Popov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Popov" Message-ID: <1501763863.eac161b1f4828a1e4b4a9e33006d1c3e598c4d08.pinkbyte@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/dog/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/dog/dog-1.7-r4.ebuild sys-apps/dog/dog-1.7-r5.ebuild X-VCS-Directories: sys-apps/dog/ X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov X-VCS-Revision: eac161b1f4828a1e4b4a9e33006d1c3e598c4d08 X-VCS-Branch: master Date: Thu, 3 Aug 2017 12:37:49 +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: 3718e814-1838-4016-8cdd-1088f0c2f242 X-Archives-Hash: 2fbc956507f5e61526a16de6aac4785f commit: eac161b1f4828a1e4b4a9e33006d1c3e598c4d08 Author: Sergey Popov gentoo org> AuthorDate: Thu Aug 3 12:36:47 2017 +0000 Commit: Sergey Popov gentoo org> CommitDate: Thu Aug 3 12:37:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eac161b1 sys-apps/dog: drop old Package-Manager: Portage-2.3.6, Repoman-2.3.1 sys-apps/dog/dog-1.7-r4.ebuild | 42 ---------------------------------------- sys-apps/dog/dog-1.7-r5.ebuild | 44 ------------------------------------------ 2 files changed, 86 deletions(-) diff --git a/sys-apps/dog/dog-1.7-r4.ebuild b/sys-apps/dog/dog-1.7-r4.ebuild deleted file mode 100644 index 688e44cbc52..00000000000 --- a/sys-apps/dog/dog-1.7-r4.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="3" - -inherit eutils toolchain-funcs - -DESCRIPTION="Dog is better than cat" -# the best HOMEPAGE we have. -HOMEPAGE="https://packages.gentoo.org/package/sys-apps/dog" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc64-solaris" -IUSE="" - -src_prepare() { - epatch \ - "${FILESDIR}"/${P}-check-ctime.diff \ - "${FILESDIR}"/${PV}-manpage-touchup.patch \ - "${FILESDIR}"/${P}-64bit-goodness.patch \ - "${FILESDIR}"/${P}-strfry.patch - - if [[ "${CHOST}" == *-solaris* ]] - then - sed -i '/gcc.*-o dog/s/$/ -lsocket/' \ - Makefile || die "sed Makefile failed" - fi - - sed -i \ - -e 's,^CFLAGS,#CFLAGS,' \ - -e "s,gcc,$(tc-getCC)," \ - -e 's:-o dog:$(LDFLAGS) -o dog:g' \ - Makefile || die "sed Makefile failed" -} - -src_install() { - dobin dog || die - doman dog.1 || die - dodoc README AUTHORS || die -} diff --git a/sys-apps/dog/dog-1.7-r5.ebuild b/sys-apps/dog/dog-1.7-r5.ebuild deleted file mode 100644 index 4fc38a83fba..00000000000 --- a/sys-apps/dog/dog-1.7-r5.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit eutils toolchain-funcs - -DESCRIPTION="Dog is better than cat" -# the best HOMEPAGE we have. -HOMEPAGE="https://packages.gentoo.org/package/sys-apps/dog" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc64-solaris" -IUSE="" - -PATCHES=( - "${FILESDIR}"/${P}-check-ctime.diff - "${FILESDIR}"/${PV}-manpage-touchup.patch - "${FILESDIR}"/${P}-64bit-goodness.patch - "${FILESDIR}"/${P}-strfry.patch -) - -src_prepare() { - epatch "${PATCHES[@]}" - - if [[ "${CHOST}" == *-solaris* ]]; then - sed -i '/gcc.*-o dog/s/$/ -lsocket -lnsl/' \ - Makefile || die "sed Makefile failed" - fi - - sed -i \ - -e 's,^CFLAGS,#CFLAGS,' \ - -e "s,gcc,$(tc-getCC)," \ - -e 's:-o dog:$(LDFLAGS) -o dog:g' \ - Makefile || die "sed Makefile failed" -} - -src_install() { - dobin "${PN}" || die - doman "${PN}".1 || die - dodoc README AUTHORS || die -}