summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-01-04 16:30:31 +0000
committerJustin Lecher <jlec@gentoo.org>2011-01-04 16:30:31 +0000
commit40bb17e5878695debdcfb42173e2ed493000a1fa (patch)
tree9c61cfba032bc5d6d4e37154c50de3447b0e5f8d /app-misc/birthday
parentSome Clean up (diff)
downloadhistorical-40bb17e5878695debdcfb42173e2ed493000a1fa.tar.gz
historical-40bb17e5878695debdcfb42173e2ed493000a1fa.tar.bz2
historical-40bb17e5878695debdcfb42173e2ed493000a1fa.zip
Some Clean up
Package-Manager: portage-2.2.0_alpha12/cvs/Linux x86_64
Diffstat (limited to 'app-misc/birthday')
-rw-r--r--app-misc/birthday/ChangeLog7
-rw-r--r--app-misc/birthday/birthday-1.6.2.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/app-misc/birthday/ChangeLog b/app-misc/birthday/ChangeLog
index 49b398f1217a..d262715047a1 100644
--- a/app-misc/birthday/ChangeLog
+++ b/app-misc/birthday/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/birthday
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/birthday/ChangeLog,v 1.18 2008/03/27 19:17:43 nixnut Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/birthday/ChangeLog,v 1.19 2011/01/04 16:30:31 jlec Exp $
+
+ 04 Jan 2011; Justin Lecher <jlec@gentoo.org> birthday-1.6.2.ebuild:
+ Some Clean up
27 Mar 2008; nixnut <nixnut@gentoo.org> birthday-1.6.2.ebuild:
Stable on ppc wrt bug 214921
diff --git a/app-misc/birthday/birthday-1.6.2.ebuild b/app-misc/birthday/birthday-1.6.2.ebuild
index 70f3f863eb0d..67224b2d9829 100644
--- a/app-misc/birthday/birthday-1.6.2.ebuild
+++ b/app-misc/birthday/birthday-1.6.2.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/app-misc/birthday/birthday-1.6.2.ebuild,v 1.5 2008/03/27 19:17:43 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/birthday/birthday-1.6.2.ebuild,v 1.6 2011/01/04 16:30:31 jlec Exp $
inherit toolchain-funcs
@@ -19,7 +19,7 @@ src_unpack() {
# Don't strip, install in correct share dir and respect CFLAGS
sed -i -e "s:install -s:install:g" -e "s:#SHARE:SHARE:g" -e "s:-O2:${CFLAGS}:g" \
- Makefile
+ Makefile || die
}
src_compile() {