summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-05-06 20:56:10 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-05-06 20:56:10 +0000
commitb0e4afd0278c019214c502b9037514623c0448b3 (patch)
tree7789c00da190ec3d000448a6956da72b574a28c7 /x11-plugins
parentRemove old. (diff)
downloadgentoo-2-b0e4afd0278c019214c502b9037514623c0448b3.tar.gz
gentoo-2-b0e4afd0278c019214c502b9037514623c0448b3.tar.bz2
gentoo-2-b0e4afd0278c019214c502b9037514623c0448b3.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/cputnik/ChangeLog7
-rw-r--r--x11-plugins/cputnik/cputnik-0.1.1.ebuild30
2 files changed, 5 insertions, 32 deletions
diff --git a/x11-plugins/cputnik/ChangeLog b/x11-plugins/cputnik/ChangeLog
index 62dbcbd79b85..8fd79c820ed2 100644
--- a/x11-plugins/cputnik/ChangeLog
+++ b/x11-plugins/cputnik/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/cputnik
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/cputnik/ChangeLog,v 1.11 2014/08/10 20:01:20 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/cputnik/ChangeLog,v 1.12 2015/05/06 20:56:10 mrueg Exp $
+
+ 06 May 2015; Manuel Rüger <mrueg@gentoo.org> -cputnik-0.1.1.ebuild:
+ Remove old.
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> cputnik-0.1.1.ebuild,
cputnik-0.2.0.ebuild:
diff --git a/x11-plugins/cputnik/cputnik-0.1.1.ebuild b/x11-plugins/cputnik/cputnik-0.1.1.ebuild
deleted file mode 100644
index 156d613e85de..000000000000
--- a/x11-plugins/cputnik/cputnik-0.1.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/cputnik/cputnik-0.1.1.ebuild,v 1.7 2014/08/10 20:01:20 slyfox Exp $
-
-IUSE=""
-
-DESCRIPTION="cputnik is a simple cpu monitor dockapp"
-HOMEPAGE="http://clay.ll.pl/projects.html#dockapps"
-SRC_URI="http://clay.ll.pl/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~ppc x86"
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXpm"
-DEPEND="${RDEPEND}
- x11-proto/xextproto"
-
-src_compile()
-{
- make CFLAGS="${CFLAGS} -Iwmgeneral" || die "Compilation failed"
-}
-
-src_install()
-{
- dobin cputnik
- dodoc AUTHORS Changelog README
-}