diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-05-21 20:00:22 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-05-21 20:00:22 +0000 |
commit | b953363083e22bc3e29e289554df3e1a00b9e8c5 (patch) | |
tree | 5d038346487365161d26fd3fc70aa44063fefa4d /sci-calculators/calcoo | |
parent | inherit eutils for make_desktop_entry (diff) | |
download | gentoo-2-b953363083e22bc3e29e289554df3e1a00b9e8c5.tar.gz gentoo-2-b953363083e22bc3e29e289554df3e1a00b9e8c5.tar.bz2 gentoo-2-b953363083e22bc3e29e289554df3e1a00b9e8c5.zip |
inherit eutils for make_desktop_entry
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'sci-calculators/calcoo')
-rw-r--r-- | sci-calculators/calcoo/ChangeLog | 5 | ||||
-rw-r--r-- | sci-calculators/calcoo/calcoo-1.3.18.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-calculators/calcoo/ChangeLog b/sci-calculators/calcoo/ChangeLog index 534416f30a85..9d54392ec053 100644 --- a/sci-calculators/calcoo/ChangeLog +++ b/sci-calculators/calcoo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-calculators/calcoo # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calcoo/ChangeLog,v 1.19 2012/05/04 06:52:07 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calcoo/ChangeLog,v 1.20 2012/05/21 20:00:22 ssuominen Exp $ + + 21 May 2012; Samuli Suominen <ssuominen@gentoo.org> calcoo-1.3.18.ebuild: + inherit eutils for make_desktop_entry 04 May 2012; Jeff Horelick <jdhore@gentoo.org> calcoo-1.3.16.ebuild, calcoo-1.3.18.ebuild: diff --git a/sci-calculators/calcoo/calcoo-1.3.18.ebuild b/sci-calculators/calcoo/calcoo-1.3.18.ebuild index 6b12f0623ee2..292026cbdb29 100644 --- a/sci-calculators/calcoo/calcoo-1.3.18.ebuild +++ b/sci-calculators/calcoo/calcoo-1.3.18.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calcoo/calcoo-1.3.18.ebuild,v 1.8 2012/05/04 06:52:07 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calcoo/calcoo-1.3.18.ebuild,v 1.9 2012/05/21 20:00:22 ssuominen Exp $ EAPI=4 AUTOTOOLS_AUTORECONF=yes -inherit autotools-utils +inherit eutils autotools-utils DESCRIPTION="Scientific calculator designed to provide maximum usability" HOMEPAGE="http://calcoo.sourceforge.net/" |