From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/
Date: Sun, 11 Jun 2023 09:47:13 +0000 (UTC) [thread overview]
Message-ID: <1686476379.691820071abeb78cd4ea74ea6cd4df301699f135.mgorny@gentoo> (raw)
commit: 691820071abeb78cd4ea74ea6cd4df301699f135
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 11 09:39:39 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 11 09:39:39 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69182007
xfce-base/libxfce4util: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
xfce-base/libxfce4util/Manifest | 2 -
xfce-base/libxfce4util/libxfce4util-4.19.0.ebuild | 47 -----------------------
xfce-base/libxfce4util/libxfce4util-4.19.1.ebuild | 47 -----------------------
3 files changed, 96 deletions(-)
diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest
index b49169b5bdbb..663f4c3b36a8 100644
--- a/xfce-base/libxfce4util/Manifest
+++ b/xfce-base/libxfce4util/Manifest
@@ -1,4 +1,2 @@
DIST libxfce4util-4.18.1.tar.bz2 527167 BLAKE2B b5d16b4e6ce541a7de559eb2801cf800dab26c45e83b0c562974f18218fd9ad0d70e40219b573a90f1ea1b9e15a8111cfae6200f581335f305a7e7f6eb07adc9 SHA512 e1459e2268948c8329394bdca56f7e7bef7739b56559c00ce6d70dfbedd038cd73a4873be34b91dbd94a80afc16e2b0e1cc256d3ff4d8fdeef9162fbdb3772cd
-DIST libxfce4util-4.19.0.tar.bz2 586319 BLAKE2B 4660944e00774cb3749ab6fd851e8242a493e234b120e741718fb8492cb9628f7e04f2fdc83b5671691535abaa33e6a407e1c43df7aa9f7a5d4aec49cdbe56d9 SHA512 03e242089059ed75ec38a78446f9200f1e4efe048ea57b425aa5e40bc2ff43e9936a889e204b8ee651895ae23568598b059284df3df8da0400ad13d8beb30d27
-DIST libxfce4util-4.19.1.tar.bz2 619752 BLAKE2B 858a095cb194aa8d5029390be3a466c34188096f31198d754f3af7bfe0d12037c922a7cf9a67891f3981a0e202733fd4e49677682bf1c5fbbbfc077c26b9a5a2 SHA512 26d6912f8dc627340d8416f4258c00fb3b1ab6586a32c32bf79b061373252f41b4068bb1da271539459124ecd05c1ed69775693ef432dda23e4b9e4a8e6decdb
DIST libxfce4util-4.19.2.tar.bz2 622588 BLAKE2B addee65233ce7f6a335b9c072066ea1a4d357e4dce62ecb75cce56aa3d7c27916c141d1124951821f1d4234813a54e51ed933829937adcf0f6c906a4fb65e907 SHA512 85521be421abb3f3c37d7608eae96cb9b2f7ba5b0ac599d2a7501b3b201603fd36ccb13840bd5a3462771e32d81e5814a008baf22df46df7b3b46e4ac8d7e3eb
diff --git a/xfce-base/libxfce4util/libxfce4util-4.19.0.ebuild b/xfce-base/libxfce4util/libxfce4util-4.19.0.ebuild
deleted file mode 100644
index 0f6e98d42d24..000000000000
--- a/xfce-base/libxfce4util/libxfce4util-4.19.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2023 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"
-IUSE="+introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-DEPEND="
- >=dev-libs/glib-2.66.0
- introspection? ( >=dev-libs/gobject-introspection-1.66:= )
-"
-RDEPEND="
- ${DEPEND}
-"
-BDEPEND="
- dev-util/gtk-doc-am
- >=sys-devel/gettext-0.19.8
- 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.19.1.ebuild b/xfce-base/libxfce4util/libxfce4util-4.19.1.ebuild
deleted file mode 100644
index 0f6e98d42d24..000000000000
--- a/xfce-base/libxfce4util/libxfce4util-4.19.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2023 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"
-IUSE="+introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-DEPEND="
- >=dev-libs/glib-2.66.0
- introspection? ( >=dev-libs/gobject-introspection-1.66:= )
-"
-RDEPEND="
- ${DEPEND}
-"
-BDEPEND="
- dev-util/gtk-doc-am
- >=sys-devel/gettext-0.19.8
- 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
-}
next reply other threads:[~2023-06-11 9:47 UTC|newest]
Thread overview: 89+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-11 9:47 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-23 13:54 [gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/ Michał Górny
2025-01-25 11:02 Sam James
2025-01-25 11:01 Arthur Zamarin
2024-12-21 10:34 Michał Górny
2024-12-15 18:38 Michał Górny
2024-12-01 16:40 Michał Górny
2024-12-01 16:40 Michał Górny
2024-11-02 7:09 Michał Górny
2024-03-02 16:16 Michał Górny
2024-03-02 15:14 Arthur Zamarin
2024-03-02 14:18 Arthur Zamarin
2024-03-02 11:34 Arthur Zamarin
2024-02-17 22:26 Sam James
2024-02-17 22:26 Sam James
2024-02-17 21:42 Jakov Smolić
2024-02-06 3:07 Michał Górny
2024-02-06 3:07 Michał Górny
2024-01-15 16:31 Michał Górny
2023-05-11 15:53 Michał Górny
2023-05-07 12:12 Michał Górny
2023-04-17 13:50 Michał Górny
2023-03-17 10:50 Michał Górny
2023-03-17 8:56 Arthur Zamarin
2023-03-15 6:55 Michał Górny
2023-02-03 16:53 Sam James
2023-02-03 14:21 Arthur Zamarin
2023-02-03 14:21 Arthur Zamarin
2023-02-03 13:32 Arthur Zamarin
2023-01-10 20:28 Michał Górny
2022-11-30 17:25 Michał Górny
2022-11-26 17:03 Michał Górny
2022-11-26 17:03 Michał Górny
2022-10-31 16:53 Michał Górny
2022-08-28 6:49 WANG Xuerui
2022-03-24 18:16 Michał Górny
2022-02-21 22:15 Michał Górny
2021-10-09 7:52 Michał Górny
2021-07-19 6:04 Michał Górny
2021-06-27 6:09 Michał Górny
2021-05-21 14:54 Yixun Lan
2021-02-19 1:11 Michał Górny
2021-02-15 8:38 Sam James
2021-01-18 20:29 Michał Górny
2020-12-29 11:46 Michał Górny
2020-12-22 23:35 Michał Górny
2020-12-16 13:29 Michał Górny
2020-12-13 20:00 Michał Górny
2020-11-21 15:48 Michał Górny
2020-11-03 8:24 Michał Górny
2020-09-18 9:45 Michał Górny
2020-08-28 5:55 Michał Górny
2020-07-19 14:19 Michał Górny
2020-07-17 4:49 Michał Górny
2020-06-22 15:36 Michał Górny
2020-01-14 3:53 Michał Górny
2019-12-06 14:20 Michał Górny
2019-11-07 23:44 Aaron Bauman
2019-10-13 11:24 Mikle Kolyada
2019-10-12 21:23 Sergei Trofimovich
2019-10-12 21:16 Sergei Trofimovich
2019-10-12 21:00 Sergei Trofimovich
2019-08-11 17:45 Michał Górny
2019-07-28 15:43 Michał Górny
2019-07-28 15:43 Michał Górny
2019-07-01 7:56 Michał Górny
2019-05-29 0:32 Aaron Bauman
2019-05-16 12:21 Michał Górny
2018-12-02 11:12 Mikle Kolyada
2018-11-27 16:01 Tobias Klausmann
2018-11-24 13:40 Sergei Trofimovich
2018-11-12 13:45 Mikle Kolyada
2018-06-17 11:01 Michał Górny
2018-03-23 19:53 Markus Meier
2018-03-03 17:48 Tobias Klausmann
2018-01-10 21:22 Sergei Trofimovich
2018-01-08 8:00 Sergei Trofimovich
2018-01-07 20:32 Sergei Trofimovich
2018-01-07 13:17 Sergei Trofimovich
2018-01-05 10:59 Mikle Kolyada
2017-06-26 14:42 Michał Górny
2017-06-12 9:40 Michał Górny
2017-06-09 7:39 Michał Górny
2017-01-26 10:22 Agostino Sarubbo
2017-01-13 15:41 Agostino Sarubbo
2016-12-20 12:31 Tobias Klausmann
2016-09-29 4:37 Jeroen Roovers
2016-06-26 18:36 Markus Meier
2015-10-17 18:32 Mikle Kolyada
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1686476379.691820071abeb78cd4ea74ea6cd4df301699f135.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox