diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-10-16 13:11:17 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-10-16 13:11:17 +0000 |
commit | df587ab77ee8a2b8cd602eccabe0b464b7cf15a8 (patch) | |
tree | bf15ece7f67ab0992bea87097d303097ca227078 /sci-libs/libh2o | |
parent | Switch to git-r3. (diff) | |
download | gentoo-2-df587ab77ee8a2b8cd602eccabe0b464b7cf15a8.tar.gz gentoo-2-df587ab77ee8a2b8cd602eccabe0b464b7cf15a8.tar.bz2 gentoo-2-df587ab77ee8a2b8cd602eccabe0b464b7cf15a8.zip |
Switch to git-r3.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sci-libs/libh2o')
-rw-r--r-- | sci-libs/libh2o/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/libh2o/libh2o-9999.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/sci-libs/libh2o/ChangeLog b/sci-libs/libh2o/ChangeLog index a1ab14b085bd..f804d044c6f6 100644 --- a/sci-libs/libh2o/ChangeLog +++ b/sci-libs/libh2o/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/libh2o -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libh2o/ChangeLog,v 1.6 2012/12/15 12:44:36 mgorny Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libh2o/ChangeLog,v 1.7 2013/10/16 13:11:17 mgorny Exp $ + + 16 Oct 2013; Michał Górny <mgorny@gentoo.org> libh2o-9999.ebuild: + Switch to git-r3. *libh2o-9999 (15 Dec 2012) diff --git a/sci-libs/libh2o/libh2o-9999.ebuild b/sci-libs/libh2o/libh2o-9999.ebuild index f07484433a1a..02ce52992d55 100644 --- a/sci-libs/libh2o/libh2o-9999.ebuild +++ b/sci-libs/libh2o/libh2o-9999.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libh2o/libh2o-9999.ebuild,v 1.1 2012/12/15 12:44:36 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libh2o/libh2o-9999.ebuild,v 1.2 2013/10/16 13:11:17 mgorny Exp $ -EAPI=4 +EAPI=5 #if LIVE AUTOTOOLS_AUTORECONF=yes EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git" -inherit git-2 +inherit git-r3 #endif inherit autotools-utils |