summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2013-01-28 02:54:02 +0000
committerJeroen Roovers <jer@gentoo.org>2013-01-28 02:54:02 +0000
commit5a3dcf50caa7c22a55c121d7de70c331cf692e75 (patch)
treec06dda197361f9507c90b293616ddecca85bcc17 /x11-misc/dmenu
parentStable for HPPA (bug #448550). (diff)
downloadgentoo-2-5a3dcf50caa7c22a55c121d7de70c331cf692e75.tar.gz
gentoo-2-5a3dcf50caa7c22a55c121d7de70c331cf692e75.tar.bz2
gentoo-2-5a3dcf50caa7c22a55c121d7de70c331cf692e75.zip
Stable for HPPA (bug #453326).
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'x11-misc/dmenu')
-rw-r--r--x11-misc/dmenu/ChangeLog6
-rw-r--r--x11-misc/dmenu/dmenu-4.5-r1.ebuild45
-rw-r--r--x11-misc/dmenu/dmenu-4.5-r2.ebuild4
3 files changed, 7 insertions, 48 deletions
diff --git a/x11-misc/dmenu/ChangeLog b/x11-misc/dmenu/ChangeLog
index d896c940d208..bce82039edb1 100644
--- a/x11-misc/dmenu/ChangeLog
+++ b/x11-misc/dmenu/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/dmenu
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/dmenu/ChangeLog,v 1.97 2013/01/26 13:15:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/dmenu/ChangeLog,v 1.98 2013/01/28 02:54:01 jer Exp $
+
+ 28 Jan 2013; Jeroen Roovers <jer@gentoo.org> -dmenu-4.5-r1.ebuild,
+ dmenu-4.5-r2.ebuild:
+ Stable for HPPA (bug #453326).
26 Jan 2013; Agostino Sarubbo <ago@gentoo.org> dmenu-4.5-r2.ebuild:
Stable for ppc64, wrt bug #453326
diff --git a/x11-misc/dmenu/dmenu-4.5-r1.ebuild b/x11-misc/dmenu/dmenu-4.5-r1.ebuild
deleted file mode 100644
index e63f723a35bd..000000000000
--- a/x11-misc/dmenu/dmenu-4.5-r1.ebuild
+++ /dev/null
@@ -1,45 +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/dmenu/dmenu-4.5-r1.ebuild,v 1.7 2012/03/15 07:52:12 jdhore Exp $
-
-EAPI="4"
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="a generic, highly customizable, and efficient menu for the X Window System"
-HOMEPAGE="http://tools.suckless.org/dmenu/"
-SRC_URI="http://dl.suckless.org/tools/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 hppa ppc ppc64 x86 ~x86-fbsd"
-IUSE="xft xinerama"
-
-DEPEND="
- x11-libs/libX11
- xft? ( x11-libs/libXft )
- xinerama? ( x11-libs/libXinerama )
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- sed -i \
- -e "s/CFLAGS = -ansi -pedantic -Wall -Os/CFLAGS += -ansi -pedantic -Wall/" \
- -e "s/LDFLAGS = -s/LDFLAGS +=/" \
- -e "s/XINERAMALIBS =/XINERAMALIBS ?=/" \
- -e "s/XINERAMAFLAGS =/XINERAMAFLAGS ?=/" \
- config.mk || die
- use xft && epatch "${FILESDIR}"/${PN}-4.5-xft.patch
-}
-
-src_compile() {
- if use xinerama; then
- emake CC=$(tc-getCC)
- else
- emake CC=$(tc-getCC) XINERAMAFLAGS="" XINERAMALIBS=""
- fi
-}
-
-src_install() {
- emake DESTDIR="${D}" PREFIX="/usr" install
-}
diff --git a/x11-misc/dmenu/dmenu-4.5-r2.ebuild b/x11-misc/dmenu/dmenu-4.5-r2.ebuild
index 38caa9d23e83..2086575de186 100644
--- a/x11-misc/dmenu/dmenu-4.5-r2.ebuild
+++ b/x11-misc/dmenu/dmenu-4.5-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/dmenu/dmenu-4.5-r2.ebuild,v 1.6 2013/01/26 13:15:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/dmenu/dmenu-4.5-r2.ebuild,v 1.7 2013/01/28 02:54:01 jer Exp $
EAPI="4"
@@ -12,7 +12,7 @@ SRC_URI="http://dl.suckless.org/tools/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ppc64 x86 ~x86-fbsd"
+KEYWORDS="amd64 hppa ppc ppc64 x86 ~x86-fbsd"
IUSE="xft xinerama"
DEPEND="