summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2013-07-12 16:51:56 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2013-07-12 16:51:56 +0000
commit7110b246885f0e28d8dc42d9caa65cbd51b54b5f (patch)
treef57008977f5916114549fccd65e24c3e046edc9a /sci-calculators/tilp2
parentMaking a manufactured bump by way of a fresh snapshot (diff)
downloadgentoo-2-7110b246885f0e28d8dc42d9caa65cbd51b54b5f.tar.gz
gentoo-2-7110b246885f0e28d8dc42d9caa65cbd51b54b5f.tar.bz2
gentoo-2-7110b246885f0e28d8dc42d9caa65cbd51b54b5f.zip
Build in source, fixing bug #476642
(Portage version: 2.2.01.22124-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'sci-calculators/tilp2')
-rw-r--r--sci-calculators/tilp2/ChangeLog8
-rw-r--r--sci-calculators/tilp2/tilp2-1.17-r1.ebuild (renamed from sci-calculators/tilp2/tilp2-1.17.ebuild)8
2 files changed, 9 insertions, 7 deletions
diff --git a/sci-calculators/tilp2/ChangeLog b/sci-calculators/tilp2/ChangeLog
index 54c639a47712..b46cb9b1bde4 100644
--- a/sci-calculators/tilp2/ChangeLog
+++ b/sci-calculators/tilp2/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-calculators/tilp2
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tilp2/ChangeLog,v 1.11 2013/07/09 17:09:57 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tilp2/ChangeLog,v 1.12 2013/07/12 16:51:56 bicatali Exp $
+
+*tilp2-1.17-r1 (12 Jul 2013)
+
+ 12 Jul 2013; Sébastien Fabbro <bicatali@gentoo.org> +tilp2-1.17-r1.ebuild,
+ -tilp2-1.17.ebuild:
+ Build in source, fixing bug #476642
*tilp2-1.17 (09 Jul 2013)
diff --git a/sci-calculators/tilp2/tilp2-1.17.ebuild b/sci-calculators/tilp2/tilp2-1.17-r1.ebuild
index db056182ee9b..70e477034649 100644
--- a/sci-calculators/tilp2/tilp2-1.17.ebuild
+++ b/sci-calculators/tilp2/tilp2-1.17-r1.ebuild
@@ -1,9 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tilp2/tilp2-1.17.ebuild,v 1.1 2013/07/09 17:09:57 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tilp2/tilp2-1.17-r1.ebuild,v 1.1 2013/07/12 16:51:56 bicatali Exp $
EAPI=5
+AUTOTOOLS_IN_SOURCE_BUILD=1
inherit autotools-utils
DESCRIPTION="Communication program for Texas Instruments calculators "
@@ -41,8 +42,3 @@ src_configure() {
)
autotools-utils_src_configure
}
-
-src_install() {
- autotools-utils_src_install
- rm "${ED}"usr/share/${PN}/{Manpage.txt,COPYING,RELEASE,AUTHORS,LICENSES} || die
-}