commit: 866de7664f06ccd18cc4ea0eba41095dc4aad6d4 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Jul 5 13:42:14 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Jul 5 13:47:56 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=866de766
x11-libs/libxsettings-client: Remove last-rited pkg, #610490 profiles/package.mask | 7 ---- x11-libs/libxsettings-client/Manifest | 1 - .../libxsettings-client-0.17-r1.ebuild | 40 ---------------------- .../libxsettings-client-0.17.ebuild | 32 ----------------- x11-libs/libxsettings-client/metadata.xml | 8 ----- 5 files changed, 88 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 7b2434695b4..7143b23e95d 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -271,13 +271,6 @@ media-sound/pianobooster # Michał Górny <[email protected]> (05 Jun 2017) # (on behalf of Treecleaner project) -# Unmaintained library with no reverse dependencies. Last consumer -# of unmaintained gpe.eclass. -# Removal in 30 days. Bug #610490. -x11-libs/libxsettings-client - -# Michał Górny <[email protected]> (05 Jun 2017) -# (on behalf of Treecleaner project) # Unmaintained in Gentoo. The current Gentoo version no longer builds. # Removal in 30 days. Bug #602820. media-plugins/vdr-xineliboutput diff --git a/x11-libs/libxsettings-client/Manifest b/x11-libs/libxsettings-client/Manifest deleted file mode 100644 index f59dd467466..00000000000 --- a/x11-libs/libxsettings-client/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libxsettings-client-0.17.tar.bz2 234216 SHA256 900e9b131bd357a3e6bcc5fe9a94d42018d9cf52e85d1c772a7e69a7f99ea9ab SHA512 cc88ef7dd2c0369c237685b169012a0604da3bb4305fb33997b4f0ada10687685a098f87ce5bf07765c8aaa3de42af3744c82755d27f24efdbbbfedfadc14349 WHIRLPOOL 8e6895376798b51fc7b6ac6ad1bb2895c6762c2129b9cae07aaee817308582ae677bd9f048e8212dd45172526cc982135afddfd45d78355ebccb0959267ef452 diff --git a/x11-libs/libxsettings-client/libxsettings-client-0.17-r1.ebuild b/x11-libs/libxsettings-client/libxsettings-client-0.17-r1.ebuild deleted file mode 100644 index 0aa8727c1a3..00000000000 --- a/x11-libs/libxsettings-client/libxsettings-client-0.17-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -GPE_TARBALL_SUFFIX="bz2" -inherit autotools eutils gpe - -DESCRIPTION="XSETTINGS client code" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~sh ~x86" -IUSE="static-libs" - -DOCS=( ChangeLog ) - -DEPEND=" - ${DEPEND} - x11-proto/xproto - x11-libs/libX11 -" -RDEPEND="${DEPEND}" - -src_prepare() { - sed -i \ - -e 's|INCLUDES = -I $(includedir)|INCLUDES = -I $(ROOT)/$(includedir)|' \ - Makefile.am || die - sed -i -e '/^CFLAGS="-Os -Wall"/d' configure.ac || die - eautoreconf -} - -src_configure() { - # override gpe_src_configure() bug #515340 - econf $(use_enable static-libs static) -} - -src_install() { - default - prune_libtool_files -} diff --git a/x11-libs/libxsettings-client/libxsettings-client-0.17.ebuild b/x11-libs/libxsettings-client/libxsettings-client-0.17.ebuild deleted file mode 100644 index 3d3cbf6ed0b..00000000000 --- a/x11-libs/libxsettings-client/libxsettings-client-0.17.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -GPE_TARBALL_SUFFIX="bz2" - -inherit gpe autotools - -DESCRIPTION="XSETTINGS client code" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="amd64 arm ~hppa ppc sh x86" - -DOCS="ChangeLog" -IUSE="" - -RDEPEND="${RDEPEND}" - -DEPEND="${DEPEND} - ${RDEPEND} - x11-proto/xproto - x11-libs/libX11" - -src_unpack() { - gpe_src_unpack "$@" - - sed -i -e \ - 's;INCLUDES = -I $(includedir);INCLUDES = -I '$ROOT'/$(includedir);' \ - Makefile.am || die "sed failed" - sed -i -e '/^CFLAGS="-Os -Wall"/d' configure.ac || die "sed failed" - eautoreconf -} diff --git a/x11-libs/libxsettings-client/metadata.xml b/x11-libs/libxsettings-client/metadata.xml deleted file mode 100644 index 66187a0f421..00000000000 --- a/x11-libs/libxsettings-client/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Desktop Miscellaneous Project</name> - </maintainer> -</pkgmetadata>
