mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-php/PEAR-Cache_Lite: Version bump
Package-Manager: portage-2.3.0
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST Cache_Lite-1.7.16.tgz 32997 SHA256 51f8ca4c719a574cac323c444391afa71194609bf556ddeecf7c7af8479ba20d SHA512 d2682ccc5e748d7233f79e51a8c0fae0fe77cec56730d0832e4c1f468227ee431b8e29b582b82f36a6274d50a0bbd12a9870bfeacb7c6943ad3002131aab455b WHIRLPOOL 09a8b4be2f68a75073b4af6d4ea871e61404807d7a0bc7c1a49285a3edb851c5e182253273265e111e20ede26f9cff6a93c20aaa5e2d608332a24a759182f412
|
||||
DIST Cache_Lite-1.8.0.tgz 33424 SHA256 2f8731de1d4907bfa4719f8b9dd4a3c5549f89a27569ef923f6c20c56bed14ba SHA512 7ff7d1d1f054e1711dbaf5e9c402414c6f2e89e09a25a0b81f207288da3bba373b4e9e2c8a92b638d502d064581b7eade73f66672beaf2e3725957a6dc45c03c WHIRLPOOL 785ccfb248494dd1aa1636219453a1d927090a702a8a126d4595bfe6ddca92a9bedea4c4805b5739c7a1a8c4f120bf42d0d93b32923da9f9098cfdb67b406b70
|
||||
|
||||
25
dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.0.ebuild
Normal file
25
dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.0.ebuild
Normal file
@@ -0,0 +1,25 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI="6"
|
||||
|
||||
inherit php-pear-r1
|
||||
|
||||
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
|
||||
DESCRIPTION="Fast and safe little cache system"
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=dev-php/pear-1.10.1"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_test() {
|
||||
peardev run-tests -r || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
php-pear-r1_src_install
|
||||
find "${D}" -name LICENSE -delete || die
|
||||
}
|
||||
Reference in New Issue
Block a user