diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2014-01-07 10:28:13 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2014-01-07 10:28:13 +0000 |
commit | 552679ac8bd1bbdd8df15022ab41b10386afac3f (patch) | |
tree | 261cc7fe8dd411d2040c87a7259cdea3fbe4ea5b /sys-process | |
parent | Removed old versions and files (diff) | |
download | gentoo-2-552679ac8bd1bbdd8df15022ab41b10386afac3f.tar.gz gentoo-2-552679ac8bd1bbdd8df15022ab41b10386afac3f.tar.bz2 gentoo-2-552679ac8bd1bbdd8df15022ab41b10386afac3f.zip |
Removed old versions and files
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/atop/ChangeLog | 9 | ||||
-rw-r--r-- | sys-process/atop/atop-1.25-r1.ebuild | 38 | ||||
-rw-r--r-- | sys-process/atop/atop-1.26-r1.ebuild | 40 | ||||
-rw-r--r-- | sys-process/atop/atop-1.26.ebuild | 38 | ||||
-rw-r--r-- | sys-process/atop/files/atop-1.26-cve-2011-3618.patch | 35 |
5 files changed, 7 insertions, 153 deletions
diff --git a/sys-process/atop/ChangeLog b/sys-process/atop/ChangeLog index d75acb3e711f..5516d92eb273 100644 --- a/sys-process/atop/ChangeLog +++ b/sys-process/atop/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-process/atop -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/atop/ChangeLog,v 1.46 2013/08/07 17:22:35 bicatali Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-process/atop/ChangeLog,v 1.47 2014/01/07 10:28:13 polynomial-c Exp $ + + 07 Jan 2014; Lars Wendler <polynomial-c@gentoo.org> -atop-1.25-r1.ebuild, + -atop-1.26.ebuild, -atop-1.26-r1.ebuild, + -files/atop-1.26-cve-2011-3618.patch: + Removed old versions and files. 07 Aug 2013; Sébastien Fabbro <bicatali@gentoo.org> atop-2.0.2.ebuild: Keyword amd64-linux and x86-linux diff --git a/sys-process/atop/atop-1.25-r1.ebuild b/sys-process/atop/atop-1.25-r1.ebuild deleted file mode 100644 index c3f0c02ad643..000000000000 --- a/sys-process/atop/atop-1.25-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/atop/atop-1.25-r1.ebuild,v 1.2 2010/10/10 20:18:47 klausman Exp $ - -inherit toolchain-funcs - -DESCRIPTION="Resource-specific view of processes" -HOMEPAGE="http://www.atoptool.nl/" -SRC_URI="http://www.atoptool.nl/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~x86" -IUSE="" - -DEPEND="sys-process/acct" - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i \ - -e '/^CFLAGS/s: = -O : += :' \ - -e '/^LDFLAGS/s: = : += :' \ - -e 's:\<cc\>:$(CC):' \ - Makefile - tc-export CC - cp "${FILESDIR}"/atop.rc atop.init - chmod a+rx atop.init - sed -i 's: root : :' atop.cron #191926 -} - -src_install() { - emake DESTDIR="${D}" INIPATH=/etc/init.d install || die - # useless -${PV} copies ? - rm -f "${D}"/usr/bin/atop*-${PV} - dodoc README "${D}"/etc/cron.d/* - rm -r "${D}"/etc/cron.d || die -} diff --git a/sys-process/atop/atop-1.26-r1.ebuild b/sys-process/atop/atop-1.26-r1.ebuild deleted file mode 100644 index 3c4a1081d705..000000000000 --- a/sys-process/atop/atop-1.26-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/atop/atop-1.26-r1.ebuild,v 1.1 2012/01/09 21:45:56 sping Exp $ - -EAPI="3" - -inherit eutils toolchain-funcs - -DESCRIPTION="Resource-specific view of processes" -HOMEPAGE="http://www.atoptool.nl/" -SRC_URI="http://www.atoptool.nl/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~x86" -IUSE="" - -DEPEND="sys-process/acct" - -src_prepare() { - sed -i \ - -e '/^CFLAGS/s: = -O : += :' \ - -e '/^LDFLAGS/s: = : += :' \ - -e 's:\<cc\>:$(CC):' \ - Makefile - tc-export CC - cp "${FILESDIR}"/atop.rc atop.init - chmod a+rx atop.init - sed -i 's: root : :' atop.cron #191926 - - epatch "${FILESDIR}"/${P}-cve-2011-3618.patch # bug 363887 -} - -src_install() { - emake DESTDIR="${D}" INIPATH=/etc/init.d install || die - # useless -${PV} copies ? - rm -f "${D}"/usr/bin/atop*-${PV} - dodoc README "${D}"/etc/cron.d/* - rm -r "${D}"/etc/cron.d || die -} diff --git a/sys-process/atop/atop-1.26.ebuild b/sys-process/atop/atop-1.26.ebuild deleted file mode 100644 index 4a519ebdc5b8..000000000000 --- a/sys-process/atop/atop-1.26.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/atop/atop-1.26.ebuild,v 1.1 2010/12/13 10:25:36 vapier Exp $ - -inherit toolchain-funcs - -DESCRIPTION="Resource-specific view of processes" -HOMEPAGE="http://www.atoptool.nl/" -SRC_URI="http://www.atoptool.nl/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~x86" -IUSE="" - -DEPEND="sys-process/acct" - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i \ - -e '/^CFLAGS/s: = -O : += :' \ - -e '/^LDFLAGS/s: = : += :' \ - -e 's:\<cc\>:$(CC):' \ - Makefile - tc-export CC - cp "${FILESDIR}"/atop.rc atop.init - chmod a+rx atop.init - sed -i 's: root : :' atop.cron #191926 -} - -src_install() { - emake DESTDIR="${D}" INIPATH=/etc/init.d install || die - # useless -${PV} copies ? - rm -f "${D}"/usr/bin/atop*-${PV} - dodoc README "${D}"/etc/cron.d/* - rm -r "${D}"/etc/cron.d || die -} diff --git a/sys-process/atop/files/atop-1.26-cve-2011-3618.patch b/sys-process/atop/files/atop-1.26-cve-2011-3618.patch deleted file mode 100644 index de8ed10da167..000000000000 --- a/sys-process/atop/files/atop-1.26-cve-2011-3618.patch +++ /dev/null @@ -1,35 +0,0 @@ ---- rawlog.c 2012-01-09 20:31:52.821352486 +0100 -+++ rawlog.c 2012-01-09 22:32:48.218647541 +0100 -@@ -565,20 +565,25 @@ - ** compressed raw file to be decompressed via gunzip - */ - fprintf(stderr, "Decompressing logfile ....\n"); -+ snprintf(tmpname2, sizeof tmpname2, "/tmp/atopwrkXXXXXX"); -+ rawfd = mkstemp(tmpname2); -+ if (rawfd == -1) -+ { -+ fprintf(stderr, "%s - ", rawname); -+ perror("creating decompression temp file"); -+ cleanstop(7); -+ } - -- snprintf(tmpname2, sizeof tmpname2, "/tmp/atopwrk%d", getpid()); - snprintf(command, sizeof command, "gunzip -c %s > %s", - tmpname1, tmpname2); -- system (command); -+ const int system_res = system (command); -+ unlink(tmpname2); - -- if ( (rawfd = open(tmpname2, O_RDONLY)) == -1) -+ if (system_res) - { -- fprintf(stderr, "%s - ", rawname); -- perror("open decompressed raw file"); -+ fprintf(stderr, "%s - gunzip failed", rawname); - cleanstop(7); - } -- -- unlink(tmpname2); - } - - /* |