summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarri Nieminen <moikkis@gmail.com>2017-03-28 21:01:58 +0300
committerDavid Seifert <soap@gentoo.org>2017-04-01 12:21:25 +0200
commita182c13933b57aa67e3bc739e52f357159b862f5 (patch)
treec6c00a99acf396ee6c5efbd113a2485f59450db6 /x11-misc
parentx11-misc/3dfm: Remove old (diff)
downloadgentoo-a182c13933b57aa67e3bc739e52f357159b862f5.tar.gz
gentoo-a182c13933b57aa67e3bc739e52f357159b862f5.tar.bz2
gentoo-a182c13933b57aa67e3bc739e52f357159b862f5.zip
x11-misc/apwal: Remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4319
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/apwal/apwal-0.4.5-r1.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/x11-misc/apwal/apwal-0.4.5-r1.ebuild b/x11-misc/apwal/apwal-0.4.5-r1.ebuild
deleted file mode 100644
index f752127dce89..000000000000
--- a/x11-misc/apwal/apwal-0.4.5-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A simple application launcher and combined editor"
-HOMEPAGE="http://apwal.free.fr/"
-SRC_URI="http://apwal.free.fr/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:2
- x11-libs/gdk-pixbuf
- dev-libs/libxml2
- dev-libs/glib"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S=${WORKDIR}/${PN}
-
-pkg_setup() {
- tc-export CC
-}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-makefile.patch
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc ABOUT Changelog FAQ README || die
-}