summaryrefslogtreecommitdiff
path: root/x11-libs/libaosd/libaosd-0.2.7.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-10-13 22:19:36 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-10-14 23:22:23 +0100
commit4b19be30aa626b327c885dae62c559ec0e9fb935 (patch)
tree76e74807bc479502e13866b581b6bf86734ec634 /x11-libs/libaosd/libaosd-0.2.7.ebuild
parent30d6f67c98d149508509d5e86f176d558793acc0 (diff)
gentoo resync : 13.10.2019
Diffstat (limited to 'x11-libs/libaosd/libaosd-0.2.7.ebuild')
-rw-r--r--x11-libs/libaosd/libaosd-0.2.7.ebuild41
1 files changed, 0 insertions, 41 deletions
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
-}