diff options
author | Yixun Lan <dlan@gentoo.org> | 2014-08-29 08:37:36 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2014-08-29 08:37:36 +0000 |
commit | ebdf5d72d8b5e83f20a13374584f6e43782ec866 (patch) | |
tree | 1acd5b2f96347dc80a142a6c12c94b50ec22f19e /dev-libs | |
parent | Version bump (diff) | |
download | gentoo-2-ebdf5d72d8b5e83f20a13374584f6e43782ec866.tar.gz gentoo-2-ebdf5d72d8b5e83f20a13374584f6e43782ec866.tar.bz2 gentoo-2-ebdf5d72d8b5e83f20a13374584f6e43782ec866.zip |
fix bug 503572, proxy for maintainer, thanks Martin Gysel (bearsh)
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libdivecomputer/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libdivecomputer/libdivecomputer-9999.ebuild | 16 |
2 files changed, 6 insertions, 15 deletions
diff --git a/dev-libs/libdivecomputer/ChangeLog b/dev-libs/libdivecomputer/ChangeLog index 834e5001bb2c..b0ad7e212d46 100644 --- a/dev-libs/libdivecomputer/ChangeLog +++ b/dev-libs/libdivecomputer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libdivecomputer # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdivecomputer/ChangeLog,v 1.13 2014/08/10 20:35:08 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdivecomputer/ChangeLog,v 1.14 2014/08/29 08:37:36 dlan Exp $ + + 29 Aug 2014; Yixun Lan <dlan@gentoo.org> libdivecomputer-9999.ebuild: + fix bug 503572, proxy for maintainer, thanks Martin Gysel (bearsh) 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> libdivecomputer-0.4.1.ebuild, libdivecomputer-0.4.2.ebuild, diff --git a/dev-libs/libdivecomputer/libdivecomputer-9999.ebuild b/dev-libs/libdivecomputer/libdivecomputer-9999.ebuild index f5087d7101b6..0da1c7b4e8e3 100644 --- a/dev-libs/libdivecomputer/libdivecomputer-9999.ebuild +++ b/dev-libs/libdivecomputer/libdivecomputer-9999.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdivecomputer/libdivecomputer-9999.ebuild,v 1.4 2014/08/10 20:35:08 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdivecomputer/libdivecomputer-9999.ebuild,v 1.5 2014/08/29 08:37:36 dlan Exp $ EAPI="5" if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="git://libdivecomputer.git.sourceforge.net/gitroot/libdivecomputer/libdivecomputer" GIT_ECLASS="git-2" - AUTOTOOLIZE=yes + AUTOTOOLS_AUTORECONF=1 KEYWORDS="" else KEYWORDS="~amd64 ~x86" @@ -33,14 +33,6 @@ RDEPEND="usb? ( virtual/libusb:1 )" DEPEND="${RDEPEND} virtual/pkgconfig" -src_prepare() { - if [[ -n ${AUTOTOOLIZE} ]]; then - autotools-utils_src_prepare - else - epatch_user - fi -} - src_configure() { autotools-utils_src_configure @@ -49,10 +41,6 @@ src_configure() { fi } -src_compile() { - autotools-utils_src_compile -} - src_install() { autotools-utils_src_install |