diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-09-20 22:01:38 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-09-20 22:01:38 +0000 |
commit | 251fde3e28f14bbd3ad76bb077795b059020344a (patch) | |
tree | 328a2729159fe5f426323b77845271a3af764f34 /dev-embedded | |
parent | Add in a patch from Scott. Fixes bug 383739. (diff) | |
download | gentoo-2-251fde3e28f14bbd3ad76bb077795b059020344a.tar.gz gentoo-2-251fde3e28f14bbd3ad76bb077795b059020344a.tar.bz2 gentoo-2-251fde3e28f14bbd3ad76bb077795b059020344a.zip |
Migrate to git-2, simplify URIs a little.
(Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
Diffstat (limited to 'dev-embedded')
-rw-r--r-- | dev-embedded/libftdi/ChangeLog | 8 | ||||
-rw-r--r-- | dev-embedded/libftdi/libftdi-9999.1.0.ebuild | 11 | ||||
-rw-r--r-- | dev-embedded/libftdi/libftdi-9999.ebuild | 10 |
3 files changed, 16 insertions, 13 deletions
diff --git a/dev-embedded/libftdi/ChangeLog b/dev-embedded/libftdi/ChangeLog index 4a9c9b26cafc..9b46a204a2db 100644 --- a/dev-embedded/libftdi/ChangeLog +++ b/dev-embedded/libftdi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-embedded/libftdi -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.53 2010/09/09 18:04:18 vapier Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.54 2011/09/20 22:01:38 mgorny Exp $ + + 20 Sep 2011; Michał Górny <mgorny@gentoo.org> libftdi-9999.ebuild, + libftdi-9999.1.0.ebuild: + Migrate to git-2, simplify URIs a little. 09 Sep 2010; Mike Frysinger <vapier@gentoo.org> libftdi-0.18.ebuild: Stabilize for all. diff --git a/dev-embedded/libftdi/libftdi-9999.1.0.ebuild b/dev-embedded/libftdi/libftdi-9999.1.0.ebuild index ec1ebbb7f1c0..47abb64acdf0 100644 --- a/dev-embedded/libftdi/libftdi-9999.1.0.ebuild +++ b/dev-embedded/libftdi/libftdi-9999.1.0.ebuild @@ -1,15 +1,14 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-9999.1.0.ebuild,v 1.2 2010/06/29 23:32:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-9999.1.0.ebuild,v 1.3 2011/09/20 22:01:38 mgorny Exp $ EAPI="2" if [[ ${PV} == 9999* ]] ; then - EGIT_PROJECT="libftdi-1.0" - EGIT_REPO_URI="git://developer.intra2net.com/libftdi-1.0" - inherit git autotools + EGIT_REPO_URI="git://developer.intra2net.com/${PN}-${PV#9999.}" + inherit git-2 autotools else - SRC_URI="http://www.intra2net.com/en/developer/libftdi/download/${P}.tar.gz" + SRC_URI="http://www.intra2net.com/en/developer/${PN}/download/${P}.tar.gz" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" fi diff --git a/dev-embedded/libftdi/libftdi-9999.ebuild b/dev-embedded/libftdi/libftdi-9999.ebuild index 95eb9ad60206..813441cfc4ab 100644 --- a/dev-embedded/libftdi/libftdi-9999.ebuild +++ b/dev-embedded/libftdi/libftdi-9999.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-9999.ebuild,v 1.2 2010/06/29 23:32:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-9999.ebuild,v 1.3 2011/09/20 22:01:38 mgorny Exp $ EAPI="2" if [[ ${PV} == 9999* ]] ; then - EGIT_REPO_URI="git://developer.intra2net.com/libftdi" - inherit git autotools + EGIT_REPO_URI="git://developer.intra2net.com/${PN}" + inherit git-2 autotools else - SRC_URI="http://www.intra2net.com/en/developer/libftdi/download/${P}.tar.gz" + SRC_URI="http://www.intra2net.com/en/developer/${PN}/download/${P}.tar.gz" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" fi |