summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-05-04 14:32:15 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-05-04 14:32:15 +0000
commit2381a058a12ff13ea5fc64db388a70dc37c3ade0 (patch)
treef891658d6f5309f029660838b91da4336de095c1 /dev-util/bunny
parentStable for HPPA (bug #260063). (diff)
downloadgentoo-2-2381a058a12ff13ea5fc64db388a70dc37c3ade0.tar.gz
gentoo-2-2381a058a12ff13ea5fc64db388a70dc37c3ade0.tar.bz2
gentoo-2-2381a058a12ff13ea5fc64db388a70dc37c3ade0.zip
Version bump.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/bunny')
-rw-r--r--dev-util/bunny/ChangeLog15
-rw-r--r--dev-util/bunny/bunny-0.93.ebuild (renamed from dev-util/bunny/bunny-0.92.ebuild)16
-rw-r--r--dev-util/bunny/metadata.xml1
3 files changed, 19 insertions, 13 deletions
diff --git a/dev-util/bunny/ChangeLog b/dev-util/bunny/ChangeLog
index 81fdf5f3f9b4..fc368f20f3af 100644
--- a/dev-util/bunny/ChangeLog
+++ b/dev-util/bunny/ChangeLog
@@ -1,13 +1,18 @@
# ChangeLog for dev-util/bunny
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/bunny/ChangeLog,v 1.2 2008/11/24 16:52:31 ssuominen Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/bunny/ChangeLog,v 1.3 2009/05/04 14:32:15 ssuominen Exp $
- 24 Nov 2008; <ssuominen@gentoo.org> metadata.xml, bunny-0.92.ebuild:
- Rename my old e-mail drac at gentoo.org to ssuominen at gentoo.org.
+*bunny-0.93 (04 May 2009)
+
+ 04 May 2009; Samuli Suominen <ssuominen@gentoo.org> -bunny-0.92.ebuild,
+ +bunny-0.93.ebuild:
+ Version bump.
+
+ 24 Nov 2008; Samuli Suominen <ssuominen@gentoo.org> bunny-0.92.ebuild:
Keyword for ~x86.
*bunny-0.92 (24 Nov 2007)
- 24 Nov 2007; Samuli Suominen <drac@gentoo.org> +bunny-0.92.ebuild:
+ 24 Nov 2007; Samuli Suominen <ssuominen@gentoo.org> +bunny-0.92.ebuild:
Initial commit, ebuild by drear from freenode.
diff --git a/dev-util/bunny/bunny-0.92.ebuild b/dev-util/bunny/bunny-0.93.ebuild
index 324401839107..a1aea2ebfcc0 100644
--- a/dev-util/bunny/bunny-0.92.ebuild
+++ b/dev-util/bunny/bunny-0.93.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/bunny/bunny-0.92.ebuild,v 1.3 2008/11/24 16:52:31 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/bunny/bunny-0.93.ebuild,v 1.1 2009/05/04 14:32:15 ssuominen Exp $
inherit toolchain-funcs
@@ -19,17 +19,17 @@ DEPEND="${RDEPEND}"
S=${WORKDIR}/${PN}
src_compile() {
- emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" \
- || die "emake failed."
+ tc-export CC
+ emake CFLAGS="${CFLAGS}" || die "emake failed"
}
src_test() {
- emake test1 || die "emake test1 failed."
- emake test2 || die "emake test2 failed."
- emake test3 || die "emake test3 failed."
+ emake test1 || die "emake test1 failed"
+ emake test2 || die "emake test2 failed"
+ emake test3 || die "emake test3 failed"
}
src_install() {
- dobin ${PN}-{exec,flow,gcc,main,trace} || die "dobin failed."
+ dobin ${PN}-{exec,flow,gcc,main,trace} || die "dobin failed"
dodoc CHANGES README
}
diff --git a/dev-util/bunny/metadata.xml b/dev-util/bunny/metadata.xml
index 578901b7f786..8f21b65293cb 100644
--- a/dev-util/bunny/metadata.xml
+++ b/dev-util/bunny/metadata.xml
@@ -4,5 +4,6 @@
<herd>no-herd</herd>
<maintainer>
<email>ssuominen@gentoo.org</email>
+ <name>Samuli Suominen</name>
</maintainer>
</pkgmetadata>