diff options
Diffstat (limited to 'x11-misc/bbdate')
-rw-r--r-- | x11-misc/bbdate/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/bbdate/bbdate-0.2.4-r1.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/bbdate/bbdate-0.2.4.ebuild | 6 |
3 files changed, 10 insertions, 10 deletions
diff --git a/x11-misc/bbdate/ChangeLog b/x11-misc/bbdate/ChangeLog index 1dd5c7fa5c95..6fa4fbe9209b 100644 --- a/x11-misc/bbdate/ChangeLog +++ b/x11-misc/bbdate/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/bbdate -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbdate/ChangeLog,v 1.18 2008/09/22 12:47:29 omp Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbdate/ChangeLog,v 1.19 2011/04/16 17:24:47 ulm Exp $ + + 16 Apr 2011; Ulrich Mueller <ulm@gentoo.org> bbdate-0.2.4.ebuild, + bbdate-0.2.4-r1.ebuild: + Remove bogus dependency on virtual/blackbox, bug 358825. 22 Sep 2008; David Shakaryan <omp@gentoo.org> metadata.xml: Change herd from commonbox to desktop-wm. diff --git a/x11-misc/bbdate/bbdate-0.2.4-r1.ebuild b/x11-misc/bbdate/bbdate-0.2.4-r1.ebuild index 112b6a021b94..7cf7c23404fb 100644 --- a/x11-misc/bbdate/bbdate-0.2.4-r1.ebuild +++ b/x11-misc/bbdate/bbdate-0.2.4-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbdate/bbdate-0.2.4-r1.ebuild,v 1.1 2008/09/17 19:18:01 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbdate/bbdate-0.2.4-r1.ebuild,v 1.2 2011/04/16 17:24:47 ulm Exp $ inherit eutils autotools @@ -13,8 +13,6 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" IUSE="" -DEPEND="virtual/blackbox" - src_unpack() { unpack ${A} cd "${S}" diff --git a/x11-misc/bbdate/bbdate-0.2.4.ebuild b/x11-misc/bbdate/bbdate-0.2.4.ebuild index 14090fff4c86..46b1be1c1bcd 100644 --- a/x11-misc/bbdate/bbdate-0.2.4.ebuild +++ b/x11-misc/bbdate/bbdate-0.2.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbdate/bbdate-0.2.4.ebuild,v 1.10 2008/09/17 19:18:01 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbdate/bbdate-0.2.4.ebuild,v 1.11 2011/04/16 17:24:47 ulm Exp $ DESCRIPTION="blackbox date display" HOMEPAGE="http://bbtools.windsofstorm.net/available.phtml" @@ -11,8 +11,6 @@ SLOT="0" KEYWORDS="ppc sparc x86 ~x86-fbsd" IUSE="" -DEPEND="virtual/blackbox" - src_install () { make DESTDIR="${D}" install || die "make install failed" dodoc README AUTHORS BUGS INSTALL ChangeLog TODO |