remove old ebuilds
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
DIST css-parser-1.0.4.tar.gz 143977 SHA256 c7ab355512ae51334ba6791a7e4d553f87bef17ba2026f1cc9bf3b17a7779d44 SHA512 3781128e55c1e72aa00369873e214f683e3f42944ae83d399697adb7d2966f68fb500c39982845ce9cd06078e4021838d82b06f99d90938069371da8a89a0857 WHIRLPOOL b9117398e623222b8dc05e2c2e3fddb01dbcf0626b47001cf8d295fc6eabaff48a291e0233c2d35b194221d460271ab95fe29c5f0ca82a7e9d3adaca963a129a
|
||||
EBUILD css-parser-1.0.4-r1.ebuild 451 SHA256 af69122c0a5bf5e0ebd3ef8db9723216cafe62d1ec1fae693a07553fe6f25e02 SHA512 a36df33430c8f51a05dedebaf328ba5ca6e18bc5195c2977adb392335c944a02f526869bef0f0af1b06f223f07e6f728f0b8ce4668c3d6b2ca2a2b89dee17999 WHIRLPOOL e45086cf0ff539bf96144052be1bf0eb0eb576d6e721c1253d8529710576e5881402f8f3b061057a6799ff503643f5d034aebdc281086c3f2bcd8d288fa7cdd3
|
||||
MISC metadata.xml 313 SHA256 c543cd38bb5b0d19d9b4c52eb76b8b5639c551496438a4c793f00f29e52ce4ad SHA512 1ca073d67b4f5afa950071e961b091993c0f14a66073e28f33604bc5cf5820d9f4701901d93f8db46a91b1fb6b7a05b8164a749823e2c59959640e8771b3126f WHIRLPOOL 804b71ce6ae95373eb2ab3ab5057511f4030ee343783eb76649fedfd6fb63e445b5f34891754a8444bdd572d7ae18eeddf0ca0eaa4700f6f4215d740a3001f4e
|
||||
@@ -1,17 +0,0 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
PYTHON_COMPAT=( python2_7 python3_{6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A CSS Cascading Style Sheets library (fork of cssutils)"
|
||||
HOMEPAGE="https://pypi.org/project/css-parser/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm x86"
|
||||
|
||||
BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
@@ -1,10 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>zmedico@gentoo.org</email>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">ebook-utils/css-parser</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -1 +0,0 @@
|
||||
EBUILD raspberrypi-sources-4.18.9999.ebuild 641 SHA256 69152b191c174923de9941277bf5ec202cdbe97131b936696746d03770649c60 SHA512 5bb8238133dd3545223c4f3a52149067282439c5cf52c288bd8dd989029b37d95a960901d90d140ef9d8a7b761db4c44140cd537cb6d49412f72cc6ab5df8164 WHIRLPOOL 05aa96c275f9cbdc28284ca72ce414ac80fcc31febe321c132080ac651039ea8777dda2f38331c64eb6a4e129528fa29666248b8f9e36d0181c6906cd66b3242
|
||||
@@ -1,27 +0,0 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
ETYPE=sources
|
||||
K_DEFCONFIG="bcmrpi_defconfig"
|
||||
K_SECURITY_UNSUPPORTED=1
|
||||
EXTRAVERSION="-${PN}/-*"
|
||||
inherit kernel-2
|
||||
detect_version
|
||||
detect_arch
|
||||
|
||||
inherit git-r3 versionator
|
||||
EGIT_REPO_URI="https://github.com/raspberrypi/linux.git -> raspberrypi-linux.git"
|
||||
EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y"
|
||||
EGIT_CHECKOUT_DIR="${WORKDIR}/linux-${PV}-raspberrypi"
|
||||
|
||||
DESCRIPTION="Raspberry PI kernel sources"
|
||||
HOMEPAGE="https://github.com/raspberrypi/linux"
|
||||
|
||||
KEYWORDS=""
|
||||
|
||||
src_unpack() {
|
||||
git-r3_src_unpack
|
||||
unpack_set_extraversion
|
||||
}
|
||||
Reference in New Issue
Block a user