summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-06-27 14:45:03 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-06-27 14:45:03 +0000
commit19dd07067e3cdf672614b8831067bccf585237e1 (patch)
tree52f8b14961d7f44cade1e23888b743de11f95d36 /x11-plugins
parentVersion bump (diff)
downloadgentoo-2-19dd07067e3cdf672614b8831067bccf585237e1.tar.gz
gentoo-2-19dd07067e3cdf672614b8831067bccf585237e1.tar.bz2
gentoo-2-19dd07067e3cdf672614b8831067bccf585237e1.zip
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmbiff/ChangeLog6
-rw-r--r--x11-plugins/wmbiff/wmbiff-0.4.27-r1.ebuild42
-rw-r--r--x11-plugins/wmbiff/wmbiff-0.4.27.ebuild40
3 files changed, 5 insertions, 83 deletions
diff --git a/x11-plugins/wmbiff/ChangeLog b/x11-plugins/wmbiff/ChangeLog
index 1a840bc6725b..600445d153c3 100644
--- a/x11-plugins/wmbiff/ChangeLog
+++ b/x11-plugins/wmbiff/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/wmbiff
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/ChangeLog,v 1.42 2015/06/11 14:27:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/ChangeLog,v 1.43 2015/06/27 14:45:03 mrueg Exp $
+
+ 27 Jun 2015; Manuel Rüger <mrueg@gentoo.org> -wmbiff-0.4.27-r1.ebuild,
+ -wmbiff-0.4.27.ebuild:
+ Remove old.
11 Jun 2015; Agostino Sarubbo <ago@gentoo.org> wmbiff-0.4.28.ebuild:
Stable for ppc, wrt bug #550548
diff --git a/x11-plugins/wmbiff/wmbiff-0.4.27-r1.ebuild b/x11-plugins/wmbiff/wmbiff-0.4.27-r1.ebuild
deleted file mode 100644
index 635c90b7618f..000000000000
--- a/x11-plugins/wmbiff/wmbiff-0.4.27-r1.ebuild
+++ /dev/null
@@ -1,42 +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/wmbiff/wmbiff-0.4.27-r1.ebuild,v 1.7 2014/08/12 00:08:20 blueness Exp $
-
-EAPI=4
-inherit autotools eutils
-
-DESCRIPTION="WMBiff is a dock applet for WindowMaker which can monitor up to 5 mailboxes"
-HOMEPAGE="http://sourceforge.net/projects/wmbiff/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=" amd64 ppc x86"
-IUSE="crypt"
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXpm
- crypt? (
- >=dev-libs/libgcrypt-1.2.1:0
- >=net-libs/gnutls-1.2.3
- )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- x11-proto/xextproto
- x11-proto/xproto"
-
-DOCS="ChangeLog FAQ NEWS README README.licq TODO wmbiff/sample.wmbiffrc"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-gnutls.patch
- epatch "${FILESDIR}"/${P}-gnutls-3.patch
- epatch "${FILESDIR}"/${P}-invalid-strncpy.patch
- sed -i -e '/AC_PATH_XTRA_CORRECTED/d' configure.ac || die
- sed -i -e '/pkg.*SCRIPTS/s:pkglib:pkgdata:' scripts/Makefile.am || die #421411
- eautoreconf
-}
-
-src_configure() {
- econf $(use_enable crypt crypto)
-}
diff --git a/x11-plugins/wmbiff/wmbiff-0.4.27.ebuild b/x11-plugins/wmbiff/wmbiff-0.4.27.ebuild
deleted file mode 100644
index 347cc5e9b210..000000000000
--- a/x11-plugins/wmbiff/wmbiff-0.4.27.ebuild
+++ /dev/null
@@ -1,40 +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/wmbiff/wmbiff-0.4.27.ebuild,v 1.15 2014/08/10 20:04:34 slyfox Exp $
-
-EAPI=4
-inherit autotools eutils
-
-DESCRIPTION="WMBiff is a dock applet for WindowMaker which can monitor up to 5 mailboxes"
-HOMEPAGE="http://sourceforge.net/projects/wmbiff/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=" amd64 ppc x86"
-IUSE="crypt"
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXpm
- crypt? (
- >=dev-libs/libgcrypt-1.2.1:0
- <net-libs/gnutls-3.0
- )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- x11-proto/xextproto
- x11-proto/xproto"
-
-DOCS="ChangeLog FAQ NEWS README README.licq TODO wmbiff/sample.wmbiffrc"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-gnutls.patch
- sed -i -e '/AC_PATH_XTRA_CORRECTED/d' configure.ac || die
- sed -i -e '/pkg.*SCRIPTS/s:pkglib:pkgdata:' scripts/Makefile.am || die #421411
- eautoreconf
-}
-
-src_configure() {
- econf $(use_enable crypt crypto)
-}