diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-13 14:38:11 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-13 14:38:11 +0200 |
commit | dbfdc4934be43c2d03c81a7765fbe8e9a1e74c26 (patch) | |
tree | 188b864c68c9908e3c74839b876e6232464aec2f /x11-libs | |
parent | x11-libs/libproplist: Remove last-rited pkg (diff) | |
download | gentoo-dbfdc4934be43c2d03c81a7765fbe8e9a1e74c26.tar.gz gentoo-dbfdc4934be43c2d03c81a7765fbe8e9a1e74c26.tar.bz2 gentoo-dbfdc4934be43c2d03c81a7765fbe8e9a1e74c26.zip |
x11-libs/libaosd: Remove last-rited pkg
Closes: https://bugs.gentoo.org/694258
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libaosd/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/libaosd/libaosd-0.2.7.ebuild | 41 | ||||
-rw-r--r-- | x11-libs/libaosd/metadata.xml | 12 |
3 files changed, 0 insertions, 54 deletions
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 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <use> - <flag name="pango">Enable the textual helpers (requires pangocairo).</flag> - <flag name="tools">Install the aosd_cat tool (requires glib-2.0).</flag> - </use> - <upstream> - <remote-id type="github">atheme/libaosd</remote-id> - </upstream> -</pkgmetadata> |