public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-arch/deltarpm/files/, app-arch/deltarpm/
@ 2016-06-11 11:36 Alon Bar-Lev
  0 siblings, 0 replies; only message in thread
From: Alon Bar-Lev @ 2016-06-11 11:36 UTC (permalink / raw
  To: gentoo-commits

commit:     051b5a43c0f1dc76674d0cab4fd0016c0cea7db4
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 11 11:35:50 2016 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Sat Jun 11 11:35:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=051b5a43

app-arch/deltarpm: cleanup

Package-Manager: portage-2.2.28

 app-arch/deltarpm/Manifest                         |  1 -
 .../deltarpm/deltarpm-3.6_pre20110223-r2.ebuild    | 58 ----------------------
 .../deltarpm/files/3.6_pre20110223-build.patch     | 13 -----
 3 files changed, 72 deletions(-)

diff --git a/app-arch/deltarpm/Manifest b/app-arch/deltarpm/Manifest
index 1e960b7..dc2ce36 100644
--- a/app-arch/deltarpm/Manifest
+++ b/app-arch/deltarpm/Manifest
@@ -1,2 +1 @@
 DIST deltarpm-3.6.tar.bz2 500420 SHA256 fcc35db53e9913f12cdc013bdf922614ac8ef6fd5e7187e75203be8809d177be SHA512 0ef89d8d3e7c9d3d9da06542f293b434e42d95e18616aae1de95a66a77a5937142060ff405356869454cbcf8a7bb52f64c462641e52af0fad985105af07351d9 WHIRLPOOL 1ae76d6120aadf8dcdc978b2d7ac328080e10b60737557b91009da2cb9ab4fab497f5798cf49624dc914f0e92965cf567204d3114c631d9f8b703b99e0f5753d
-DIST deltarpm-git-20110223.tar.bz2 499623 SHA256 e4d6cad74cece0c6e48d5c49929e00a23ba116ff88a09245ad1d7ac84610c089 SHA512 ca6b75d9be5fc74206c57d6d13fe207f92e5dd295a75aee9690d171bcff877f6b04fe4f52e3f919e7ef0045087c39a63a773886d6c79977a16fe2791052a549c WHIRLPOOL c9a7f114f872bd142545edc902cf38a0b23c945eaa8dadda037a10f06811db99ea7c74f4f236dbaf59542c02409e3ffec814bdc930120d9aa47dfeface6d09aa

diff --git a/app-arch/deltarpm/deltarpm-3.6_pre20110223-r2.ebuild b/app-arch/deltarpm/deltarpm-3.6_pre20110223-r2.ebuild
deleted file mode 100644
index 534a553..0000000
--- a/app-arch/deltarpm/deltarpm-3.6_pre20110223-r2.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils toolchain-funcs python-single-r1
-
-SNAPSHOT="20110223"
-
-DESCRIPTION="tools to create and apply deltarpms"
-HOMEPAGE="http://gitorious.org/deltarpm/deltarpm"
-SRC_URI="http://pkgs.fedoraproject.org/repo/pkgs/${PN}/${PN}-git-${SNAPSHOT}.tar.bz2/70f8884be63614ca7c3fc888cf20ebc8/${PN}-git-${SNAPSHOT}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="python"
-
-RDEPEND="sys-libs/zlib
-	app-arch/xz-utils
-	app-arch/bzip2
-	<app-arch/rpm-5
-	python? ( ${PYTHON_DEPS} )"
-DEPEND=${RDEPEND}
-
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-S="${WORKDIR}/${PN}-git-${SNAPSHOT}"
-
-pkg_setup() {
-	use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-	# disable implicit python3 use, #568094
-	sed -i \
-		-e '/^prefix/s:/local::' \
-		-e '/^mandir/s:/man:/share/man:' \
-		-e '/for/s:python3::' \
-		Makefile || die
-	epatch "${FILESDIR}/3.6_pre20110223-build.patch"
-}
-
-src_compile() {
-	emake -j1 CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)"
-
-	if use python; then
-		emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" python
-	fi
-}
-
-src_install() {
-	default
-	python_optimize
-}

diff --git a/app-arch/deltarpm/files/3.6_pre20110223-build.patch b/app-arch/deltarpm/files/3.6_pre20110223-build.patch
deleted file mode 100644
index c7feea7..0000000
--- a/app-arch/deltarpm/files/3.6_pre20110223-build.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/Makefile b/Makefile
-index 0d0028f..9d05d59 100644
---- a/Makefile
-+++ b/Makefile
-@@ -41,7 +41,7 @@ _deltarpmmodule.so: readdeltarpm.o rpmhead.o util.o md5.o cfile.o $(zlibbundled)
- 			if [ ! -f "python$$PYVER/$@" ]; then \
- 				mkdir -p python$$PYVER ;\
- 				$(CC) $(CFLAGS) $$PYCFLAGS $(zlibcppflag) -fPIC -c -o python$$PYVER/deltarpmmodule.o deltarpmmodule.c ;\
--				$(CC) -o python$$PYVER/$@ python$$PYVER/deltarpmmodule.o $^ -shared -Wl,-soname,_deltarpmmodule.so $(LDLIBS) $$PYLDFLAGS; \
-+				$(CC) -o python$$PYVER/$@ python$$PYVER/deltarpmmodule.o $^ -shared -Wl,-soname,_deltarpmmodule.so $(LDLIBS) $(LDFLAGS) $$PYLDFLAGS; \
- 			fi; \
- 		fi; \
- 	done


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-06-11 11:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-11 11:36 [gentoo-commits] repo/gentoo:master commit in: app-arch/deltarpm/files/, app-arch/deltarpm/ Alon Bar-Lev

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