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 64FFC139695 for ; Sat, 6 May 2017 02:05:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71E0DE0D04; Sat, 6 May 2017 02:05:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3F3BCE0C08 for ; Sat, 6 May 2017 02:05:10 +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 6FC083416BD for ; Sat, 6 May 2017 02:05:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8BCB744C for ; Sat, 6 May 2017 02:05:06 +0000 (UTC) From: "Michael Orlitzky" 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 Orlitzky" Message-ID: <1494036281.b5ca7f43c765a0973041ba152066d60e050e51ce.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/scanmem/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/scanmem/Manifest dev-util/scanmem/scanmem-0.15.2.ebuild X-VCS-Directories: dev-util/scanmem/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: b5ca7f43c765a0973041ba152066d60e050e51ce X-VCS-Branch: master Date: Sat, 6 May 2017 02:05:06 +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: 4b6f7040-2389-48fd-ab70-1cbde3b44bb8 X-Archives-Hash: 13c2261b683200928a4cced983476808 commit: b5ca7f43c765a0973041ba152066d60e050e51ce Author: Michael Orlitzky gentoo org> AuthorDate: Sat May 6 02:00:23 2017 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sat May 6 02:04:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5ca7f43 dev-util/scanmem: remove unused version 0.15.2. Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-util/scanmem/Manifest | 1 - dev-util/scanmem/scanmem-0.15.2.ebuild | 52 ---------------------------------- 2 files changed, 53 deletions(-) diff --git a/dev-util/scanmem/Manifest b/dev-util/scanmem/Manifest index 8812170f279..15f2ada08a2 100644 --- a/dev-util/scanmem/Manifest +++ b/dev-util/scanmem/Manifest @@ -1,2 +1 @@ -DIST scanmem-0.15.2.tar.gz 243439 SHA256 37abf8f4e4992d2c0816670f0c9f2bf68f0e261e04604df67a52acdcc721dca5 SHA512 9d1211b10b30962e35821895d7dd7d5a179e64b3f539b6dd2585a3f6b0ade7cd092fe377454b2582ec66e2c7a7676f8c7f04e8aff5c9e6e449a9eb6fb0498501 WHIRLPOOL efefba182a891b792c32370d99de1e9f0d76dbfa5c3050eb96d66ecc64460a7960a861ec0ad0b41671d83c6dd1ba4a1202cea6dedd498806a7f6721a35003401 DIST scanmem-0.15.3.tar.gz 243150 SHA256 910d836f54266896920bcb07d32e4550f2578e47d8e786b5cce0903bb98f26da SHA512 7f14e8a129321d7e58651d7e98ab71e58926465c98d256226ef7803fa7e42ba8bbe0879da8173ad2659deb655c73338db27d832a264b429f740331aee1f6d4b7 WHIRLPOOL ff9d85b0bebcce02951794acc427d3846f070f72b12070f503fa233dcd3c50f4d6bc48c7e8d45731b3d0356a6f7d398e11138e8b95f95f88a3a2aafc7a53258c diff --git a/dev-util/scanmem/scanmem-0.15.2.ebuild b/dev-util/scanmem/scanmem-0.15.2.ebuild deleted file mode 100644 index c582a034fca..00000000000 --- a/dev-util/scanmem/scanmem-0.15.2.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) - -inherit autotools eutils python-single-r1 - -DESCRIPTION="Locate and modify variables in executing processes" -HOMEPAGE="https://github.com/scanmem/scanmem" -SRC_URI="https://github.com/scanmem/scanmem/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="gui" - -DEPEND="sys-libs/readline:=" -RDEPEND="${DEPEND} - gui? ( - ${PYTHON_DEPS} - dev-python/pygobject:3 - sys-auth/polkit - )" - -REQUIRED_USE="gui? ( ${PYTHON_REQUIRED_USE} )" - -pkg_setup() { - use gui && python-single-r1_pkg_setup -} - -src_prepare() { - sed -i "/CFLAGS/d" Makefile.am || die - - eautoreconf -} - -src_configure() { - econf \ - --docdir="/usr/share/doc/${PF}" \ - $(use_enable gui) -} - -src_install() { - default - - if use gui ; then - docinto gui - dodoc gui/{README,TODO} - python_fix_shebang "${D}" - fi -}