Added a lot of PHP packages for the defunct volkszaehler ebuild
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
AUX autoload.php 168 BLAKE2B 8a0af6dc727f5f2fb7d43beda5e7d83bf5879117b4017ca3467d7f5da2e76dd50e58260ee0c3dd043a2da04693cca0fde4f1124aab317ef52cbc3855bd305683 SHA512 d02b31090ab4b2efe92ed0243c4a877a4a0731fc65fc7dd688087b08b3ced80c33570d9f081829354b35612e80b22f28df14cb35faad7466f925aa1c523f7404
|
||||
DIST phar-io-version-3.2.1.tar.gz 7379 BLAKE2B 886cd5acb1e2310f7b293f4595a21d0755c37c98368da2f4b8bfdc02308101e8d2bfe30c4d6a4bb244447d101602571d8d05d9c6dd76acd6a2874092cc8cb3bb SHA512 8471447df48ee51727cf98acef092a171328ebe1961adaec27211c678e17413e58222dbbe98845874731548f20eb11abe8dc4525041f5e1a91bb19984726b482
|
||||
EBUILD phar-io-version-3.2.1.ebuild 760 BLAKE2B 971880d61f4aa93239d27ccd694390060506473679b058aa11810c4928fd9a38c9348206a7b3d93c87fe8ac646e5550ef94ca4eec1ce02b1846126a16a4cc5cf SHA512 2d5ff9de3fa73a33a01e48498f420a11f1d1bc70c427afde99e57224dcc0350cde2228401c539192780856d05b6d89d7e578abae83fb513d21c59606aeafbe2b
|
||||
MISC metadata.xml 344 BLAKE2B 795c341776bcef40c00c99c5d718c39a73577f676922df127e89124ef40304f5707065e49f4b369660cb3089271b4bedb929458e85573dc77d59eb9469a69247 SHA512 eedb0e42391a6302cb6f0d8e76b24fe20f423b96ca9ec452f7ee9d49019af53ef668617433008e2642ff3439a12c376fac1308ceca784574556360657a316eee
|
||||
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
/* Autoloader for dev-php/phar-io-version */
|
||||
|
||||
require_once 'Fedora/Autoloader/autoload.php';
|
||||
|
||||
\Fedora\Autoloader\Autoload::addPsr4('PharIo\\Version\\', __DIR__);
|
||||
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>php-bugs@gentoo.org</email>
|
||||
<name>PHP</name>
|
||||
</maintainer>
|
||||
<stabilize-allarches/>
|
||||
<upstream>
|
||||
<remote-id type="github">phar-io/version</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -0,0 +1,39 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
DESCRIPTION="Library for handling version information and constraints"
|
||||
HOMEPAGE="https://github.com/phar-io/version"
|
||||
SRC_URI="https://github.com/phar-io/version/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm ~hppa ppc64 ~s390 ~sparc x86"
|
||||
IUSE=""
|
||||
|
||||
S="${WORKDIR}/version-${PV}"
|
||||
|
||||
CDEPEND="dev-php/fedora-autoloader
|
||||
>=dev-lang/php-7.2:*"
|
||||
|
||||
BDEPEND="dev-php/theseer-Autoload"
|
||||
|
||||
RDEPEND="${CDEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
phpab \
|
||||
--output src/autoload.php \
|
||||
--template fedora2 \
|
||||
--basedir src \
|
||||
src \
|
||||
|| die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/php/PharIo/Version
|
||||
doins src/*.php
|
||||
dodoc README.md
|
||||
}
|
||||
Reference in New Issue
Block a user