diff options
author | 2012-12-15 06:49:30 +0000 | |
---|---|---|
committer | 2012-12-15 06:49:30 +0000 | |
commit | b5b40f632779e2c73b86a9124834c46536cfd8e8 (patch) | |
tree | 32121e389798f04b73c5d980d506744c7a6831b8 /x11-misc/apwal/apwal-0.4.5.ebuild | |
parent | Remove redundant maintainer from metadata. (diff) | |
download | gentoo-2-b5b40f632779e2c73b86a9124834c46536cfd8e8.tar.gz gentoo-2-b5b40f632779e2c73b86a9124834c46536cfd8e8.tar.bz2 gentoo-2-b5b40f632779e2c73b86a9124834c46536cfd8e8.zip |
Remove old.
(Portage version: 2.2.0_alpha147/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'x11-misc/apwal/apwal-0.4.5.ebuild')
-rw-r--r-- | x11-misc/apwal/apwal-0.4.5.ebuild | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/x11-misc/apwal/apwal-0.4.5.ebuild b/x11-misc/apwal/apwal-0.4.5.ebuild deleted file mode 100644 index 8d0f680bfd7c..000000000000 --- a/x11-misc/apwal/apwal-0.4.5.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/apwal/apwal-0.4.5.ebuild,v 1.7 2012/05/05 04:53:44 jdhore Exp $ - -EAPI=2 - -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 - dev-libs/libxml2" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -S=${WORKDIR}/${PN} - -src_prepare() { - # ugly hardcoded cflags - # and prevent strip - sed -i \ - -e "s:-O2:${CFLAGS}:" \ - -e "/strip/d" src/Makefile \ - || die "sed src/Makefile failed" - # make parallel make happy - sed -i \ - -e "/cd src/ c\ \$(MAKE) -C src \$@" Makefile \ - || die "sed Makefile failed" -} - -src_install() { - dobin src/apwal || die "dobin failed" - dosym apwal /usr/bin/apwal-editor || die "dosym failed" - dodoc ABOUT Changelog FAQ README || die "dodoc failed" -} |