summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-02-04 08:37:26 +0000
committerJeroen Roovers <jer@gentoo.org>2014-02-04 08:37:26 +0000
commit7b827bd5594cbb884cc99e98d2470d4b3832dde1 (patch)
treee06d0c2ab22f8a2d2071037e083db36f88566670 /sci-calculators/units/units-2.02-r1.ebuild
parentFiner control on gles2 vs. opengl USE, bug #500150. Actually properly allow r... (diff)
downloadhistorical-7b827bd5594cbb884cc99e98d2470d4b3832dde1.tar.gz
historical-7b827bd5594cbb884cc99e98d2470d4b3832dde1.tar.bz2
historical-7b827bd5594cbb884cc99e98d2470d4b3832dde1.zip
Fix XML encoding.
Package-Manager: portage-2.2.8-r1/cvs/Linux x86_64 Manifest-Sign-Key: 0xA792A613
Diffstat (limited to 'sci-calculators/units/units-2.02-r1.ebuild')
-rw-r--r--sci-calculators/units/units-2.02-r1.ebuild35
1 files changed, 35 insertions, 0 deletions
diff --git a/sci-calculators/units/units-2.02-r1.ebuild b/sci-calculators/units/units-2.02-r1.ebuild
new file mode 100644
index 000000000000..6a51434053ad
--- /dev/null
+++ b/sci-calculators/units/units-2.02-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/units-2.02-r1.ebuild,v 1.1 2014/02/04 08:37:25 jer Exp $
+
+EAPI=5
+inherit autotools eutils
+
+DESCRIPTION="Unit conversion program"
+HOMEPAGE="http://www.gnu.org/software/units/units.html"
+SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
+
+LICENSE="FDL-1.3 GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+DEPEND="
+ >=sys-libs/readline-4.1-r2
+"
+RDEPEND="
+ || (
+ dev-lang/python:2.5[xml]
+ dev-lang/python:2.6[xml]
+ dev-lang/python:2.7[xml]
+ )
+ ${DEPEND}
+"
+
+DOCS=( ChangeLog NEWS README )
+
+src_prepare() {
+ epatch "${FILESDIR}"/${PN}-2.01-install.patch
+ epatch "${FILESDIR}"/${PN}-2.02-UTF8.patch
+ eautoreconf
+}