summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2012-03-26 11:55:44 +0000
committerJeroen Roovers <jer@gentoo.org>2012-03-26 11:55:44 +0000
commit7898d4391a7fc7160df571bcf8146347c73b16e6 (patch)
treeaee40893f32516cb272115ba17618758f42ec444 /sci-calculators/units
parentDepend on dev-ruby/rubyforge when generating docs or running tests. Closes bu... (diff)
downloadgentoo-2-7898d4391a7fc7160df571bcf8146347c73b16e6.tar.gz
gentoo-2-7898d4391a7fc7160df571bcf8146347c73b16e6.tar.bz2
gentoo-2-7898d4391a7fc7160df571bcf8146347c73b16e6.zip
Bump for ebuild cleanup. Fix SRC_URI.
(Portage version: 2.2.0_alpha95/cvs/Linux x86_64)
Diffstat (limited to 'sci-calculators/units')
-rw-r--r--sci-calculators/units/ChangeLog10
-rw-r--r--sci-calculators/units/units-1.88-r1.ebuild30
-rw-r--r--sci-calculators/units/units-1.88.ebuild6
3 files changed, 41 insertions, 5 deletions
diff --git a/sci-calculators/units/ChangeLog b/sci-calculators/units/ChangeLog
index 0d7a84e37ce8..3c1d6f69f19a 100644
--- a/sci-calculators/units/ChangeLog
+++ b/sci-calculators/units/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-calculators/units
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/ChangeLog,v 1.31 2011/06/12 12:14:36 maekke Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/ChangeLog,v 1.32 2012/03/26 11:55:44 jer Exp $
+
+*units-1.88-r1 (26 Mar 2012)
+
+ 26 Mar 2012; Jeroen Roovers <jer@gentoo.org> units-1.88.ebuild,
+ +units-1.88-r1.ebuild:
+ Bump for ebuild cleanup. Fix SRC_URI.
12 Jun 2011; Markus Meier <maekke@gentoo.org> units-1.88.ebuild:
add ~arm, bug #369727
diff --git a/sci-calculators/units/units-1.88-r1.ebuild b/sci-calculators/units/units-1.88-r1.ebuild
new file mode 100644
index 000000000000..187fe540104a
--- /dev/null
+++ b/sci-calculators/units/units-1.88-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/units-1.88-r1.ebuild,v 1.1 2012/03/26 11:55:44 jer Exp $
+
+EAPI=4
+
+inherit eutils
+
+DESCRIPTION="unit conversion program"
+HOMEPAGE="http://www.gnu.org/software/units/units.html"
+SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND="
+ >=sys-libs/readline-4.1-r2
+ >=sys-libs/ncurses-5.2-r3
+"
+RDEPEND="${DEPEND}"
+src_configure() {
+ econf --datadir=/usr/share/${PN}
+}
+
+src_install() {
+ emake -j1 DESTDIR="${D}" install
+ dodoc ChangeLog NEWS README
+}
diff --git a/sci-calculators/units/units-1.88.ebuild b/sci-calculators/units/units-1.88.ebuild
index a4998091fefb..48c0df95c433 100644
--- a/sci-calculators/units/units-1.88.ebuild
+++ b/sci-calculators/units/units-1.88.ebuild
@@ -1,13 +1,13 @@
-# 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/sci-calculators/units/units-1.88.ebuild,v 1.6 2011/06/12 12:14:36 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/units-1.88.ebuild,v 1.7 2012/03/26 11:55:44 jer Exp $
EAPI="2"
inherit eutils
DESCRIPTION="unit conversion program"
-SRC_URI="http://ftp.gnu.org/gnu/${PN}/${P}.tar.gz"
+SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
HOMEPAGE="http://www.gnu.org/software/units/units.html"
LICENSE="GPL-3"