mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
app-portage/version: treeclean
Closes: https://bugs.gentoo.org/780720 (pkgremoved) Closes: https://bugs.gentoo.org/785286 (pkgremoved) Closes: https://bugs.gentoo.org/785670 (pkgremoved) Closes: https://bugs.gentoo.org/812086 (pkgremoved) Closes: https://bugs.gentoo.org/839669 (pkgremoved) Closes: https://bugs.gentoo.org/859667 (pkgremoved) Closes: https://bugs.gentoo.org/859670 (pkgremoved) Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
DIST version-0.19.0_alpha.tar.gz 48122 BLAKE2B 02d10d787830d0d3d91779fc5d0140010fb027f5fdb8340101a07966f18a5273948ef2e525f61041de783c34e0066b904799174934d2481dc64fd244655c47ff SHA512 831d079f39fa9ff12de4a820a00dad759f461e00cc33fc4674761c35a4ca43ebb0549a3c335554ed655a72600d45aae03ae23a04b3e9ea7f0f958ca94422bf32
|
||||
DIST version-0.20.1_alpha.tar.gz 47843 BLAKE2B d1fe637e51b2b9ce15c27fd4a3c8d7e96a645c7d4916ad9be55050d558015ce971d7a530f897ab1ffe0ab4912219d6800d967d44aeca98c7a7eb165038623d0b SHA512 5d780e9952577bc8fc4e4ae54a49c08c7369aadca1ed8772931dccbf79bdf6076f61cf3cc6b3e5c2b6ed3a06acc49165140b92927bf63050f154ba8af8befc76
|
||||
DIST version-0.21.0_alpha.tar.gz 48021 BLAKE2B 8c0c36729bf1d3d3a8b9b802db6f07b56f53b063a420bf0d036648ce94582d09e54a079ea17008ea6f4457059d1e226e65af38cfb40f0fb8583e990e790dd0b3 SHA512 69f175038fbb358f356450a3ac4a4594a121e7037f0100e5db834e8aee06579e4bf9a11e44b3d8e0a714b20c19efa52b6671ccfd9652c0970fa9c88dd15cf4ce
|
||||
@@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>azael.devel@gmail.com</email>
|
||||
<name>Azael Reyes</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">azaeldevel/octetos-version</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -1,29 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit autotools
|
||||
|
||||
MYPV="${PV/_alpha/-alpha}"
|
||||
|
||||
DESCRIPTION="A command line function for package version management."
|
||||
HOMEPAGE="https://github.com/azaeldevel/octetos-version"
|
||||
SRC_URI="https://github.com/azaeldevel/octetos-${PN}/archive/${MYPV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
S="${WORKDIR}/octetos-${PN}-${MYPV}"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="dev-libs/octetos-coreutils"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
eautoreconf -fi
|
||||
}
|
||||
src_configure() {
|
||||
econf --with-portage
|
||||
}
|
||||
@@ -1,29 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit autotools
|
||||
|
||||
MYPV="${PV/_alpha/-alpha}"
|
||||
|
||||
DESCRIPTION="A command line function for package version management."
|
||||
HOMEPAGE="https://github.com/azaeldevel/octetos-version"
|
||||
SRC_URI="https://github.com/azaeldevel/octetos-${PN}/archive/${MYPV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
S="${WORKDIR}/octetos-${PN}-${MYPV}"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="dev-libs/octetos-coreutils"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
eautoreconf -fi
|
||||
}
|
||||
src_configure() {
|
||||
econf --with-portage
|
||||
}
|
||||
@@ -1,29 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit autotools
|
||||
|
||||
MYPV="${PV/_alpha/-alpha}"
|
||||
|
||||
DESCRIPTION="A command line function for package version management."
|
||||
HOMEPAGE="https://github.com/azaeldevel/octetos-version"
|
||||
SRC_URI="https://github.com/azaeldevel/octetos-${PN}/archive/${MYPV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
S="${WORKDIR}/octetos-${PN}-${MYPV}"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="dev-libs/octetos-coreutils"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
eautoreconf -fi
|
||||
}
|
||||
src_configure() {
|
||||
econf --with-portage
|
||||
}
|
||||
@@ -81,7 +81,6 @@ kde-misc/plasma5-wallpapers-dynamic
|
||||
# Takuya Wakazono <pastalian46@gmail.com> (2024-10-04)
|
||||
# Unmaintained in guru and it doesn't build anymore.
|
||||
# Removal on 2024-11-04. Bug #932265.
|
||||
app-portage/version
|
||||
dev-libs/octetos-biblion
|
||||
dev-libs/octetos-core
|
||||
dev-libs/octetos-coreutils
|
||||
|
||||
Reference in New Issue
Block a user