diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-12-15 15:33:12 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-12-15 16:03:50 +0100 |
commit | e2c2dc81a14452b551f0ac34fad46206bc54a272 (patch) | |
tree | a9ce35f4fff041a12306344c36e6ef815de1d2c1 /xfce-base/libxfce4util | |
parent | xfce-base/libxfce4ui: Bump to 4.18.0 (diff) | |
download | gentoo-e2c2dc81a14452b551f0ac34fad46206bc54a272.tar.gz gentoo-e2c2dc81a14452b551f0ac34fad46206bc54a272.tar.bz2 gentoo-e2c2dc81a14452b551f0ac34fad46206bc54a272.zip |
xfce-base/libxfce4util: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-base/libxfce4util')
-rw-r--r-- | xfce-base/libxfce4util/Manifest | 2 | ||||
-rw-r--r-- | xfce-base/libxfce4util/libxfce4util-4.17.2.ebuild | 45 | ||||
-rw-r--r-- | xfce-base/libxfce4util/libxfce4util-4.17.3.ebuild | 45 |
3 files changed, 0 insertions, 92 deletions
diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest index 09b2df002b91..88ef98814e51 100644 --- a/xfce-base/libxfce4util/Manifest +++ b/xfce-base/libxfce4util/Manifest @@ -1,4 +1,2 @@ DIST libxfce4util-4.16.0.tar.bz2 508328 BLAKE2B 99578b898389bd90841a7f903f5473b2ff357cf81256efe1019425b48da32401ce238deffefd299987477f4cdfb77e86e415b55049863c30bf16e0e641e08c72 SHA512 dce6992c3da73367461d7464794a9b2a5503666113682e07a86e18b1c5383de2b087809448d5729097571f4fda6b4af5f4f4600848514ab2ab4b3f367ca26f5c -DIST libxfce4util-4.17.2.tar.bz2 518831 BLAKE2B 4f1241271edab56063c8e5f3ad6b662a19b08ea06c73eb76e124d9fc8cd9a2b26578517fc6e4b0d5e8c3351877c7b5e077818b916297ac24e273c745cb624eec SHA512 3f079570916c3876373155a3ea15b6326ddadd815efdf7d7abd2ccd9768a96b3191f4e050bb51f2e28bc6b121b7ef9823e7a4caf608398220f527a4df7e29c6f -DIST libxfce4util-4.17.3.tar.bz2 511545 BLAKE2B 9b198099277b073c67265bca8f63fe42526de6ee7f4d43b0b1c767edcb6f47c29751b78dfe4f38b569cdb3448e8e2eaf3da7556b2c4f09ba6a9a54a0f0946b40 SHA512 b943390b8ffd0b765e945cd1045d97c66203ae77b5c8e0ecd253f527a75fbf07beaea138877e9d4b3e09ad2f89747ebfe3b6d40cb9472e6bdec475309c3ec0cc DIST libxfce4util-4.17.4.tar.bz2 511520 BLAKE2B 7850dbf49b5624ce8ac97c4188a80afc51f1d258b9760ff3ef7055cedb7dda11c18a784f053c4c25f9622e3db65d97f21ff9974fd9830edf696a81543453f982 SHA512 9774f199cd54c28875801e74e76f6e000579f3cc15e65c72e2edc6723b3a1b93083e9dd2ce0bd37885f4d812c3223552b6caa723ab8ce5169c69ccff8d2f6eb8 diff --git a/xfce-base/libxfce4util/libxfce4util-4.17.2.ebuild b/xfce-base/libxfce4util/libxfce4util-4.17.2.ebuild deleted file mode 100644 index 69faca95733a..000000000000 --- a/xfce-base/libxfce4util/libxfce4util-4.17.2.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vala - -DESCRIPTION="A basic utility library for the Xfce desktop environment" -HOMEPAGE=" - https://docs.xfce.org/xfce/libxfce4util/start - https://gitlab.xfce.org/xfce/libxfce4util/ -" -SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="LGPL-2+ GPL-2+" -SLOT="0/7" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" -IUSE="+introspection vala" -REQUIRED_USE="vala? ( introspection )" - -RDEPEND=" - >=dev-libs/glib-2.56 - introspection? ( dev-libs/gobject-introspection:= )" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-util/intltool - dev-util/gtk-doc-am - sys-devel/gettext - virtual/pkgconfig - vala? ( $(vala_depend) )" - -src_configure() { - local myconf=( - $(use_enable introspection) - $(use_enable vala) - ) - - use vala && vala_setup - econf "${myconf[@]}" -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} diff --git a/xfce-base/libxfce4util/libxfce4util-4.17.3.ebuild b/xfce-base/libxfce4util/libxfce4util-4.17.3.ebuild deleted file mode 100644 index 8d73500053d8..000000000000 --- a/xfce-base/libxfce4util/libxfce4util-4.17.3.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vala - -DESCRIPTION="A basic utility library for the Xfce desktop environment" -HOMEPAGE=" - https://docs.xfce.org/xfce/libxfce4util/start - https://gitlab.xfce.org/xfce/libxfce4util/ -" -SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="LGPL-2+ GPL-2+" -SLOT="0/7" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" -IUSE="+introspection vala" -REQUIRED_USE="vala? ( introspection )" - -RDEPEND=" - >=dev-libs/glib-2.56 - introspection? ( >=dev-libs/gobject-introspection-1.66:= )" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-util/intltool - dev-util/gtk-doc-am - sys-devel/gettext - virtual/pkgconfig - vala? ( $(vala_depend) )" - -src_configure() { - local myconf=( - $(use_enable introspection) - $(use_enable vala) - ) - - use vala && vala_setup - econf "${myconf[@]}" -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} |