Changeset - 17eaee1fafa9
[Not reviewed]
default
0 0 4
Nathan Brink (binki) - 15 years ago 2010-07-24 00:49:04
ohnobinki@ohnopublishing.net
dev-php/php-openid: Initial import from Gentoo's Portage
4 files changed with 54 insertions and 0 deletions:
0 comments (0 inline, 0 general)
dev-php/php-openid/ChangeLog
Show inline comments
 
new file 100644
 
# ChangeLog for dev-php/php-openid
 
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
 
# $Header: /var/cvsroot/gentoo-x86/dev-php/php-openid/ChangeLog,v 1.2 2010/01/02 23:26:59 yngwin Exp $
 

	
 
  02 Jan 2010; Ben de Groot <yngwin@gentoo.org> php-openid-2.1.3.ebuild:
 
  Old-style virtuals can't take use deps
 

	
 
*php-openid-2.1.3 (01 Jan 2010)
 

	
 
  01 Jan 2010; Ben de Groot <yngwin@gentoo.org> +php-openid-2.1.3.ebuild,
 
  +metadata.xml:
 
  Initial commit. Ebuild based on the one by Nathan Phillip Brink in his
 
  ohnobinki overlay.
 

	
dev-php/php-openid/Manifest
Show inline comments
 
new file 100644
 
DIST php-openid-2.1.3.tar.bz2 315437 RMD160 d0b73619dcf498d6444a194f00a08c5a9c612c0c SHA1 63c1d558f19e0a3860b0776dc47e50dae5df66f6 SHA256 68f169b87710f98445361c2ea700cc77dda7016acf696ff2a0dae7aeb72b9c92
 
EBUILD php-openid-2.1.3.ebuild 762 RMD160 6761719977c8c0a68f93677190a870064ffd0079 SHA1 07249d09075d817c75145e9dbbd939e70d763aec SHA256 6a870b3c1eff2725094eb1ed3341ec7570c6f0902f083ceaffd00e4d113e1e5f
 
MISC ChangeLog 543 RMD160 95f3924e8d184d1a7ee238422d2b42c5c9e2b760 SHA1 3d50ec5975c7244eb200f0cc20427eb274785ed8 SHA256 9bf532b452f8bf2b3de7f34976541b391d2afa076538562ddaa474d217c2bc5f
 
MISC metadata.xml 158 RMD160 4378c9420c146cb2b050d5c08c690b96abc48a09 SHA1 80fc6e1f941830dd74ec4f291b3a478be65c234f SHA256 ccc83c51cfb6c2d3b314fa52bc81f11f876ddc50ce2b536301ccd4dce4646f84
dev-php/php-openid/metadata.xml
Show inline comments
 
new file 100644
 
<?xml version="1.0" encoding="UTF-8"?>
 
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 
<pkgmetadata>
 
  <herd>php</herd>
 
</pkgmetadata>
dev-php/php-openid/php-openid-2.1.3.ebuild
Show inline comments
 
new file 100644
 
# Copyright 1999-2010 Gentoo Foundation
 
# Distributed under the terms of the GNU General Public License v2
 
# $Header: /var/cvsroot/gentoo-x86/dev-php/php-openid/php-openid-2.1.3.ebuild,v 1.2 2010/01/02 23:26:59 yngwin Exp $
 

	
 
EAPI="2"
 
inherit php-lib-r1
 

	
 
PHP_LIB_NAME="Auth"
 
DESCRIPTION="PHP OpenID implementation"
 
HOMEPAGE="http://openidenabled.com/php-openid/"
 
SRC_URI="http://openidenabled.com/files/php-openid/packages/${P}.tar.bz2"
 

	
 
LICENSE="Apache-2.0"
 
SLOT="0"
 
KEYWORDS="~amd64 ~x86"
 
IUSE="examples"
 

	
 
DEPEND=""
 
RDEPEND="|| ( dev-lang/php[bcmath] dev-lang/php[gmp] )
 
	dev-lang/php[curl]"
 

	
 
src_install() {
 
	cd "${S}"/Auth
 
	php-lib-r1_src_install . * */*
 

	
 
	if use examples; then
 
		cd "${S}"
 
		insinto /usr/share/doc/${PF}/examples
 
		doins -r examples/*
 
	fi
 
}
0 comments (0 inline, 0 general)