Bump sihnon-php-lib, ripping-cluster. Pull from github tarballs

This commit is contained in:
2012-01-21 23:50:24 +00:00
parent 721cd98838
commit b61c286828
6 changed files with 30 additions and 65 deletions

View File

@@ -0,0 +1,33 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
inherit eutils
DESCRIPTION="Sihnon PHP Framework"
HOMEPAGE="http://wiki.sihnon.net/index.php/Sihnon-php-lib"
SRC_URI="https://github.com/optiz0r/sihnon-php-lib/tarball/release-${PV} -> ${PN}-${PV}.tar.gz"
LICENSE="CCPL-Attribution-ShareAlike-NonCommercial-3.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
USE=""
RDEPEND=">=dev-lang/php-5.3"
DEPEND="${RDEPEND}"
src_prepare() {
cd "${WORKDIR}"/optiz0r-sihnon-php-lib-*
S=$(pwd)
}
src_install() {
insinto "/usr/lib/${PN}"
doins -r source
}