grknight    15/02/15 03:32:31

  Modified:             awl-0.55.ebuild ChangeLog
  Log:
  Remove the need for git-r3 since there is a valid archive path
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xD1F781EFF9F4A3B6)

Revision  Changes    Path
1.2                  dev-php/awl/awl-0.55.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/awl/awl-0.55.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/awl/awl-0.55.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/awl/awl-0.55.ebuild?r1=1.1&r2=1.2

Index: awl-0.55.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/awl/awl-0.55.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- awl-0.55.ebuild     14 Feb 2015 01:14:25 -0000      1.1
+++ awl-0.55.ebuild     15 Feb 2015 03:32:31 -0000      1.2
@@ -1,15 +1,14 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/awl/awl-0.55.ebuild,v 1.1 
2015/02/14 01:14:25 mjo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/awl/awl-0.55.ebuild,v 1.2 
2015/02/15 03:32:31 grknight Exp $
 
 EAPI=5
 
-inherit eutils git-r3
+inherit eutils
 
 DESCRIPTION="Andrew McMillan's Web Libraries"
 HOMEPAGE="https://gitlab.com/davical-project/awl";
-EGIT_REPO_URI="https://gitlab.com/davical-project/awl.git";
-EGIT_COMMIT="r${PV}"
+SRC_URI="${HOMEPAGE}/repository/archive.tar.gz?ref=r${PV} -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -18,7 +17,8 @@
 
 DEPEND="doc? ( dev-php/PEAR-PhpDocumentor )
        test? ( dev-php/phpunit )"
-RDEPEND="dev-lang/php[pdo,postgres,xml]"
+RDEPEND="dev-lang/php:*[pdo,postgres,xml]"
+S="${WORKDIR}/${PN}.git"
 
 src_compile() {
        if use doc ; then



1.10                 dev-php/awl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/awl/ChangeLog?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/awl/ChangeLog?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/awl/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/awl/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   14 Feb 2015 01:14:25 -0000      1.9
+++ ChangeLog   15 Feb 2015 03:32:31 -0000      1.10
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/awl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/awl/ChangeLog,v 1.9 2015/02/14 
01:14:25 mjo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/awl/ChangeLog,v 1.10 2015/02/15 
03:32:31 grknight Exp $
+
+  15 Feb 2015; Brian Evans <[email protected]> awl-0.55.ebuild:
+  Remove the need for git-r3 since there is a valid archive path
 
 *awl-0.55 (14 Feb 2015)
 




Reply via email to