diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-15 16:11:01 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-15 16:11:01 +0000 |
commit | 4dd5fd9045cfb9c4ced0f17322ebab0577dcbf08 (patch) | |
tree | 841b011e33238dd2bdfd483f0eec48441b4022ed /x11-misc/apwal | |
parent | Removed old versions. (diff) | |
download | gentoo-2-4dd5fd9045cfb9c4ced0f17322ebab0577dcbf08.tar.gz gentoo-2-4dd5fd9045cfb9c4ced0f17322ebab0577dcbf08.tar.bz2 gentoo-2-4dd5fd9045cfb9c4ced0f17322ebab0577dcbf08.zip |
Removed old version.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc/apwal')
-rw-r--r-- | x11-misc/apwal/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/apwal/apwal-0.4.4.ebuild | 43 | ||||
-rw-r--r-- | x11-misc/apwal/files/digest-apwal-0.4.4 | 1 |
3 files changed, 5 insertions, 46 deletions
diff --git a/x11-misc/apwal/ChangeLog b/x11-misc/apwal/ChangeLog index 0de29eb19639..854d8125051f 100644 --- a/x11-misc/apwal/ChangeLog +++ b/x11-misc/apwal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/apwal -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/apwal/ChangeLog,v 1.6 2005/08/13 23:26:38 hansmi Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/apwal/ChangeLog,v 1.7 2006/01/15 16:11:01 nelchael Exp $ + + 15 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> -apwal-0.4.4.ebuild: + Removed old version. 13 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> apwal-0.4.5.ebuild: Stable on ppc. diff --git a/x11-misc/apwal/apwal-0.4.4.ebuild b/x11-misc/apwal/apwal-0.4.4.ebuild deleted file mode 100644 index dcdb14e4a0a8..000000000000 --- a/x11-misc/apwal/apwal-0.4.4.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/apwal/apwal-0.4.4.ebuild,v 1.4 2004/06/24 22:10:55 agriffis Exp $ - -S="${WORKDIR}/${PN}" -DESCRIPTION="A simple application launcher for Linux together with a powerful editor" -HOMEPAGE="http://apwal.free.fr/" -SRC_URI="http://apwal.free.fr/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc" -IUSE="" - -RDEPEND=">=x11-libs/gtk+-2.0 - dev-libs/libxml2" -DEPEND="${RDEPEND} - >=sys-apps/sed-4 - dev-util/pkgconfig" - -src_unpack() { - unpack ${A} - cd ${S} - - # ugly hardcoded cflags - sed -i \ - -e "s:-O2:${CFLAGS}:" 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_compile() { - emake || die "emake 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" -} diff --git a/x11-misc/apwal/files/digest-apwal-0.4.4 b/x11-misc/apwal/files/digest-apwal-0.4.4 deleted file mode 100644 index 2c18e97c8738..000000000000 --- a/x11-misc/apwal/files/digest-apwal-0.4.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 87327fd1665d64c58b675708de1f0067 apwal-0.4.4.tar.gz 104938 |