From dbfdc4934be43c2d03c81a7765fbe8e9a1e74c26 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 13 Oct 2019 14:38:11 +0200 Subject: x11-libs/libaosd: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/694258 Signed-off-by: Michał Górny --- x11-libs/libaosd/Manifest | 1 - x11-libs/libaosd/libaosd-0.2.7.ebuild | 41 ----------------------------------- x11-libs/libaosd/metadata.xml | 12 ---------- 3 files changed, 54 deletions(-) delete mode 100644 x11-libs/libaosd/Manifest delete mode 100644 x11-libs/libaosd/libaosd-0.2.7.ebuild delete mode 100644 x11-libs/libaosd/metadata.xml (limited to 'x11-libs') diff --git a/x11-libs/libaosd/Manifest b/x11-libs/libaosd/Manifest deleted file mode 100644 index 0e0fdaca9303..000000000000 --- a/x11-libs/libaosd/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libaosd-0.2.7.tar.gz 51560 BLAKE2B ad14feef95e7218c81074daf77dfc50bca6bd02ea527dc7b8bc7d8674bcd69d1662f49909ea5ffd2fa25c0273f8b594fe5121cf5851c9395e904e960d29c8328 SHA512 ebe60b992b0315026c024db83c788ed9c829f1400e0c6da51caeb17d58649825fafb14d7f73cc80a82866f53f108a1e18f921109f940cb59fce038a12f214329 diff --git a/x11-libs/libaosd/libaosd-0.2.7.ebuild b/x11-libs/libaosd/libaosd-0.2.7.ebuild deleted file mode 100644 index 6c2522feccbd..000000000000 --- a/x11-libs/libaosd/libaosd-0.2.7.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit autotools-utils - -DESCRIPTION="An advanced on screen display (OSD) library" -HOMEPAGE="https://github.com/atheme/libaosd" -SRC_URI="https://github.com/atheme/${PN}/archive/0.2.7.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc sparc x86" -IUSE="pango +tools xcomposite" - -RDEPEND=" - x11-libs/cairo[X] - x11-libs/libX11 - x11-libs/libXrender - pango? ( x11-libs/pango ) - tools? ( dev-libs/glib:2 ) - xcomposite? ( x11-libs/libXcomposite ) -" -DEPEND="${RDEPEND}" - -AUTOTOOLS_IN_SOURCE_BUILD=1 -DOCS=( Changelog ) - -src_prepare() { - AT_M4DIR=m4 eautoreconf -} - -src_configure() { - local myeconfargs=( - $(use_enable tools glib) - $(use_enable pango pangocairo) - $(use_enable xcomposite) - ) - - autotools-utils_src_configure -} diff --git a/x11-libs/libaosd/metadata.xml b/x11-libs/libaosd/metadata.xml deleted file mode 100644 index e7487235d122..000000000000 --- a/x11-libs/libaosd/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - Enable the textual helpers (requires pangocairo). - Install the aosd_cat tool (requires glib-2.0). - - - atheme/libaosd - - -- cgit v1.2.3-65-gdbad