summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago M. Mola <coldwind@gentoo.org>2008-09-17 19:18:02 +0000
committerSantiago M. Mola <coldwind@gentoo.org>2008-09-17 19:18:02 +0000
commit03142c54ec41084c29bc2cde7793716e02b7ce09 (patch)
treec085a4124489becd49699a10fb5807c8d4e2b067 /x11-misc/bbdate/bbdate-0.2.4.ebuild
parentstable amd64, bug 232740 (diff)
downloadgentoo-2-03142c54ec41084c29bc2cde7793716e02b7ce09.tar.gz
gentoo-2-03142c54ec41084c29bc2cde7793716e02b7ce09.tar.bz2
gentoo-2-03142c54ec41084c29bc2cde7793716e02b7ce09.zip
Fix linking with --as-needed, fix HOMEPAGE and SRC_URI, quotes, add ~amd64 keyword and remove old ebuild.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'x11-misc/bbdate/bbdate-0.2.4.ebuild')
-rw-r--r--x11-misc/bbdate/bbdate-0.2.4.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-misc/bbdate/bbdate-0.2.4.ebuild b/x11-misc/bbdate/bbdate-0.2.4.ebuild
index 3a6ce8625f54..14090fff4c86 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-2006 Gentoo Foundation
+# Copyright 1999-2008 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.9 2006/12/07 02:23:51 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbdate/bbdate-0.2.4.ebuild,v 1.10 2008/09/17 19:18:01 coldwind Exp $
DESCRIPTION="blackbox date display"
HOMEPAGE="http://bbtools.windsofstorm.net/available.phtml"
@@ -15,10 +15,10 @@ DEPEND="virtual/blackbox"
src_install () {
make DESTDIR="${D}" install || die "make install failed"
- dodoc README COPYING AUTHORS BUGS INSTALL ChangeLog TODO
+ dodoc README AUTHORS BUGS INSTALL ChangeLog TODO
# 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
+ mv "${D}"/usr/share/bbtools/bbtoolsrc.in \
+ "${D}"/usr/share/doc/${PF}/bbtoolsrc.example
}