summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-12-15 15:57:27 +0100
committerMichał Górny <mgorny@gentoo.org>2022-12-15 16:04:08 +0100
commit4fa26ef14776897c520c88af5a874e569c838f2a (patch)
treed5ddd1c0dce97183c4df25d0e474cb7d80aa7ad6 /dev-util/xfce4-dev-tools
parentxfce-base/xfce4-power-manager: Bump to 4.18.0 (diff)
downloadgentoo-4fa26ef14776897c520c88af5a874e569c838f2a.tar.gz
gentoo-4fa26ef14776897c520c88af5a874e569c838f2a.tar.bz2
gentoo-4fa26ef14776897c520c88af5a874e569c838f2a.zip
dev-util/xfce4-dev-tools: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/xfce4-dev-tools')
-rw-r--r--dev-util/xfce4-dev-tools/Manifest2
-rw-r--r--dev-util/xfce4-dev-tools/xfce4-dev-tools-4.17.0.ebuild19
-rw-r--r--dev-util/xfce4-dev-tools/xfce4-dev-tools-4.17.1.ebuild25
3 files changed, 0 insertions, 46 deletions
diff --git a/dev-util/xfce4-dev-tools/Manifest b/dev-util/xfce4-dev-tools/Manifest
index 3f89b3451458..5639ee5d84b4 100644
--- a/dev-util/xfce4-dev-tools/Manifest
+++ b/dev-util/xfce4-dev-tools/Manifest
@@ -1,4 +1,2 @@
DIST xfce4-dev-tools-4.16.0.tar.bz2 340107 BLAKE2B 93919e1b705858770f5c98cab080ba86785d524dc7371f09fba065f2bdf549d9a3ada66cdef3e1bbd344fb62cecb70661a1b6ce8c8bb51ada0be9459604d4d4f SHA512 54d9b45535c174ab0d13a3061ba2ff247c788a1190a6622b0adb4242d12e1fe42715256a18168d42fd5e425bbc7e9e81de30aa507da04f3e8d9b6f1ae5a5a7a7
-DIST xfce4-dev-tools-4.17.0.tar.bz2 341014 BLAKE2B cb9588a200176cae5031b50e51baea1d2c4051b0a68e6886766986f1883f00e3cb13d662ebe1aa0e72892b83eb9dda114f545d1a8883fd7bdef8fd030e60ab4e SHA512 73423bb5cc55ab8816d734ac24c3f005bdb7db370d9a2e5e820cda1e6385730cab1f2fc8af715caa961e571ddb234c2b46b9cd26636142b9ab5d18c3a26efc00
-DIST xfce4-dev-tools-4.17.1.tar.bz2 348817 BLAKE2B 0b5bf16ce9e38666ab8284b6ff7fd4b7da53bb82f548db666d051ebbfddf053709c8e95887435d405d13fb6d2fc2b32c87a4e2286df5ebb9ab7a1549df4e7046 SHA512 0e57547823be6cb7f2153728061db6efb003b7651f3ab204473aa45d5408078b9368a677b2e599a1a93266d93c1d626eea92ba05e4be9427caa0b5bcbd345833
DIST xfce4-dev-tools-4.17.2.tar.bz2 353571 BLAKE2B af3ec3e603b2224ee47feefd63eb3e0be6a83dd2d442e8372d71c2aff910a5fb7818c9c93d0347ed239749d14f83f9443c2bde05a815e7449b6ae564186a1b6d SHA512 f08cdfca8c5753fd58fa3eefa56a3ba94bbc708ecf93d4872f3d843720840ef6d57d0af7fa7fdb11d8645f082338d7668bb01c6e531aec8ad89c6cd627529124
diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.17.0.ebuild b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.17.0.ebuild
deleted file mode 100644
index bc3d26bdcc54..000000000000
--- a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.17.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="A set of scripts and m4/autoconf macros that ease build system maintenance"
-HOMEPAGE="https://www.xfce.org/ http://users.xfce.org/~benny/projects/xfce4-dev-tools/"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
-IUSE=""
-
-RDEPEND="
- >=dev-libs/glib-2.50"
-DEPEND="${RDEPEND}"
-BDEPEND="
- virtual/pkgconfig"
diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.17.1.ebuild b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.17.1.ebuild
deleted file mode 100644
index fa89cb983824..000000000000
--- a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.17.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="A set of scripts and m4/autoconf macros that ease build system maintenance"
-HOMEPAGE="
- https://docs.xfce.org/xfce/xfce4-dev-tools/start
- https://gitlab.xfce.org/xfce/xfce4-dev-tools/
-"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
-
-DEPEND="
- >=dev-libs/glib-2.50
-"
-RDEPEND="
- ${DEPEND}
-"
-BDEPEND="
- virtual/pkgconfig
-"