diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-09-21 07:52:31 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-09-21 07:52:31 +0000 |
commit | 4a8d5d9a5e671d301965719fa449df230bca1520 (patch) | |
tree | e84172577399d0e63b2496ea2bb4cfe7b1c117d8 /app-mobilephone | |
parent | Migrate to git-2, fix github hack to PMS-compliant one. (diff) | |
download | gentoo-2-4a8d5d9a5e671d301965719fa449df230bca1520.tar.gz gentoo-2-4a8d5d9a5e671d301965719fa449df230bca1520.tar.bz2 gentoo-2-4a8d5d9a5e671d301965719fa449df230bca1520.zip |
Migrate to git-2.
(Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/dfu-util/ChangeLog | 5 | ||||
-rw-r--r-- | app-mobilephone/dfu-util/dfu-util-9999.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-mobilephone/dfu-util/ChangeLog b/app-mobilephone/dfu-util/ChangeLog index 8973d5628210..fd81872a5977 100644 --- a/app-mobilephone/dfu-util/ChangeLog +++ b/app-mobilephone/dfu-util/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-mobilephone/dfu-util # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/dfu-util/ChangeLog,v 1.5 2011/08/07 13:21:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/dfu-util/ChangeLog,v 1.6 2011/09/21 07:52:31 mgorny Exp $ + + 21 Sep 2011; Michał Górny <mgorny@gentoo.org> dfu-util-9999.ebuild: + Migrate to git-2. *dfu-util-0.4 (07 Aug 2011) diff --git a/app-mobilephone/dfu-util/dfu-util-9999.ebuild b/app-mobilephone/dfu-util/dfu-util-9999.ebuild index 71688820d59d..4dafa32e9374 100644 --- a/app-mobilephone/dfu-util/dfu-util-9999.ebuild +++ b/app-mobilephone/dfu-util/dfu-util-9999.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/dfu-util/dfu-util-9999.ebuild,v 1.2 2011/08/07 13:20:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/dfu-util/dfu-util-9999.ebuild,v 1.3 2011/09/21 07:52:31 mgorny Exp $ EAPI="2" if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://git.openezx.org/dfu-util.git" - inherit autotools git + EGIT_REPO_URI="git://git.openezx.org/${PN}.git + http://cgit.openezx.org/${PN}/" + inherit autotools git-2 SRC_URI="" #KEYWORDS="" else @@ -26,7 +27,6 @@ RDEPEND="${DEPEND}" src_prepare() { if [[ ${PV} == "9999" ]] ; then - git_src_prepare eautoreconf fi sed -i '/^bin_PROGRAMS/s:dfu-util_static[^ ]*::' src/Makefile.in |