diff options
author | Anthoine Bourgeois <anthoine.bourgeois@gmail.com> | 2021-04-25 15:43:33 +0200 |
---|---|---|
committer | Anthoine Bourgeois <anthoine.bourgeois@gmail.com> | 2021-04-25 15:45:45 +0200 |
commit | 5fb491dc0059a2826bffb243699e60514121c07d (patch) | |
tree | 0a8e13cf3ca6c8458103704efbaa8d77bb460615 | |
parent | +eo-1.3.1.ebuild (diff) | |
download | aluco-5fb491dc0059a2826bffb243699e60514121c07d.tar.gz aluco-5fb491dc0059a2826bffb243699e60514121c07d.tar.bz2 aluco-5fb491dc0059a2826bffb243699e60514121c07d.zip |
Remove broken packages reported by QA
- frei0r plugins
- fakechroot, fakeroot, fakeroot-ng
Signed-off-by: Anthoine Bourgeois <anthoine.bourgeois@gmail.com>
23 files changed, 0 insertions, 683 deletions
diff --git a/media-plugins/frei0r-plugins/Manifest b/media-plugins/frei0r-plugins/Manifest deleted file mode 100644 index 97aa8b0..0000000 --- a/media-plugins/frei0r-plugins/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -AUX frei0r-plugins-1.3-no-automagic-deps.patch 1867 RMD160 3dcf3fb447ff842475d2a200515c3f89d8909396 SHA1 1dc648e98f6f1d461319d702748979753ea84984 SHA256 5b14f0d887116af3e935d53ca10631892a2e93d70ac443865ed2fdfc38eb4b47 -DIST frei0r-plugins-1.3.tar.gz 1092809 RMD160 abc279996bb5ffe83f796e1699c9b1cdbece60ec SHA1 f6b463440017934d01ac3c8fdf70b93c915e3d08 SHA256 b25da901115aa7f960cf5e541057266fddf132a7521d628e6cb344c9f16c0236 -EBUILD frei0r-plugins-1.3.ebuild 827 RMD160 5eb79aa8b54f5ff4402658352d00a00b5ddde69e SHA1 c5a4167743dfc4192d67c6a118cfbc6051f505fb SHA256 07f1d28b50c8293357acb8bb161623f91f052c627652da43c200a2b38baae0d2 diff --git a/media-plugins/frei0r-plugins/files/frei0r-plugins-1.3-no-automagic-deps.patch b/media-plugins/frei0r-plugins/files/frei0r-plugins-1.3-no-automagic-deps.patch deleted file mode 100644 index 616dcc8..0000000 --- a/media-plugins/frei0r-plugins/files/frei0r-plugins-1.3-no-automagic-deps.patch +++ /dev/null @@ -1,42 +0,0 @@ ---- configure.ac.orig 2011-05-04 00:17:15.370171000 +0200 -+++ configure.ac 2011-05-04 00:26:27.583170991 +0200 -@@ -93,18 +93,35 @@ AC_C_INLINE - AC_FUNC_MALLOC - AC_CHECK_FUNCS([floor memset pow sqrt]) - -+ -+AC_ARG_ENABLE([facedetect], [ --enable-facedetect enable facedetect plugin (needs opencv)], -+ [facedetect=${enableval}], [facedetect=no]) -+ - HAVE_OPENCV=false --PKG_CHECK_MODULES(OPENCV, opencv >= 1.0.0, [HAVE_OPENCV=true], [true]) --AM_CONDITIONAL([HAVE_OPENCV], [test x$HAVE_OPENCV = xtrue]) --if test x$HAVE_OPENCV = xtrue; then -+if test "x${facedetect}" = xyes; then -+ PKG_CHECK_MODULES(OPENCV, opencv >= 1.0.0, [HAVE_OPENCV=true], [true]) -+ if test x$HAVE_OPENCV = xtrue; then - # OPENCV_CFLAGS="$OPENCV_CFLAGS -DOPENCV_PREFIX=`pkg-config opencv --variable=prefix`" - AC_DEFINE(HAVE_OPENCV,1,[compiled including opencv]) - AC_DEFINE(OPENCV_DATA_DIR,[${prefix}/share/opencv],opencv data prefix) -+ else -+ AC_MSG_WARN([*** opencv >= 1.0.0 not found - this program enables optional plugin with the Open Source Computer Vision library >= 1.0.0 http://opencvlibrary.sourceforge.net/ ***]) -+ fi - fi -+AM_CONDITIONAL([HAVE_OPENCV], [test x$HAVE_OPENCV = xtrue]) - AC_SUBST(HAVE_OPENCV) - -+ -+AC_ARG_ENABLE([scale0tilt], [ --enable-scale0tilt enable scale0tilt plugin (needs gavl)], -+ [scale0tilt=${enableval}], [scale0tilt=no]) -+ - HAVE_GAVL=false --PKG_CHECK_MODULES(GAVL, gavl >= 0.2.3, [HAVE_GAVL=true], [true]) -+if test "x${scale0tilt}" = xyes; then -+ PKG_CHECK_MODULES(GAVL, gavl >= 0.2.3, [HAVE_GAVL=true], [true]) -+ if test x$HAVE_GAVL = xfalse; then -+ AC_MSG_WARN([*** gavl >= 0.2.3 not found - this program enables optional plugin with the gmerlin audio video library >= 0.2.3 http://gmerlin.sourceforge.net/ ***]) -+ fi -+fi - AM_CONDITIONAL([HAVE_GAVL], [test x$HAVE_GAVL = xtrue]) - - AC_CHECK_PROG([DOXYGEN], [doxygen], [doxygen]) diff --git a/media-plugins/frei0r-plugins/frei0r-plugins-1.3.ebuild b/media-plugins/frei0r-plugins/frei0r-plugins-1.3.ebuild deleted file mode 100644 index ad9ed35..0000000 --- a/media-plugins/frei0r-plugins/frei0r-plugins-1.3.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="4" -inherit base eutils autotools multilib - -DESCRIPTION="A minimalistic plugin API for video effects" -HOMEPAGE="http://www.piksel.org/frei0r/" -SRC_URI="http://www.piksel.no/frei0r/releases/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd" -IUSE="doc facedetect scale0tilt" - -DEPEND="facedetect? ( media-libs/opencv ) - scale0tilt? ( media-libs/gavl )" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/frei0r-${PV} - -src_prepare() { - epatch "${FILESDIR}"/${P}-no-automagic-deps.patch - eautoreconf -} - -src_configure() { - econf $(use_enable facedetect) \ - $(use_enable scale0tilt) \ - --libdir=/usr/$(get_libdir) -} - -src_install() { - base_src_install - use doc && dohtml -r doc/html -} diff --git a/sys-apps/fakechroot/Manifest b/sys-apps/fakechroot/Manifest deleted file mode 100644 index a23af50..0000000 --- a/sys-apps/fakechroot/Manifest +++ /dev/null @@ -1,17 +0,0 @@ -AUX fakechroot-2.12-fix_chroot_test_location.patch 3544 SHA256 ca09808116801262577b93ec2e864472705d9a9a1223218a8a73b36d700ef895 SHA512 f2d81b215963fc581367a2cc37154ed8b2ae5b35700a64b3c1cab10a93a9020bfe28bfada9b8978720f4ef3872e298e5d545e0135a2bdc55eb15a58389bf01fd WHIRLPOOL 0390bc528b17988583b8f245d5cd7aa9a621dc08bfea560a605ae09d1553934be66bb6047114b05b86d2d5c2062b534419fec9b3eca8eb32c3ade7535625f479 -AUX fakechroot-2.12-fix_test_hardened.patch 1005 SHA256 eb8099b341675384b95e132bb6fa1be9f42a30994db3be4a9664d71a572a9141 SHA512 5f364490ef6c8cb542fb87ec99d17777e5b38efa8f02098307f9740980f45ecb29cd6cba3ad49260b81817ee270a5c58676a578f24d6b4d0da9739fd47d3904c WHIRLPOOL af889d7a2680eee775e9edcf48fb85cd60dc769b421de5efa3fea4cad97110308ec2518a95c2b98b40f5e713c989f1da1b5634d096beb60d3053bb3503ec7ab2 -AUX fakechroot-2.14-fix_chk_fail.patch 732 SHA256 f3d01578720cefd1f01ce52c8a987e5a7be614e7a7ffd9d1e24ee6668e60a5f6 SHA512 d15de5add89dd7e3c4f4ecc87df780b7f887f4ef9e84232109395a1f61ba109c4f0819cb37c0e38028d535cced8ed7ac34fcbab060455e14bbccb4bf61fea71c WHIRLPOOL 293caf7f99db014aec1f5741a61727a9ef4c9a089187787c8cf99da76c971b5351fe63da87442767f7dcdf45962376642af5b8280f4c6812598cd87bc30331d1 -AUX fakechroot-2.14-fix_chroot_test_location.patch 3659 SHA256 0929c3bc41464f937fa610829bf7aeb194e2a27547b30048d9e922c0f80ccdd5 SHA512 5c81b23eed3ed8e3160ed6d03066c5ac71b6f62131518305259487587a9419116dd6684667171f4742bf05755950044f68e82be768eb6ac9787acd9817135059 WHIRLPOOL 60520fc46e94b8f9b974d8000ba5cb159cb865e8052d15f4f47268ee60faca770ad1bd3d5f6aaef1165b3f1bc61ac982946dabd3ca0b2dfb0d4d69b7e959dcab -AUX fakechroot-2.14-fix_test_hardened.patch 1005 SHA256 eb8099b341675384b95e132bb6fa1be9f42a30994db3be4a9664d71a572a9141 SHA512 5f364490ef6c8cb542fb87ec99d17777e5b38efa8f02098307f9740980f45ecb29cd6cba3ad49260b81817ee270a5c58676a578f24d6b4d0da9739fd47d3904c WHIRLPOOL af889d7a2680eee775e9edcf48fb85cd60dc769b421de5efa3fea4cad97110308ec2518a95c2b98b40f5e713c989f1da1b5634d096beb60d3053bb3503ec7ab2 -DIST fakechroot_2.12.orig.tar.gz 352298 SHA256 05174cc9caa3ec84cd7515caeafd809a9411e13498f972a617bf3616463b5d2b SHA512 1fec7ea6600618a5763134c9032d18885f56555694ca0a695f2716aec752f09d062dec09272ae197f78ed08af3f3ce8196863799d722aa6a7d1ef3a3290d1c92 WHIRLPOOL 97455223ec23a6a171bfbd47a78e060fbe4d547902d59496f31fd7b77a96b3e949388ebdd615c4e229f2c0dc79156f92a470421dbd3d7756a5bb10fa22b73fc7 -DIST fakechroot_2.14.orig.tar.gz 391823 SHA256 da5d61f1c752e2e43400fc6c70cb8ad2f7177a3295534f8e0c6e3c208432d9f5 SHA512 fd5221fbce5df74b30a9b29817b3e7758867ab3f489589cad7e58f8268ba83b136cf5714a85d55b673eb18b4e916d382d97d893b83797af06d4672bbb4d4677e WHIRLPOOL 51361c1314816045a09f859cd29758ea4d2ebda3589c6cc50e357586370dc90e3e17247701e6b96d5d9c6832ab8ebbb236780afa249183cdaf1333141c963083 -DIST fakechroot_2.15.orig.tar.gz 413609 SHA256 ce184d359212085ce4e02639f6740aac22b26896fb06f3e54941d125939d584c SHA512 81ec957d1ca5df81388536fc9c04558a33bd71e8ddf79c8d11f52599595c6ddc8a7f6cd8740f7a64e7f78e3a57f89b88ca465c6aa1b399ae3ebc981cd9c98967 WHIRLPOOL c55c67a37b5227056e6766a67b7e65ccce6a19e3b50f8b06a6b1f8b0cb10e800aea03ba57d866b0c8d88b821267dfe434416d3e42ae24c1361453c7330d0c2a7 -DIST fakechroot_2.16.orig.tar.gz 422254 SHA256 81c105e0878b55fbcf430235badcb31249d86ac435297910f411d9955dadf9c6 SHA512 6beb0d7a7cca75ecf64b6646410c240fbcffef572246efef0d3ccfe6e379bc698e7ae75347799a947acf9c860333fc0d9a7e5fe819b673f5bf27b8924730b706 WHIRLPOOL 80b2a0a0a36220e2f579a3c61b3b52eceb8880b3c39f5b51581b614a1ca0401367dc1e5de33c9765d7794da2cb5986723f717803931754c1d53507e524d09e3d -DIST fakechroot_2.17.2.orig.tar.gz 463307 SHA256 038f631c6013b34426ac0b6a38b613083818065b4d20ae87598ea14589ec8c7c SHA512 bcdcf8e77aae46b567acddb80e6817a118c7ef250ba7b6962982e60a6a5e3b8c1eeef950dc33335f31466c3f53ab6b7260bc64a1da9c4b156a44d811ef8cccd0 WHIRLPOOL 69e170a044af5e06494d42a1cd2fa359b9101224bd71f8413949ba0e12396d6a877b82e35734d8c8d0a576e508c47a71ecd2eb6272951cfa95a88298764417c5 -EBUILD fakechroot-2.12-r1.ebuild 901 SHA256 fa3ea4f85c5a16c63289be1376980210089d45495b43066db683bd8e0bf45b56 SHA512 7f17e30f450655a9ece9739f05ff4153a483a24dc586b811066310237cf9e4b7ef7c8c8500f9e3fbcd3420be9d28d70230a91e6051449bf549dc99bec072d038 WHIRLPOOL 16fd60a682550e7c5e8209f97466139657ca957cb7b658c109cf31d17c874466ad42e9eb8cd50e3fe55c34c68f00932189110b6199952f6153118d4d38b69c98 -EBUILD fakechroot-2.14-r1.ebuild 840 SHA256 364dee30bd0b7fb46042c49551dc9c5a7f42efe7714375c7caf9652ca501b080 SHA512 ff8bec857d525fadca6b4b0e7384bcf21df2885953705d2531e54336b9ae7c4a19e44698020ae878d7ea77056150d2b3e60cc0c46ef8197c402624dc4521a91c WHIRLPOOL 5c7a04f741d77ee24c74ca4b4c92f158fe04d0a0929f25483396f82720cbfcda777d03c55d7e709965cffb0027e11d355f1b08bffd4cb8450fc22198fae5e2aa -EBUILD fakechroot-2.14.ebuild 695 SHA256 1a38352fca55e02b2c102e8d73a26019fd7ec33e9eec73fff8b83836a7ad66d5 SHA512 e7095d3223661350f1159f7223c64306214a89cadf75557daf3eedc9c2045d8323248a0294f7acc0fab26c7b62f2258da9cde3cf186f0004dc5641da234084b1 WHIRLPOOL cdb861228f47d79688a879a21fa105f700ee9a83511fbf1e7ea4f9e073d93582a9f29b240e03a8f0546e50346ba646e637a23e2dae6c8bf8abe70acf7e3002ca -EBUILD fakechroot-2.15.ebuild 694 SHA256 62ed6e814ca662866d287a4dade2e042058d36377a278a7a921ff046d593d5c5 SHA512 5aac50f68b5d25ddec634af0148efecf618bccb6cb0302c021d0b0d0dcb70f6b4169b3ae267b5260391f7b532fa002db950d10583bb95c3bbc8ff3d8f759276a WHIRLPOOL b903245f30f5441b978490a4e12dd9e0848af583f7367e7db0c1d5ac73a6f1c3223ecfb3d215e6d91c343f5f324308cfaedacb8747f76e05a8677d24554fe3d0 -EBUILD fakechroot-2.16.ebuild 735 SHA256 f62dcc797ad38a048af91f7b0b7fa21f9d7b1ff1b0fad53d2eaf974938a0b2ad SHA512 13e052153a05920cb9c6741c2db50b00b2dbd4492d89e3927ecfacaebcfde2b6c3ade62dacdf7aa440a2af99b3c6ca95e8a4f3c239274658c79ac0e75dbd6028 WHIRLPOOL 8d4dcf750f157736d7d12001f6084a5dd2c4a68058575874eb943019368e05019d445e265609a9de34e91c78795f05070d36e32a4fcb0a2e9ba5fdef227ee562 -EBUILD fakechroot-2.17.2.ebuild 601 SHA256 cb012f13cb9cb65e6e3dcf31fdfc3b83456a10de23a5a4980fdb2eed4167a7d0 SHA512 27462ce92a01e8b8f453eaa192bca757b231e382d961caba2e51a8af1284a803c76ad1494f3affdbd33271bfa2a4a308a5a180dca688947c3828d1000536ed55 WHIRLPOOL 101c28155a187e6252efbe852a9b11043ce321dcf2021830cf91ca8c5a93b04c421cc1e3a1f32fd3e3668fb79b861c06bf9fecaf63208aef2ad3104d42abb959 -MISC metadata.xml 570 SHA256 001647e87b2fc4cfe43969b4c477ffdca870d19f85ae00a172e58c9f4acdf250 SHA512 8b494be05ddfe9feb64cb911c90318d9fc034a1841f5e1479b5ae80040c254419312698d9f809093dbaf6da26fa57fc0831b07e6b7703becaffe8264cfea0111 WHIRLPOOL 7ffe877bc8e50733dc941accdf9bb5719d71ef8fc4edeebac66213bd758c7b64ed53b7f5f9d5054482448ce83289e8a16de18358597c1fc7e65fd47ba1c33eff diff --git a/sys-apps/fakechroot/fakechroot-2.12-r1.ebuild b/sys-apps/fakechroot/fakechroot-2.12-r1.ebuild deleted file mode 100644 index fc332d0..0000000 --- a/sys-apps/fakechroot/fakechroot-2.12-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/fakechroot/fakechroot-2.12.ebuild,v 1.1 2010/11/14 09:05:32 ssuominen Exp $ - -EAPI=4 -inherit eutils - -DESCRIPTION="Provide a faked chroot environment without requiring root privileges" -HOMEPAGE="http://fakechroot.alioth.debian.org/" -SRC_URI="mirror://debian/pool/main/f/${PN}/${PN}_${PV}.orig.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test hardened" - -src_prepare() { - use test && epatch "${FILESDIR}"/${P}-fix_chroot_test_location.patch - use test && use hardened && epatch "${FILESDIR}"/${P}-fix_test_hardened.patch -} - -src_configure() { - econf \ - --disable-static \ - --disable-dependency-tracking -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc NEWS README THANKS - find "${D}" -name '*.la' -exec rm -f '{}' + -} diff --git a/sys-apps/fakechroot/fakechroot-2.14-r1.ebuild b/sys-apps/fakechroot/fakechroot-2.14-r1.ebuild deleted file mode 100644 index ad8f628..0000000 --- a/sys-apps/fakechroot/fakechroot-2.14-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 -inherit eutils - -DESCRIPTION="Provide a faked chroot environment without requiring root privileges" -HOMEPAGE="http://fakechroot.alioth.debian.org/" -SRC_URI="mirror://debian/pool/main/f/${PN}/${PN}_${PV}.orig.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test hardened" - -src_prepare() { - epatch "${FILESDIR}"/${P}-fix_chk_fail.patch - use test && epatch "${FILESDIR}"/${P}-fix_chroot_test_location.patch - use test && use hardened && epatch "${FILESDIR}"/${P}-fix_test_hardened.patch -} - -src_configure() { - econf \ - --disable-static \ - --disable-dependency-tracking -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc NEWS README THANKS - find "${D}" -name '*.la' -exec rm -f '{}' + -} diff --git a/sys-apps/fakechroot/fakechroot-2.14.ebuild b/sys-apps/fakechroot/fakechroot-2.14.ebuild deleted file mode 100644 index f955bf5..0000000 --- a/sys-apps/fakechroot/fakechroot-2.14.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 -inherit eutils - -DESCRIPTION="Provide a faked chroot environment without requiring root privileges" -HOMEPAGE="http://fakechroot.alioth.debian.org/" -SRC_URI="mirror://debian/pool/main/f/${PN}/${PN}_${PV}.orig.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RESTRICT="test" - -src_prepare() { - epatch "${FILESDIR}"/${P}-fix_chk_fail.patch -} - -src_configure() { - econf \ - --disable-static \ - --disable-dependency-tracking -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc NEWS README THANKS - find "${D}" -name '*.la' -exec rm -f '{}' + -} diff --git a/sys-apps/fakechroot/fakechroot-2.15.ebuild b/sys-apps/fakechroot/fakechroot-2.15.ebuild deleted file mode 100644 index 6f0c4a8..0000000 --- a/sys-apps/fakechroot/fakechroot-2.15.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 -inherit eutils - -DESCRIPTION="Provide a faked chroot environment without requiring root privileges" -HOMEPAGE="http://fakechroot.alioth.debian.org/" -SRC_URI="mirror://debian/pool/main/f/${PN}/${PN}_${PV}.orig.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RESTRICT="test" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-2.14-fix_chk_fail.patch -} - -src_configure() { - econf \ - --disable-static \ - --disable-dependency-tracking -} - -src_install() { - emake DESTDIR="${D}" install - dodoc NEWS README THANKS - find "${D}" -name '*.la' -exec rm -f '{}' + -} diff --git a/sys-apps/fakechroot/fakechroot-2.16.ebuild b/sys-apps/fakechroot/fakechroot-2.16.ebuild deleted file mode 100644 index ddc8160..0000000 --- a/sys-apps/fakechroot/fakechroot-2.16.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 -inherit autotools eutils - -DESCRIPTION="Provide a faked chroot environment without requiring root privileges" -HOMEPAGE="http://fakechroot.alioth.debian.org/" -SRC_URI="mirror://debian/pool/main/f/${PN}/${PN}_${PV}.orig.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RESTRICT="test" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-2.14-fix_chk_fail.patch - sed -i -e "s/-g//" src/Makefile.am || die "sed failed" - eautoreconf -} - -src_configure() { - econf --disable-static -} - -src_install() { - emake DESTDIR="${D}" install - dodoc NEWS README THANKS - find "${D}" -name '*.la' -exec rm -f '{}' + -} diff --git a/sys-apps/fakechroot/fakechroot-2.17.2.ebuild b/sys-apps/fakechroot/fakechroot-2.17.2.ebuild deleted file mode 100644 index bd98cb4..0000000 --- a/sys-apps/fakechroot/fakechroot-2.17.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 -inherit autotools eutils - -DESCRIPTION="Provide a faked chroot environment without requiring root privileges" -HOMEPAGE="http://fakechroot.alioth.debian.org/" -SRC_URI="mirror://debian/pool/main/f/${PN}/${PN}_${PV}.orig.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RESTRICT="test" - -src_configure() { - econf --disable-static -} - -src_install() { - emake DESTDIR="${D}" install - dodoc NEWS.md README.md THANKS - find "${D}" -name '*.la' -exec rm -f '{}' + -} diff --git a/sys-apps/fakechroot/files/fakechroot-2.12-fix_chroot_test_location.patch b/sys-apps/fakechroot/files/fakechroot-2.12-fix_chroot_test_location.patch deleted file mode 100644 index ae3f968..0000000 --- a/sys-apps/fakechroot/files/fakechroot-2.12-fix_chroot_test_location.patch +++ /dev/null @@ -1,90 +0,0 @@ -# Fix the location of chroot in gentoo (/bin instead of /usr/sbin). - -diff -ur fakechroot-2.12.orig//test/chroot.sh fakechroot-2.12/test/chroot.sh ---- fakechroot-2.12.orig//test/chroot.sh 2011-06-27 22:29:30.780440922 +0200 -+++ fakechroot-2.12/test/chroot.sh 2011-06-27 22:29:56.829440999 +0200 -@@ -10,7 +10,7 @@ - fi - - if [ $# -gt 0 ]; then -- HOME=/root exec /usr/sbin/chroot $destdir "$@" -+ HOME=/root exec /bin/chroot $destdir "$@" - else -- HOME=/root exec /usr/sbin/chroot $destdir $SHELL -+ HOME=/root exec /bin/chroot $destdir $SHELL - fi -diff -ur fakechroot-2.12.orig//test/common.inc fakechroot-2.12/test/common.inc ---- fakechroot-2.12.orig//test/common.inc 2011-06-27 22:29:30.780440922 +0200 -+++ fakechroot-2.12/test/common.inc 2011-06-27 22:30:16.624441002 +0200 -@@ -26,7 +26,7 @@ - export LD_PRELOAD - - if ! which chroot >/dev/null; then -- PATH=$PATH:/usr/sbin:/sbin -+ PATH=$PATH:/usr/sbin:/sbin:/bin - export PATH - fi - -diff -ur fakechroot-2.12.orig//test/febootstrap.sh fakechroot-2.12/test/febootstrap.sh ---- fakechroot-2.12.orig//test/febootstrap.sh 2011-06-27 22:29:30.780440922 +0200 -+++ fakechroot-2.12/test/febootstrap.sh 2011-06-27 22:30:58.494440999 +0200 -@@ -6,7 +6,7 @@ - export PATH=$srcdir/bin:$PATH - - run () { -- HOME=/root fakechroot /usr/sbin/chroot $destdir "$@" -+ HOME=/root fakechroot /bin/chroot $destdir "$@" - } - - vendor=${VENDOR:-`lsb_release -s -i | tr 'A-Z' 'a-z'`} -@@ -26,7 +26,7 @@ - rm -rf $destdir - - if ! which chroot >/dev/null; then -- PATH=$PATH:/usr/sbin:/sbin -+ PATH=$PATH:/usr/sbin:/sbin:/bin - export PATH - fi - -@@ -45,8 +45,8 @@ - rm -fv $destdir/etc/yum.repos.d/*update*.repo - sed -i 's/^enabled=0/enabled=1/' $destdir/etc/yum.repos.d/*.repo - --HOME=/root fakeroot fakechroot /usr/sbin/chroot $destdir yum -y update --HOME=/root fakeroot fakechroot /usr/sbin/chroot $destdir yum -y install fakeroot gcc gettext make rpm-build yum-utils -+HOME=/root fakeroot fakechroot /bin/chroot $destdir yum -y update -+HOME=/root fakeroot fakechroot /bin/chroot $destdir yum -y install fakeroot gcc gettext make rpm-build yum-utils - - run fakeroot sh -c 'cd /tmp && yumdownloader --source hello' - run sh -c 'mkdir -p /root/rpmbuild/SOURCES && cd /root/rpmbuild/SOURCES && rpm2cpio /tmp/hello-*.src.rpm | cpio -idmv "*.tar.gz"' -diff -ur fakechroot-2.12.orig//test/t/chroot.t fakechroot-2.12/test/t/chroot.t ---- fakechroot-2.12.orig//test/t/chroot.t 2011-06-27 22:29:30.780440922 +0200 -+++ fakechroot-2.12/test/t/chroot.t 2011-06-27 22:31:13.889440983 +0200 -@@ -15,7 +15,7 @@ - else - - for testtree in testtree /testtree ./testtree /./testtree testtree/. testtree/./.; do -- t=`$srcdir/$chroot.sh testtree /usr/sbin/chroot $testtree /bin/cat /CHROOT` -+ t=`$srcdir/$chroot.sh testtree /bin/chroot $testtree /bin/cat /CHROOT` - test "$t" = "testtree/testtree" || not - ok "$chroot chroot $testtree:" $t - done -diff -ur fakechroot-2.12.orig//test/testtree.sh fakechroot-2.12/test/testtree.sh ---- fakechroot-2.12.orig//test/testtree.sh 2011-06-27 22:29:30.780440922 +0200 -+++ fakechroot-2.12/test/testtree.sh 2011-06-27 22:31:33.139441000 +0200 -@@ -37,6 +37,7 @@ - '/bin/busybox' \ - '/bin/cat' \ - '/bin/chmod' \ -+ '/bin/chroot' \ - '/bin/csh' \ - '/bin/cp' \ - '/bin/echo' \ -@@ -62,7 +63,6 @@ - '/usr/bin/seq' \ - '/usr/bin/strace' \ - '/usr/bin/touch' \ -- '/usr/sbin/chroot' \ - '/usr/local/bin/bash' \ - '/usr/local/bin/gseq' \ - '/usr/local/bin/ltrace' \ diff --git a/sys-apps/fakechroot/files/fakechroot-2.12-fix_test_hardened.patch b/sys-apps/fakechroot/files/fakechroot-2.12-fix_test_hardened.patch deleted file mode 100644 index f3541a6..0000000 --- a/sys-apps/fakechroot/files/fakechroot-2.12-fix_test_hardened.patch +++ /dev/null @@ -1,23 +0,0 @@ -# Some escape nested chroot are forbidden with grsecurity therefore hardened. -# Disable the test that doesn't pass anymore with grsecurity. - -diff -ur fakechroot-2.12.orig//test/t/escape-nested-chroot.t fakechroot-2.12/test/t/escape-nested-chroot.t ---- fakechroot-2.12.orig//test/t/escape-nested-chroot.t 2011-07-04 11:33:03.495441000 +0200 -+++ fakechroot-2.12/test/t/escape-nested-chroot.t 2011-07-04 11:33:45.468440998 +0200 -@@ -24,16 +24,6 @@ - ok "$chroot test-chroot $paths (not escaped):" $t - done - -- for paths in '. .'; do -- t=`$srcdir/$chroot.sh testtree /bin/test-chroot / /testtree 'ls -id /' $paths 'ls -id /' 2>&1` -- f1=`echo $t | awk '{print $1}'` -- f2=`echo $t | awk '{print $2}'` -- f3=`echo $t | awk '{print $3}'` -- f4=`echo $t | awk '{print $4}'` -- test "$f2" = "/" -a "$f4" = "/" -a "$f1" != "$f3" || not -- ok "$chroot test-chroot $paths (escaped):" $t -- done -- - fi - - done diff --git a/sys-apps/fakechroot/files/fakechroot-2.14-fix_chk_fail.patch b/sys-apps/fakechroot/files/fakechroot-2.14-fix_chk_fail.patch deleted file mode 100644 index a714d02..0000000 --- a/sys-apps/fakechroot/files/fakechroot-2.14-fix_chk_fail.patch +++ /dev/null @@ -1,25 +0,0 @@ -# This patch fix the availablity of __chk_fail function. -# patch from blueness@gentoo.org - -diff -ur fakechroot-2.14.orig//src/__realpath_chk.c fakechroot-2.14/src/__realpath_chk.c ---- fakechroot-2.14.orig//src/__realpath_chk.c 2011-07-04 16:59:16.176441002 +0200 -+++ fakechroot-2.14/src/__realpath_chk.c 2011-07-04 17:00:23.718441000 +0200 -@@ -24,10 +24,18 @@ - - #define _FORTIFY_SOURCE 2 - #include <stddef.h> -+#include <stdlib.h> - #include "libfakechroot.h" - - -+#ifdef HAVE___CHK_FAIL - extern void __chk_fail (void) __attribute__((__noreturn__)); -+#else -+__attribute__((__noreturn__)) void __chk_fail (void) -+{ -+ exit(-1); -+} -+#endif - - wrapper(__realpath_chk, char *, (const char * path, char * resolved, size_t resolvedlen)) - { diff --git a/sys-apps/fakechroot/files/fakechroot-2.14-fix_chroot_test_location.patch b/sys-apps/fakechroot/files/fakechroot-2.14-fix_chroot_test_location.patch deleted file mode 100644 index a737c4d..0000000 --- a/sys-apps/fakechroot/files/fakechroot-2.14-fix_chroot_test_location.patch +++ /dev/null @@ -1,88 +0,0 @@ -diff -ur test.orig/chroot.sh test/chroot.sh ---- test.orig/chroot.sh 2011-04-30 19:05:41.000000000 +0300 -+++ test/chroot.sh 2011-04-30 19:05:48.000000000 +0300 -@@ -10,7 +10,7 @@ - fi - - if [ $# -gt 0 ]; then -- HOME=/root exec /usr/sbin/chroot $destdir "$@" -+ HOME=/root exec /bin/chroot $destdir "$@" - else -- HOME=/root exec /usr/sbin/chroot $destdir $SHELL -+ HOME=/root exec /bin/chroot $destdir $SHELL - fi -diff -ur test.orig/common.inc test/common.inc ---- test.orig/common.inc 2011-04-30 19:05:41.000000000 +0300 -+++ test/common.inc 2011-04-30 19:05:48.000000000 +0300 -@@ -26,7 +26,7 @@ - export LD_PRELOAD - - if ! which chroot >/dev/null; then -- PATH=$PATH:/usr/sbin:/sbin -+ PATH=$PATH:/usr/sbin:/sbin:/bin - export PATH - fi - -diff -ur test.orig/febootstrap.sh test/febootstrap.sh ---- test.orig/febootstrap.sh 2011-04-30 19:05:41.000000000 +0300 -+++ test/febootstrap.sh 2011-04-30 19:05:48.000000000 +0300 -@@ -6,7 +6,7 @@ - export PATH=$srcdir/bin:$PATH - - run () { -- HOME=/root fakechroot /usr/sbin/chroot $destdir "$@" -+ HOME=/root fakechroot /bin/chroot $destdir "$@" - } - - vendor=${VENDOR:-`lsb_release -s -i | tr 'A-Z' 'a-z'`} -@@ -21,13 +21,13 @@ - fi - - export FAKECHROOT_EXCLUDE_PATH=${FAKECHROOT_EXCLUDE_PATH:-/dev:/proc:/sys} --export FAKECHROOT_CMD_SUBST=/sbin/ldconfig=/bin/true:/usr/sbin/glibc_post_upgrade.i686=/bin/true:/usr/sbin/glibc_post_upgrade.x86_64=/bin/true:/usr/sbin/build-locale-archive=/bin/true:/usr/sbin/libgcc_post_upgrade=/bin/true:/sbin/new-kernel-pkg=/bin/true:/usr/sbin/nscd=/bin/true -+export FAKECHROOT_CMD_SUBST=/sbin/ldconfig=/bin/true:/bin/glibc_post_upgrade.i686=/bin/true:/bin/glibc_post_upgrade.x86_64=/bin/true:/bin/build-locale-archive=/bin/true:/bin/libgcc_post_upgrade=/bin/true:/sbin/new-kernel-pkg=/bin/true:/bin/nscd=/bin/true - export FAKECHROOT_AF_UNIX_PATH=/tmp - - rm -rf $destdir - - if ! which chroot >/dev/null; then -- PATH=$PATH:/usr/sbin:/sbin -+ PATH=$PATH:/bin:/sbin - export PATH - fi - -@@ -38,8 +38,8 @@ - rm -fv $destdir/etc/yum.repos.d/*update*.repo - sed -i 's/^enabled=0/enabled=1/' $destdir/etc/yum.repos.d/*.repo - --HOME=/root fakeroot fakechroot /usr/sbin/chroot $destdir yum -y update --HOME=/root fakeroot fakechroot /usr/sbin/chroot $destdir yum -y install fakeroot gcc gettext make rpm-build tar yum-utils -+HOME=/root fakeroot fakechroot /bin/chroot $destdir yum -y update -+HOME=/root fakeroot fakechroot /bin/chroot $destdir yum -y install fakeroot gcc gettext make rpm-build tar yum-utils - - # rpmbuild has statically compiled glob() function so buildroot directory have to be the same inside and outside fakechroot. - FAKECHROOT_EXCLUDE_PATH=$FAKECHROOT_EXCLUDE_PATH:/tmp -diff -ur test.orig/t/chroot.t test/t/chroot.t ---- test.orig/t/chroot.t 2011-04-30 19:05:41.000000000 +0300 -+++ test/t/chroot.t 2011-04-30 19:06:36.000000000 +0300 -@@ -15,7 +15,7 @@ - else - - for testtree in testtree /testtree ./testtree /./testtree testtree/. testtree/./.; do -- t=`$srcdir/$chroot.sh testtree /usr/sbin/chroot $testtree /bin/cat /CHROOT` -+ t=`$srcdir/$chroot.sh testtree /bin/chroot $testtree /bin/cat /CHROOT` - test "$t" = "testtree/testtree" || not - ok "$chroot chroot $testtree:" $t - done -diff -ur test.orig/testtree.sh test/testtree.sh ---- test.orig/testtree.sh 2011-04-30 19:05:41.000000000 +0300 -+++ test/testtree.sh 2011-04-30 19:05:48.000000000 +0300 -@@ -64,7 +64,7 @@ - '/usr/bin/seq' \ - '/usr/bin/strace' \ - '/usr/bin/touch' \ -- '/usr/sbin/chroot' \ -+ '/bin/chroot' \ - '/usr/local/bin/bash' \ - '/usr/local/bin/gseq' \ - '/usr/local/bin/ltrace' \ diff --git a/sys-apps/fakechroot/files/fakechroot-2.14-fix_test_hardened.patch b/sys-apps/fakechroot/files/fakechroot-2.14-fix_test_hardened.patch deleted file mode 100644 index f3541a6..0000000 --- a/sys-apps/fakechroot/files/fakechroot-2.14-fix_test_hardened.patch +++ /dev/null @@ -1,23 +0,0 @@ -# Some escape nested chroot are forbidden with grsecurity therefore hardened. -# Disable the test that doesn't pass anymore with grsecurity. - -diff -ur fakechroot-2.12.orig//test/t/escape-nested-chroot.t fakechroot-2.12/test/t/escape-nested-chroot.t ---- fakechroot-2.12.orig//test/t/escape-nested-chroot.t 2011-07-04 11:33:03.495441000 +0200 -+++ fakechroot-2.12/test/t/escape-nested-chroot.t 2011-07-04 11:33:45.468440998 +0200 -@@ -24,16 +24,6 @@ - ok "$chroot test-chroot $paths (not escaped):" $t - done - -- for paths in '. .'; do -- t=`$srcdir/$chroot.sh testtree /bin/test-chroot / /testtree 'ls -id /' $paths 'ls -id /' 2>&1` -- f1=`echo $t | awk '{print $1}'` -- f2=`echo $t | awk '{print $2}'` -- f3=`echo $t | awk '{print $3}'` -- f4=`echo $t | awk '{print $4}'` -- test "$f2" = "/" -a "$f4" = "/" -a "$f1" != "$f3" || not -- ok "$chroot test-chroot $paths (escaped):" $t -- done -- - fi - - done diff --git a/sys-apps/fakechroot/metadata.xml b/sys-apps/fakechroot/metadata.xml deleted file mode 100644 index a41d30d..0000000 --- a/sys-apps/fakechroot/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <herd>no-herd</herd> - <maintainer> - <email>anthoine.bourgeois@gmail.com</email> - <name>Anthoine Bourgeois</name> - <description>Maintainer, assign bugs</description> - </maintainer> - <maintainer> - <email>dilfridge@gentoo.org</email> - <description>Proxy Maintainer, CC on bugs</description> - </maintainer> - <maintainer> - <email>c1pher@gentoo.org</email> - <description>Proxy Maintainer, CC on bugs</description> - </maintainer> -</pkgmetadata> diff --git a/sys-apps/fakeroot-ng/ChangeLog b/sys-apps/fakeroot-ng/ChangeLog deleted file mode 100644 index 3c0f27c..0000000 --- a/sys-apps/fakeroot-ng/ChangeLog +++ /dev/null @@ -1,59 +0,0 @@ -# ChangeLog for sys-apps/fakeroot-ng -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/fakeroot-ng/ChangeLog,v 1.14 2014/03/29 19:54:54 abourgeois Exp $ - -*fakeroot-ng-0.18-r1 (29 Mar 2014) - - 29 Mar 2014; Anthoine Bourgeois <anthoine.bourgeois@gmail.com> +fakeroot-ng-0.18-r1.ebuild: - Fix compilation with gcc-4.8.2 bug #492896 - -*fakeroot-ng-0.18 (27 Nov 2013) - - 27 Nov 2013; Justin Lecher <jlec@gentoo.org> +fakeroot-ng-0.18.ebuild, - metadata.xml: - Version BUmp - - 02 Jun 2013; Pacho Ramos <pacho@gentoo.org> metadata.xml: - Cleanup due bug #328951 - - 17 Mar 2013; Markos Chandras <hwoarang@gentoo.org> metadata.xml: - Add proxy-maintainers to metadata.xml - - 11 Sep 2012; Andreas K. Huettel <dilfridge@gentoo.org> metadata.xml: - Drop maintainership - - 03 Jul 2012; Samuli Suominen <ssuominen@gentoo.org> -fakeroot-ng-0.14.ebuild, - -fakeroot-ng-0.15.ebuild: - old - - 03 Jul 2012; Samuli Suominen <ssuominen@gentoo.org> fakeroot-ng-0.17.ebuild, - -files/fakeroot-ng-0.17-gcc47.patch: - Move patch to mirrors because it's 47 KiB - - 03 Jul 2012; Samuli Suominen <ssuominen@gentoo.org> fakeroot-ng-0.17.ebuild, - +files/fakeroot-ng-0.17-gcc47.patch: - Fix building with sys-devel/gcc >= 4.7.0 wrt #422905 - - 21 Jun 2011; Andreas K. Huettel <dilfridge@gentoo.org> metadata.xml: - Add proxy maintainership - -*fakeroot-ng-0.17 (27 Jul 2009) - - 27 Jul 2009; Michał Januszewski <spock@gentoo.org> - +fakeroot-ng-0.17.ebuild: - Version bump. - -*fakeroot-ng-0.15 (27 May 2009) - - 27 May 2009; Michał Januszewski <spock@gentoo.org> - +fakeroot-ng-0.15.ebuild: - Version bump. - -*fakeroot-ng-0.14 (06 Oct 2008) - - 25 Oct 2008; Pieter Van den Abeele <pvdabeel@gentoo.org> fakeroot-ng-0.14.ebuild: - Keyworded ~ppc. Closes bug #243392 - - 06 Oct 2008; Michał Januszewski <spock@gentoo.org> +metadata.xml, - +fakeroot-ng-0.14.ebuild: - Initial commit. diff --git a/sys-apps/fakeroot-ng/Manifest b/sys-apps/fakeroot-ng/Manifest deleted file mode 100644 index 06e6a54..0000000 --- a/sys-apps/fakeroot-ng/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX fakeroot-ng-gcc-4.8.2.patch 235 SHA256 86f4c6919d44156d6d2250033ed64d494a5ed2d05077305f954d221f595e36c6 SHA512 ad5e13c291c6fc9a8fa883cebfc25c14103b2c52c9b7309bea3dd6c46244b1af2278ddfdff98b2e18cf1c3cc7ba5b98097b6280e8761b757cea87ac107b31179 WHIRLPOOL 695417d83806315806cb8b23025ad2390ec1d6c807ab63f0587bdefb7a9873cbf42a4fdd983c9b4a6d1cf60c559ab656d216bd13b28b98fe0f5adaafa526a9e1 -DIST fakeroot-ng-0.18.tar.gz 207870 SHA256 189eacda630752980d40e34b2c01ce23d839daab3d691a4706bb9eac79f7e144 SHA512 8ece6830d229b92537d9c0a2eb42cb9ec4ae6b83453303004dded5eab0707b9ae8eaa2c71aac6ea68226c43cf08db6b0939a9422aab32948f5ecb185ee01d854 WHIRLPOOL 38e2758dd2747056479c1fd920961a10adbc1d8797fb5b02f32167af22de7458c91df36d7ea73305df86ee91d093506f280bde8c23d7b4a6c0e3fa2b36154060 -EBUILD fakeroot-ng-0.18-r1.ebuild 586 SHA256 6279ba39685632b0439a8d487a446b41a0fa4528dce79dcb650e7189905161ce SHA512 39658ff2e4be54b747b2f5a85bcf4920e747103276f3822f0871b627dd72a6f5d6709a78b038ecb4f5bc5d6a96b60c06aa1985da3f826d4a85d90ee3394d2fe5 WHIRLPOOL 72322e745c5edfbd1c96101cc69f88e879e450675525b329230b1a91d1e48e49185fb28041997cc0d6a528d65395c239a82c56bd2e3d605ef1ea4340dfe5ff2a -MISC ChangeLog 1906 SHA256 f48433e4e5148efe8d65f8020ff82e11c1b686a643f5a3972ea276e198203001 SHA512 e75c608d9d3487d4342cb324e5906feb11c62cc96dc8a5f69ee1924ef28304484c7b25596e4d637ef1972af453f94abb6c3c38bdb01e8d27bef44c5d490f9448 WHIRLPOOL 165b4fa796c4b7550c918fcb80b7318b0bb60a9ea3b19e003324dfb92a046e88514d322fc2610d8288811a85163c22395bab35a1352cde6887d813c9e97079e9 -MISC metadata.xml 306 SHA256 42f96bd2c278d165bc4f9417f3966e967bad8a2401ef7f4af3965cde55f9157b SHA512 143f606087103077717aa932d4cf8f97ee0080217d6af3cac36bdbd46dcb8a46db94cbb1ce03a2aa3305c6b94f8c1af24beb559e78c648ec6aacfdc23a5dc86d WHIRLPOOL 137dec2fc49747600e452470780b7e074f7503588b57d272a38dfbe2f45e8797403ed09f29b11dc664144e34ad5d09131d702687cc3b85b1d2f888e66e556862 diff --git a/sys-apps/fakeroot-ng/fakeroot-ng-0.18-r1.ebuild b/sys-apps/fakeroot-ng/fakeroot-ng-0.18-r1.ebuild deleted file mode 100644 index 4386e42..0000000 --- a/sys-apps/fakeroot-ng/fakeroot-ng-0.18-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/fakeroot-ng/fakeroot-ng-0.18.ebuild,v 1.1 2013/11/27 19:54:54 jlec Exp $ - -EAPI=5 - -inherit eutils - -DESCRIPTION="A utility to run commands with fake root privileges" -HOMEPAGE="http://sourceforge.net/projects/fakerootng/" -SRC_URI="mirror://sourceforge/${PN//-/}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DOCS="AUTHORS ChangeLog NEWS README" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-gcc-4.8.2.patch -} diff --git a/sys-apps/fakeroot-ng/files/fakeroot-ng-gcc-4.8.2.patch b/sys-apps/fakeroot-ng/files/fakeroot-ng-gcc-4.8.2.patch deleted file mode 100644 index 50df56d..0000000 --- a/sys-apps/fakeroot-ng/files/fakeroot-ng-gcc-4.8.2.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- 1/arch/linux/i386/platform_specific.h -+++ 1/arch/linux/i386/platform_specific.h -@@ -2,6 +2,7 @@ - #define PLATFORM_SPECIFIC_H - - #include <asm/ptrace.h> -+#include <sys/types.h> - #include <sys/syscall.h> - #include <sys/resource.h> - diff --git a/sys-apps/fakeroot-ng/metadata.xml b/sys-apps/fakeroot-ng/metadata.xml deleted file mode 100644 index c7d86f7..0000000 --- a/sys-apps/fakeroot-ng/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <herd>proxy-maintainers</herd> - <maintainer> - <email>anthoine.bourgeois@gmail.com</email> - <description>Maintainer, assign bugs</description> - </maintainer> -</pkgmetadata> diff --git a/sys-apps/fakeroot/Manifest b/sys-apps/fakeroot/Manifest deleted file mode 100644 index 1670a07..0000000 --- a/sys-apps/fakeroot/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST fakeroot_1.16.orig.tar.bz2 293071 RMD160 f8066d17386516e743f78c43ec0b0c3d3b32c247 SHA1 0cec9ff7c73d891014412668098ec823e5829b59 SHA256 1861c621034dbadca015b145e020a3e90d2cedfca1907899a8019bb16980910a -EBUILD fakeroot-1.16.ebuild 541 RMD160 34b70dccff44a26b3b99f851bc15b3b3431dec31 SHA1 59638298850a7161b30ffc39e852dad0a0bd4962 SHA256 fd93b8b3fe805f919cfaf90b5a683d3fd69f3e0cf6d6ab50a4fec8fa73946b72 diff --git a/sys-apps/fakeroot/fakeroot-1.16.ebuild b/sys-apps/fakeroot/fakeroot-1.16.ebuild deleted file mode 100644 index addc37b..0000000 --- a/sys-apps/fakeroot/fakeroot-1.16.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -DESCRIPTION="Run commands in an environment faking root privileges" -HOMEPAGE="http://packages.qa.debian.org/f/fakeroot.html" -SRC_URI="mirror://debian/pool/main/f/fakeroot/${PF/-/_}.orig.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="test" - -RDEPEND="" -DEPEND="test? ( app-arch/sharutils )" - -DOCS="AUTHORS BUGS DEBUG README doc/README.saving" |