aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakuya Wakazono <pastalian46@gmail.com>2024-11-04 22:48:26 +0900
committerTakuya Wakazono <pastalian46@gmail.com>2024-11-04 22:53:05 +0900
commitd6176e1a6c31492eef515e66c20aa3dc23cd2ae6 (patch)
tree39c76839dadee53e771c7e49b733a7b853b658c2 /app-portage
parentapp-misc/kanata: update SRC_URI (diff)
downloadguru-d6176e1a6c31492eef515e66c20aa3dc23cd2ae6.tar.gz
guru-d6176e1a6c31492eef515e66c20aa3dc23cd2ae6.tar.bz2
guru-d6176e1a6c31492eef515e66c20aa3dc23cd2ae6.zip
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>
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/version/Manifest3
-rw-r--r--app-portage/version/metadata.xml11
-rw-r--r--app-portage/version/version-0.19.0_alpha.ebuild29
-rw-r--r--app-portage/version/version-0.20.1_alpha.ebuild29
-rw-r--r--app-portage/version/version-0.21.0_alpha.ebuild29
5 files changed, 0 insertions, 101 deletions
diff --git a/app-portage/version/Manifest b/app-portage/version/Manifest
deleted file mode 100644
index a5a3ff9c0..000000000
--- a/app-portage/version/Manifest
+++ /dev/null
@@ -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
diff --git a/app-portage/version/metadata.xml b/app-portage/version/metadata.xml
deleted file mode 100644
index a32bab4f2..000000000
--- a/app-portage/version/metadata.xml
+++ /dev/null
@@ -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>
diff --git a/app-portage/version/version-0.19.0_alpha.ebuild b/app-portage/version/version-0.19.0_alpha.ebuild
deleted file mode 100644
index 4d59f6f65..000000000
--- a/app-portage/version/version-0.19.0_alpha.ebuild
+++ /dev/null
@@ -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
-}
diff --git a/app-portage/version/version-0.20.1_alpha.ebuild b/app-portage/version/version-0.20.1_alpha.ebuild
deleted file mode 100644
index 4d59f6f65..000000000
--- a/app-portage/version/version-0.20.1_alpha.ebuild
+++ /dev/null
@@ -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
-}
diff --git a/app-portage/version/version-0.21.0_alpha.ebuild b/app-portage/version/version-0.21.0_alpha.ebuild
deleted file mode 100644
index 4d59f6f65..000000000
--- a/app-portage/version/version-0.21.0_alpha.ebuild
+++ /dev/null
@@ -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
-}