summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-04-04 06:07:42 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-04-04 06:07:42 +0000
commit6bfde04e7210fe026c0e68f9caeef1dec8c80cfa (patch)
treec2de806e3e23d5834ba8a0ddac40df02468437e4 /x11-wm
parentold (diff)
downloadgentoo-2-6bfde04e7210fe026c0e68f9caeef1dec8c80cfa.tar.gz
gentoo-2-6bfde04e7210fe026c0e68f9caeef1dec8c80cfa.tar.bz2
gentoo-2-6bfde04e7210fe026c0e68f9caeef1dec8c80cfa.zip
old
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/aewm++/ChangeLog7
-rw-r--r--x11-wm/aewm++/aewm++-1.1.5.ebuild36
2 files changed, 5 insertions, 38 deletions
diff --git a/x11-wm/aewm++/ChangeLog b/x11-wm/aewm++/ChangeLog
index d35e30bdb4a0..8ac9fa93fa71 100644
--- a/x11-wm/aewm++/ChangeLog
+++ b/x11-wm/aewm++/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-wm/aewm++
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/aewm++/ChangeLog,v 1.24 2014/08/10 19:57:09 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/aewm++/ChangeLog,v 1.25 2015/04/04 06:07:42 mr_bones_ Exp $
+
+ 04 Apr 2015; Michael Sterrett <mr_bones_@gentoo.org> -aewm++-1.1.5.ebuild:
+ old
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> aewm++-1.1.5-r1.ebuild,
aewm++-1.1.5.ebuild:
diff --git a/x11-wm/aewm++/aewm++-1.1.5.ebuild b/x11-wm/aewm++/aewm++-1.1.5.ebuild
deleted file mode 100644
index 6159dd36d556..000000000000
--- a/x11-wm/aewm++/aewm++-1.1.5.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/aewm++/aewm++-1.1.5.ebuild,v 1.5 2014/08/10 19:57:09 slyfox Exp $
-
-EAPI=2
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A window manager with more modern features than aewm but with the same look and feel"
-HOMEPAGE="http://github.com/frankhale/aewmpp"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext"
-DEPEND="${RDEPEND}
- x11-proto/xextproto
- x11-proto/xproto"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-gcc43.patch
- sed -i -e "s:install -s:install:" Makefile || die
-}
-
-src_compile() {
- emake CC="$(tc-getCXX)" CFLAGS="${CXXFLAGS}" LDPATH="" \
- ADDITIONAL_CFLAGS="" INCLUDES="" || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc ChangeLog README
-}