diff options
author | Michael Palimaka <kensington@gentoo.org> | 2012-12-20 17:05:59 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2012-12-20 17:05:59 +0000 |
commit | 17aef16778099d51212a26e00563f9176bb5ada8 (patch) | |
tree | 0ed8250836cfac65e8defeb2a1390f4ed0503fee /kde-misc | |
parent | Remove old. (diff) | |
download | gentoo-2-17aef16778099d51212a26e00563f9176bb5ada8.tar.gz gentoo-2-17aef16778099d51212a26e00563f9176bb5ada8.tar.bz2 gentoo-2-17aef16778099d51212a26e00563f9176bb5ada8.zip |
Remove old.
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/krcstat/ChangeLog | 6 | ||||
-rw-r--r-- | kde-misc/krcstat/files/krcstat-0.7.3-gcc-4.7.patch | 10 | ||||
-rw-r--r-- | kde-misc/krcstat/krcstat-0.7.3.ebuild | 23 |
3 files changed, 5 insertions, 34 deletions
diff --git a/kde-misc/krcstat/ChangeLog b/kde-misc/krcstat/ChangeLog index 9fb359e24d11..76a3bc6711ac 100644 --- a/kde-misc/krcstat/ChangeLog +++ b/kde-misc/krcstat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-misc/krcstat # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/krcstat/ChangeLog,v 1.4 2012/10/26 04:42:24 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/krcstat/ChangeLog,v 1.5 2012/12/20 17:05:59 kensington Exp $ + + 20 Dec 2012; Michael Palimaka <kensington@gentoo.org> + -files/krcstat-0.7.3-gcc-4.7.patch, -krcstat-0.7.3.ebuild: + Remove old. *krcstat-0.7.6 (26 Oct 2012) diff --git a/kde-misc/krcstat/files/krcstat-0.7.3-gcc-4.7.patch b/kde-misc/krcstat/files/krcstat-0.7.3-gcc-4.7.patch deleted file mode 100644 index e111f8879c5b..000000000000 --- a/kde-misc/krcstat/files/krcstat-0.7.3-gcc-4.7.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- src/krcstat.cpp -+++ src/krcstat.cpp -@@ -58,6 +58,7 @@ - #include <fstream> - #include <stdlib.h> - #include <errno.h> -+#include <unistd.h> - #include <sys/stat.h> - #include <sys/types.h> - diff --git a/kde-misc/krcstat/krcstat-0.7.3.ebuild b/kde-misc/krcstat/krcstat-0.7.3.ebuild deleted file mode 100644 index c50451b80872..000000000000 --- a/kde-misc/krcstat/krcstat-0.7.3.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/krcstat/krcstat-0.7.3.ebuild,v 1.2 2012/07/03 13:22:54 kensington Exp $ - -EAPI=4 - -inherit kde4-base - -DESCRIPTION="A Gentoo system management tool" -HOMEPAGE="http://www.binro.org" -SRC_URI="ftp://binro.org/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="4" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - $(add_kdebase_dep konsole) -" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}/${P}-gcc-4.7.patch" ) |