summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-03-31 16:49:08 +0000
committerSamuli Suominen <drac@gentoo.org>2008-03-31 16:49:08 +0000
commit98a4ff802afb3001c73a053ee32a946046fd019a (patch)
tree4a2dba802da90f74b643a982dfb3741217eb9eab /x11-plugins/wmcliphist
parentremoved gtk1 version (unused) (diff)
downloadgentoo-2-98a4ff802afb3001c73a053ee32a946046fd019a.tar.gz
gentoo-2-98a4ff802afb3001c73a053ee32a946046fd019a.tar.bz2
gentoo-2-98a4ff802afb3001c73a053ee32a946046fd019a.zip
Removed unused gtk1 version
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-plugins/wmcliphist')
-rw-r--r--x11-plugins/wmcliphist/files/wmcliphist-cflags.patch11
-rw-r--r--x11-plugins/wmcliphist/wmcliphist-0.5.ebuild36
2 files changed, 0 insertions, 47 deletions
diff --git a/x11-plugins/wmcliphist/files/wmcliphist-cflags.patch b/x11-plugins/wmcliphist/files/wmcliphist-cflags.patch
deleted file mode 100644
index 47cb0342249b..000000000000
--- a/x11-plugins/wmcliphist/files/wmcliphist-cflags.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile 2004-07-20 12:51:28.886633728 +0200
-+++ Makefile 2004-07-20 12:52:15.305576976 +0200
-@@ -5,7 +5,7 @@
- DESTDIR = "/usr/local/bin"
-
- # for normal use
--CFLAGS = -Wall -O2 -ansi -pedantic $(INCLUDES)
-+CFLAGS = -Wall ${GENTOO_CFLAGS} -ansi -pedantic $(INCLUDES)
- DEBUG =
-
- # for debuggind purposes
diff --git a/x11-plugins/wmcliphist/wmcliphist-0.5.ebuild b/x11-plugins/wmcliphist/wmcliphist-0.5.ebuild
deleted file mode 100644
index b591c5f64cfc..000000000000
--- a/x11-plugins/wmcliphist/wmcliphist-0.5.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/wmcliphist-0.5.ebuild,v 1.8 2004/07/20 11:02:20 s4t4n Exp $
-
-inherit eutils
-
-IUSE=""
-DESCRIPTION="Dockable clipboard history application for Window Maker"
-HOMEPAGE="http://linux.nawebu.cz/wmcliphist/"
-SRC_URI="http://linux.nawebu.cz/wmcliphist/${P}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="x86 amd64 ~sparc ppc"
-SLOT="0"
-
-DEPEND="=x11-libs/gtk+-1.2*"
-
-src_unpack()
-{
- unpack ${A}
- cd ${S}
-
- # We patch the Makefile as the original doesn't honour Gentoo CFLAGS
- epatch ${FILESDIR}/wmcliphist-cflags.patch || die "Source patch failed."
-}
-
-src_compile()
-{
- emake GENTOO_CFLAGS="${CFLAGS}" || die "Compilation failed."
-}
-
-src_install()
-{
- dobin wmcliphist
- dodoc ChangeLog README
- newdoc .wmcliphistrc wmcliphistrc.sample
-}