public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] repo/gentoo:master commit in: app-arch/pdv/
@ 2018-04-01 23:59 99% Matt Turner
  0 siblings, 0 replies; 1+ results
From: Matt Turner @ 2018-04-01 23:59 UTC (permalink / raw
  To: gentoo-commits

commit:     9aab7089a16272ae38c63a874be6d0cdf5871b04
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  1 23:58:52 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Apr  1 23:58:52 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aab7089

app-arch/pdv: Drop old

Closes: https://bugs.gentoo.org/649146

 app-arch/pdv/pdv-1.5.1-r2.ebuild | 56 ----------------------------------------
 1 file changed, 56 deletions(-)

diff --git a/app-arch/pdv/pdv-1.5.1-r2.ebuild b/app-arch/pdv/pdv-1.5.1-r2.ebuild
deleted file mode 100644
index 509ae0fa82c..00000000000
--- a/app-arch/pdv/pdv-1.5.1-r2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils autotools toolchain-funcs
-
-DESCRIPTION="build a self-extracting and self-installing binary package"
-HOMEPAGE="https://sourceforge.net/projects/pdv"
-SRC_URI="mirror://sourceforge/pdv/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ppc x86 ~x86-linux ~ppc-macos"
-IUSE="X"
-
-DEPEND="X? ( >=x11-libs/motif-2.3:0
-	>=x11-libs/libX11-1.0.0
-	>=x11-libs/libXt-1.0.0
-	>=x11-libs/libXext-1.0.0
-	>=x11-libs/libXp-1.0.0 )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	# fix a size-of-variable bug
-	epatch "${FILESDIR}"/${P}-opt.patch
-	# fix a free-before-use bug
-	epatch "${FILESDIR}"/${P}-early-free.patch
-	# fix a configure script bug
-	epatch "${FILESDIR}"/${P}-x-config.patch
-	# fix default args bug from assuming 'char' is signed
-	epatch "${FILESDIR}"/${P}-default-args.patch
-	# prevent pre-stripped binaries
-	epatch "${FILESDIR}"/${P}-no-strip.patch
-
-	# re-build configure script since patch was applied to configure.in
-	cd "${S}"/X11
-	eautoreconf
-	tc-export CC
-}
-
-src_configure() {
-	local myconf=""
-	use X || myconf="--without-x" # configure script is broken, cant use use_with
-	econf ${myconf}
-}
-
-src_install() {
-	dobin pdv pdvmkpkg
-	doman pdv.1 pdvmkpkg.1
-	if use X ; then
-		dobin X11/xmpdvmkpkg
-		doman xmpdvmkpkg.1
-	fi
-	dodoc AUTHORS ChangeLog NEWS README pdv.lsm
-}


^ permalink raw reply related	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2018-04-01 23:59 99% [gentoo-commits] repo/gentoo:master commit in: app-arch/pdv/ Matt Turner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox