summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/bbtime/ChangeLog7
-rw-r--r--x11-misc/bbtime/bbtime-0.1.5.ebuild18
2 files changed, 14 insertions, 11 deletions
diff --git a/x11-misc/bbtime/ChangeLog b/x11-misc/bbtime/ChangeLog
index c92b00fcee6f..d43c4df09cef 100644
--- a/x11-misc/bbtime/ChangeLog
+++ b/x11-misc/bbtime/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/bbtime
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbtime/ChangeLog,v 1.14 2011/04/16 17:48:29 ulm Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbtime/ChangeLog,v 1.15 2012/06/04 19:16:32 xmw Exp $
+
+ 04 Jun 2012; Michael Weber <xmw@gentoo.org> bbtime-0.1.5.ebuild:
+ Fix HOMEPAGE and SRC_URI, EAPI-4 (reported by df, bug 415819)
16 Apr 2011; Ulrich Mueller <ulm@gentoo.org> bbtime-0.1.5.ebuild:
Remove bogus dependency on virtual/blackbox, bug 358825.
diff --git a/x11-misc/bbtime/bbtime-0.1.5.ebuild b/x11-misc/bbtime/bbtime-0.1.5.ebuild
index 41baa34f3d8a..59db99b513f6 100644
--- a/x11-misc/bbtime/bbtime-0.1.5.ebuild
+++ b/x11-misc/bbtime/bbtime-0.1.5.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbtime/bbtime-0.1.5.ebuild,v 1.10 2011/04/16 17:48:29 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbtime/bbtime-0.1.5.ebuild,v 1.11 2012/06/04 19:16:32 xmw Exp $
-EAPI=2
+EAPI=4
inherit autotools eutils
DESCRIPTION="blackbox time watcher"
-HOMEPAGE="http://bbtools.windsofstorm.net/available.phtml#bbtime"
-SRC_URI="http://bbtools.windsofstorm.net/sources/${P}.tar.gz"
+HOMEPAGE="http://sourceforge.net/projects/bbtools/"
+SRC_URI="mirror://sourceforge/bbtools/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
@@ -24,12 +24,12 @@ src_prepare() {
}
src_install () {
- emake DESTDIR="${D}" install || die "make install failed"
- dodoc README AUTHORS BUGS ChangeLog NEWS TODO data/README.bbtime || die
+ emake DESTDIR="${D}" install
+ dodoc README AUTHORS BUGS ChangeLog NEWS TODO data/README.bbtime
- rm "${D}"/usr/share/bbtools/README.bbtime
+ rm "${D}"/usr/share/bbtools/README.bbtime || die
# since multiple bbtools packages provide this file, install
# it in /usr/share/doc/${PF}
mv "${D}/usr/share/bbtools/bbtoolsrc.in" \
- "${D}/usr/share/doc/${PF}/bbtoolsrc.example"
+ "${D}/usr/share/doc/${PF}/bbtoolsrc.example" || die
}