* [gentoo-commits] gentoo-x86 commit in x11-misc/dmenu: ChangeLog dmenu-4.0.ebuild
@ 2009-05-09 13:59 Cedric Krier (cedk)
0 siblings, 0 replies; 2+ messages in thread
From: Cedric Krier (cedk) @ 2009-05-09 13:59 UTC (permalink / raw
To: gentoo-commits
cedk 09/05/09 13:59:17
Modified: ChangeLog
Added: dmenu-4.0.ebuild
Log:
Version bump
(Portage version: 2.1.6.7/cvs/Linux i686)
Revision Changes Path
1.52 x11-misc/dmenu/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/dmenu/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/dmenu/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/dmenu/ChangeLog?r1=1.51&r2=1.52
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/dmenu/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog 21 Mar 2009 21:37:04 -0000 1.51
+++ ChangeLog 9 May 2009 13:59:17 -0000 1.52
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/dmenu
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/dmenu/ChangeLog,v 1.51 2009/03/21 21:37:04 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/dmenu/ChangeLog,v 1.52 2009/05/09 13:59:17 cedk Exp $
+
+*dmenu-4.0 (09 May 2009)
+
+ 09 May 2009; Cédric Krier <cedk@gentoo.org> +dmenu-4.0.ebuild:
+ Version bump
21 Mar 2009; Krzysiek Pawlik <nelchael@gentoo.org> -files/dmenu-3.7.patch,
-dmenu-3.7-r1.ebuild, -dmenu-3.8.ebuild:
1.1 x11-misc/dmenu/dmenu-4.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/dmenu/dmenu-4.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/dmenu/dmenu-4.0.ebuild?rev=1.1&content-type=text/plain
Index: dmenu-4.0.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/dmenu/dmenu-4.0.ebuild,v 1.1 2009/05/09 13:59:17 cedk Exp $
inherit toolchain-funcs savedconfig
DESCRIPTION="a generic, highly customizable, and efficient menu for the X Window System"
HOMEPAGE="http://www.suckless.org/programs/dmenu.html"
SRC_URI="http://code.suckless.org/dl/tools/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE="xinerama"
DEPEND="x11-libs/libX11
xinerama? ( x11-libs/libXinerama )"
RDEPEND=${DEPEND}
src_unpack() {
unpack ${A}
cd "${S}"
sed -i \
-e "s/CFLAGS = -std=c99 -pedantic -Wall -Os/CFLAGS += -std=c99 -pedantic -Wall -g/" \
-e "s/LDFLAGS = -s/LDFLAGS += -g/" \
-e "s/XINERAMALIBS =/XINERAMALIBS ?=/" \
-e "s/XINERAMAFLAGS =/XINERAMAFLAGS ?=/" \
config.mk || die "sed failed"
if use savedconfig; then
restore_config config.h
fi
}
src_compile() {
local msg
use savedconfig && msg=", please check the configfile"
if use xinerama; then
emake CC=$(tc-getCC) || die "emake failed${msg}"
else
emake CC=$(tc-getCC) XINERAMAFLAGS="" XINERAMALIBS="" \
|| die "emake failed${msg}"
fi
}
src_install() {
emake DESTDIR="${D}" PREFIX="/usr" install || die "emake install failed"
insinto /usr/share/${PN}
newins config.h ${PF}.config.h
dodoc README
save_config config.h
}
pkg_postinst() {
einfo "This ebuild has support for user defined configs"
einfo "Please read this ebuild for more details and re-emerge as needed"
einfo "if you want to add or remove functionality for ${PN}"
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/dmenu: ChangeLog dmenu-4.0.ebuild
@ 2010-07-17 10:43 Jeroen Roovers (jer)
0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2010-07-17 10:43 UTC (permalink / raw
To: gentoo-commits
jer 10/07/17 10:43:00
Modified: ChangeLog dmenu-4.0.ebuild
Log:
Stable for HPPA too.
(Portage version: 2.2_rc67/cvs/Linux i686)
Revision Changes Path
1.60 x11-misc/dmenu/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/dmenu/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/dmenu/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/dmenu/ChangeLog?r1=1.59&r2=1.60
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/dmenu/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog 3 Jul 2010 15:23:50 -0000 1.59
+++ ChangeLog 17 Jul 2010 10:43:00 -0000 1.60
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/dmenu
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/dmenu/ChangeLog,v 1.59 2010/07/03 15:23:50 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/dmenu/ChangeLog,v 1.60 2010/07/17 10:43:00 jer Exp $
+
+ 17 Jul 2010; Jeroen Roovers <jer@gentoo.org> dmenu-4.0.ebuild:
+ Stable for HPPA too.
*dmenu-4.1.1 (03 Jul 2010)
1.7 x11-misc/dmenu/dmenu-4.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/dmenu/dmenu-4.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/dmenu/dmenu-4.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/dmenu/dmenu-4.0.ebuild?r1=1.6&r2=1.7
Index: dmenu-4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/dmenu/dmenu-4.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- dmenu-4.0.ebuild 22 Jun 2010 15:09:58 -0000 1.6
+++ dmenu-4.0.ebuild 17 Jul 2010 10:43:00 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/dmenu/dmenu-4.0.ebuild,v 1.6 2010/06/22 15:09:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/dmenu/dmenu-4.0.ebuild,v 1.7 2010/07/17 10:43:00 jer Exp $
inherit toolchain-funcs savedconfig
@@ -10,7 +10,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ppc64 x86 ~x86-fbsd"
+KEYWORDS="amd64 hppa ppc ppc64 x86 ~x86-fbsd"
IUSE="xinerama"
DEPEND="x11-libs/libX11
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-07-17 10:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-17 10:43 [gentoo-commits] gentoo-x86 commit in x11-misc/dmenu: ChangeLog dmenu-4.0.ebuild Jeroen Roovers (jer)
-- strict thread matches above, loose matches on Subject: below --
2009-05-09 13:59 Cedric Krier (cedk)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox