summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-05-07 22:50:11 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-05-07 22:50:11 +0000
commit2bf104c55010ac43b62774a26ebc74d7e69fc8bd (patch)
treee941f549f3802fd3eb8d3f05838c1167aef71bc6 /x11-plugins
parentRemove old. (diff)
downloadgentoo-2-2bf104c55010ac43b62774a26ebc74d7e69fc8bd.tar.gz
gentoo-2-2bf104c55010ac43b62774a26ebc74d7e69fc8bd.tar.bz2
gentoo-2-2bf104c55010ac43b62774a26ebc74d7e69fc8bd.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/wmswallow/ChangeLog5
-rw-r--r--x11-plugins/wmswallow/wmswallow-0.6.1.ebuild37
2 files changed, 4 insertions, 38 deletions
diff --git a/x11-plugins/wmswallow/ChangeLog b/x11-plugins/wmswallow/ChangeLog
index ed28a4d6a295..f63e41d78e68 100644
--- a/x11-plugins/wmswallow/ChangeLog
+++ b/x11-plugins/wmswallow/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmswallow
# Copyright 2000-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmswallow/ChangeLog,v 1.13 2015/04/19 09:45:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmswallow/ChangeLog,v 1.14 2015/05/07 22:50:11 mrueg Exp $
+
+ 07 May 2015; Manuel Rüger <mrueg@gentoo.org> -wmswallow-0.6.1.ebuild:
+ Remove old.
19 Apr 2015; Agostino Sarubbo <ago@gentoo.org> wmswallow-0.6.1-r1.ebuild:
Stable for x86, wrt bug #541774
diff --git a/x11-plugins/wmswallow/wmswallow-0.6.1.ebuild b/x11-plugins/wmswallow/wmswallow-0.6.1.ebuild
deleted file mode 100644
index 02d93d2aba31..000000000000
--- a/x11-plugins/wmswallow/wmswallow-0.6.1.ebuild
+++ /dev/null
@@ -1,37 +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/wmswallow/wmswallow-0.6.1.ebuild,v 1.11 2014/08/10 20:09:04 slyfox Exp $
-
-EAPI=2
-IUSE=""
-
-DESCRIPTION="A dock applet to make any application dockable"
-HOMEPAGE="http://burse.uni-hamburg.de/~friedel/software/wmswallow.html"
-SRC_URI="http://burse.uni-hamburg.de/~friedel/software/wmswallow/${PN}.tar.Z"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 amd64"
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext"
-DEPEND="${RDEPEND}
- x11-proto/xproto
- x11-proto/xextproto"
-
-S=${WORKDIR}/wmswallow
-
-src_prepare() {
- sed -i "s:\${OBJS} -o:\${OBJS} \${LDFLAGS} -o:" Makefile
-}
-
-src_compile() {
- make CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" xfree || die
-}
-
-src_install() {
- insinto /usr/bin
- doins wmswallow
- fperms 755 /usr/bin/wmswallow
- dodoc CHANGELOG README README.solaris todo
-}