summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-06-28 02:18:34 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-06-28 02:18:34 +0000
commit8ab9dc109fd72a5ef4afc6df5d309fa62dc647ad (patch)
treea567fcda2805b37f47a955b8183fcdcc57c8ee9f /x11-misc
parentRemove old. (diff)
downloadgentoo-2-8ab9dc109fd72a5ef4afc6df5d309fa62dc647ad.tar.gz
gentoo-2-8ab9dc109fd72a5ef4afc6df5d309fa62dc647ad.tar.bz2
gentoo-2-8ab9dc109fd72a5ef4afc6df5d309fa62dc647ad.zip
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/grabc/ChangeLog8
-rw-r--r--x11-misc/grabc/grabc-1.1.ebuild32
2 files changed, 5 insertions, 35 deletions
diff --git a/x11-misc/grabc/ChangeLog b/x11-misc/grabc/ChangeLog
index 70ab89e06e5a..8284718d3a56 100644
--- a/x11-misc/grabc/ChangeLog
+++ b/x11-misc/grabc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/grabc
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/grabc/ChangeLog,v 1.16 2012/03/06 21:51:35 ranger Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/grabc/ChangeLog,v 1.17 2015/06/28 02:18:34 mrueg Exp $
+
+ 28 Jun 2015; Manuel Rüger <mrueg@gentoo.org> -grabc-1.1.ebuild:
+ Remove old.
06 Mar 2012; Brent Baude <ranger@gentoo.org> grabc-1.1-r1.ebuild:
Marking grabc-1.1-r1 ppc64 for bug 397267
@@ -51,4 +54,3 @@
02 Oct 2003; Michael Sterrett <mr_bones_@gentoo.org> grabc-1.1.ebuild:
initial commit (bug 21170)
-
diff --git a/x11-misc/grabc/grabc-1.1.ebuild b/x11-misc/grabc/grabc-1.1.ebuild
deleted file mode 100644
index 9169f19bac32..000000000000
--- a/x11-misc/grabc/grabc-1.1.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/x11-misc/grabc/grabc-1.1.ebuild,v 1.11 2010/07/21 14:27:56 ssuominen Exp $
-
-S="${WORKDIR}/${PN}${PV}"
-DESCRIPTION="determine the color string in hex (or RGB components) by clicking on a pixel on the screen"
-HOMEPAGE="http://www.muquit.com/muquit/software/grabc/grabc.html"
-SRC_URI="http://www.muquit.com/muquit/software/${PN}/${PN}${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc ppc64 amd64"
-IUSE=""
-
-RDEPEND="x11-libs/libX11"
-DEPEND="${RDEPEND}
- x11-proto/xproto
- >=sys-apps/sed-4"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- sed -i \
- -e "s/-O/${CFLAGS}/" Makefile || \
- die "sed Makefile failed"
-}
-
-src_install() {
- dobin grabc || die "dobin failed"
- dodoc README || die "dodoc failed"
-}