summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-01-06 21:22:12 +0000
committerSamuli Suominen <drac@gentoo.org>2008-01-06 21:22:12 +0000
commit9d02631664e51ff915675977eda06968e4fdac13 (patch)
tree310ab0a0a6b341fa22e673e7637afb4c891fcf03 /x11-plugins/wmbiff
parentAdded a check for app-crypt/pinentry having been built with either the gtk or... (diff)
downloadgentoo-2-9d02631664e51ff915675977eda06968e4fdac13.tar.gz
gentoo-2-9d02631664e51ff915675977eda06968e4fdac13.tar.bz2
gentoo-2-9d02631664e51ff915675977eda06968e4fdac13.zip
Remove old versions and mark latest stable for amd64 wrt #204554. Sanitize ebuild.
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'x11-plugins/wmbiff')
-rw-r--r--x11-plugins/wmbiff/ChangeLog9
-rw-r--r--x11-plugins/wmbiff/files/digest-wmbiff-0.4.253
-rw-r--r--x11-plugins/wmbiff/files/digest-wmbiff-0.4.25-r13
-rw-r--r--x11-plugins/wmbiff/files/wmbiff-0.4.25-crypto-api-fix.patch14
-rw-r--r--x11-plugins/wmbiff/wmbiff-0.4.25-r1.ebuild50
-rw-r--r--x11-plugins/wmbiff/wmbiff-0.4.25.ebuild35
-rw-r--r--x11-plugins/wmbiff/wmbiff-0.4.27.ebuild42
7 files changed, 25 insertions, 131 deletions
diff --git a/x11-plugins/wmbiff/ChangeLog b/x11-plugins/wmbiff/ChangeLog
index 5f932ad32f19..48db17746eaf 100644
--- a/x11-plugins/wmbiff/ChangeLog
+++ b/x11-plugins/wmbiff/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-plugins/wmbiff
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/ChangeLog,v 1.27 2007/07/22 05:24:06 dberkholz Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/ChangeLog,v 1.28 2008/01/06 21:22:11 drac Exp $
+
+ 06 Jan 2008; Samuli Suominen <drac@gentoo.org> -wmbiff-0.4.25.ebuild,
+ -wmbiff-0.4.25-r1.ebuild, wmbiff-0.4.27.ebuild:
+ Remove old versions and mark latest stable for amd64 wrt #204554. Sanitize
+ ebuild.
22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; wmbiff-0.4.25.ebuild,
wmbiff-0.4.25-r1.ebuild, wmbiff-0.4.27.ebuild:
diff --git a/x11-plugins/wmbiff/files/digest-wmbiff-0.4.25 b/x11-plugins/wmbiff/files/digest-wmbiff-0.4.25
deleted file mode 100644
index 83516770cf19..000000000000
--- a/x11-plugins/wmbiff/files/digest-wmbiff-0.4.25
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 bf80e6b3e8c2776ec1f82060c941f81d wmbiff-0.4.25.tar.gz 200270
-RMD160 2cf1964a5e40b5304879bb3b8eba2c2849e3ef66 wmbiff-0.4.25.tar.gz 200270
-SHA256 f21aa4beec92a702743a5f88f1cd7ac1e18b0ac92e31f3c6f30aa2bca6598df4 wmbiff-0.4.25.tar.gz 200270
diff --git a/x11-plugins/wmbiff/files/digest-wmbiff-0.4.25-r1 b/x11-plugins/wmbiff/files/digest-wmbiff-0.4.25-r1
deleted file mode 100644
index 83516770cf19..000000000000
--- a/x11-plugins/wmbiff/files/digest-wmbiff-0.4.25-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 bf80e6b3e8c2776ec1f82060c941f81d wmbiff-0.4.25.tar.gz 200270
-RMD160 2cf1964a5e40b5304879bb3b8eba2c2849e3ef66 wmbiff-0.4.25.tar.gz 200270
-SHA256 f21aa4beec92a702743a5f88f1cd7ac1e18b0ac92e31f3c6f30aa2bca6598df4 wmbiff-0.4.25.tar.gz 200270
diff --git a/x11-plugins/wmbiff/files/wmbiff-0.4.25-crypto-api-fix.patch b/x11-plugins/wmbiff/files/wmbiff-0.4.25-crypto-api-fix.patch
deleted file mode 100644
index eb99b8f430d2..000000000000
--- a/x11-plugins/wmbiff/files/wmbiff-0.4.25-crypto-api-fix.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -Naur wmbiff-0.4.25-orig/wmbiff/tlsComm.c wmbiff-0.4.25/wmbiff/tlsComm.c
---- wmbiff-0.4.25-orig/wmbiff/tlsComm.c 2004-06-23 17:44:45.000000000 -0400
-+++ wmbiff-0.4.25/wmbiff/tlsComm.c 2005-03-17 13:07:28.643262198 -0500
-@@ -407,10 +407,6 @@
- "server's certificate is invalid or not X.509.\n"
- "there may be a problem with the certificate stored in your certfile\n");
- }
-- } else if (certstat & GNUTLS_CERT_NOT_TRUSTED) {
-- TDM(DEBUG_INFO, "server's certificate is not trusted.\n");
-- TDM(DEBUG_INFO,
-- "to verify that a certificate is trusted, use the certfile option.\n");
- }
-
- if (gnutls_x509_crt_init(&cert) < 0) {
diff --git a/x11-plugins/wmbiff/wmbiff-0.4.25-r1.ebuild b/x11-plugins/wmbiff/wmbiff-0.4.25-r1.ebuild
deleted file mode 100644
index 3d9d7fe42db7..000000000000
--- a/x11-plugins/wmbiff/wmbiff-0.4.25-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.25-r1.ebuild,v 1.6 2007/07/22 05:24:06 dberkholz Exp $
-
-inherit eutils
-
-DESCRIPTION="WMBiff is a dock applet for WindowMaker which can monitor up to 5 mailboxes."
-SRC_URI="mirror://sourceforge/wmbiff/${P}.tar.gz"
-HOMEPAGE="http://sourceforge.net/projects/wmbiff/"
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXpm"
-DEPEND="${RDEPEND}
- x11-proto/xproto
- x11-proto/xextproto
- crypt? ( >=net-libs/gnutls-1.0.4
- >=dev-libs/libgcrypt-1.1.94 )"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ppc sparc x86"
-IUSE="crypt"
-
-src_unpack()
-{
- unpack ${A}
- cd ${S}
- if use crypt; then
- if has_version ">dev-libs/libgcrypt-1.1.12"; then
- epatch ${FILESDIR}/${P}-crypto-api-fix.patch
- fi
- fi
-}
-
-src_compile()
-{
- local myconf
- if ! use crypt; then
- myconf="--disable-crypto"
- fi
- econf ${myconf} || die
- emake || die
-}
-
-src_install()
-{
- make DESTDIR="${D}" install || die
- dodoc ChangeLog FAQ NEWS README README.licq TODO wmbiff/sample.wmbiffrc
-}
diff --git a/x11-plugins/wmbiff/wmbiff-0.4.25.ebuild b/x11-plugins/wmbiff/wmbiff-0.4.25.ebuild
deleted file mode 100644
index bbab36e718c8..000000000000
--- a/x11-plugins/wmbiff/wmbiff-0.4.25.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.25.ebuild,v 1.8 2007/07/22 05:24:06 dberkholz Exp $
-
-DESCRIPTION="WMBiff is a dock applet for WindowMaker which can monitor up to 5 mailboxes."
-SRC_URI="mirror://sourceforge/wmbiff/${P}.tar.gz"
-HOMEPAGE="http://sourceforge.net/projects/wmbiff/"
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXpm"
-DEPEND="${RDEPEND}
- x11-proto/xproto
- x11-proto/xextproto
- crypt? ( >=net-libs/gnutls-1.0.4
- >=dev-libs/libgcrypt-1.1.94 )"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 sparc amd64 ppc"
-IUSE="crypt"
-
-src_compile() {
- local myconf
- if ! use crypt; then
- myconf="--disable-crypto"
- fi
- econf ${myconf} || die
- emake || die
-}
-
-src_install () {
- make DESTDIR="${D}" install || die
- dodoc ChangeLog FAQ NEWS README README.licq TODO wmbiff/sample.wmbiffrc
-}
diff --git a/x11-plugins/wmbiff/wmbiff-0.4.27.ebuild b/x11-plugins/wmbiff/wmbiff-0.4.27.ebuild
index 880f91d9930a..93ba9aec940a 100644
--- a/x11-plugins/wmbiff/wmbiff-0.4.27.ebuild
+++ b/x11-plugins/wmbiff/wmbiff-0.4.27.ebuild
@@ -1,37 +1,31 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 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.6 2007/07/22 05:24:06 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.27.ebuild,v 1.7 2008/01/06 21:22:11 drac Exp $
DESCRIPTION="WMBiff is a dock applet for WindowMaker which can monitor up to 5 mailboxes."
-SRC_URI="mirror://sourceforge/wmbiff/${P}.tar.gz"
HOMEPAGE="http://sourceforge.net/projects/wmbiff/"
+SRC_URI="mirror://sourceforge/wmbiff/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 ppc sparc x86"
+IUSE="crypt"
RDEPEND="x11-libs/libX11
x11-libs/libXext
- x11-libs/libXpm"
-DEPEND="${RDEPEND}
- x11-proto/xproto
- x11-proto/xextproto
+ x11-libs/libXpm
crypt? ( >=net-libs/gnutls-1.2.3
>=dev-libs/libgcrypt-1.2.1 )"
+DEPEND="${RDEPEND}
+ x11-proto/xproto
+ x11-proto/xextproto"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ppc sparc x86"
-IUSE="crypt"
-
-src_compile()
-{
- local myconf
- if ! use crypt; then
- myconf="--disable-crypto"
- fi
- econf ${myconf} || die
- emake || die
+src_compile() {
+ econf $(use_enable crypt crypto)
+ emake || die "emake failed."
}
-src_install()
-{
- make DESTDIR="${D}" install || die
- dodoc ChangeLog FAQ NEWS README README.licq TODO wmbiff/sample.wmbiffrc
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed."
+ dodoc ChangeLog FAQ NEWS README README.licq TODO wmbiff/sample.wmbiffrc
}