* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmdrawer: wmdrawer-0.10.5-r2.ebuild ChangeLog
@ 2008-01-12 1:13 Santiago M. Mola (coldwind)
0 siblings, 0 replies; 6+ messages in thread
From: Santiago M. Mola (coldwind) @ 2008-01-12 1:13 UTC (permalink / raw
To: gentoo-commits
coldwind 08/01/12 01:13:57
Modified: wmdrawer-0.10.5-r2.ebuild ChangeLog
Log:
Add pkgconfig to DEPEND (#204543), misc QA fixes.
(Portage version: 2.1.3.19)
Revision Changes Path
1.6 x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild?r1=1.5&r2=1.6
Index: wmdrawer-0.10.5-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- wmdrawer-0.10.5-r2.ebuild 18 Nov 2006 22:35:43 -0000 1.5
+++ wmdrawer-0.10.5-r2.ebuild 12 Jan 2008 01:13:56 -0000 1.6
@@ -1,11 +1,11 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild,v 1.5 2006/11/18 22:35:43 compnerd Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild,v 1.6 2008/01/12 01:13:56 coldwind Exp $
inherit eutils
IUSE=""
-DESCRIPTION="wmDrawer is a dock application (dockapp) which provides a drawer (retractable button bar) to launch applications"
+DESCRIPTION="dockapp which provides a drawer (retractable button bar) to launch applications"
SRC_URI="http://people.easter-eggs.org/~valos/wmdrawer/${P}.tar.gz"
HOMEPAGE="http://people.easter-eggs.org/~valos/wmdrawer/"
@@ -13,28 +13,21 @@
LICENSE="GPL-2"
KEYWORDS="amd64 ppc ~sparc x86"
-DEPEND=" >=x11-libs/gtk+-2
- >=sys-apps/sed-4"
+RDEPEND=">=x11-libs/gtk+-2"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
-src_unpack ()
-{
+src_unpack () {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${P}-gtk+-2.patch
+ cd "${S}"
+ epatch "${FILESDIR}"/${P}-gtk+-2.patch
# Honour Gentoo CFLAGS
- sed -i -e "s|-O3|${CFLAGS}|" Makefile
+ sed -i -e "s|-O3|${CFLAGS}|" Makefile || die
}
-src_compile()
-{
- emake || die "make failed!"
-}
-
-src_install()
-{
+src_install() {
dobin wmdrawer
dodoc README TODO AUTHORS ChangeLog wmdrawerrc.example
- gzip -cd doc/wmdrawer.1x.gz > wmdrawer.1
doman wmdrawer.1
}
1.20 x11-plugins/wmdrawer/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmdrawer/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmdrawer/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmdrawer/ChangeLog?r1=1.19&r2=1.20
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog 18 Nov 2006 22:35:43 -0000 1.19
+++ ChangeLog 12 Jan 2008 01:13:56 -0000 1.20
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/wmdrawer
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/ChangeLog,v 1.19 2006/11/18 22:35:43 compnerd Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/ChangeLog,v 1.20 2008/01/12 01:13:56 coldwind Exp $
+
+ 12 Jan 2008; Santiago M. Mola <coldwind@gentoo.org>
+ wmdrawer-0.10.5-r2.ebuild:
+ Add pkgconfig to DEPEND (#204543), misc QA fixes.
18 Nov 2006; Saleem Abdulrasool <compnerd@gentoo.org>
wmdrawer-0.10.5-r2.ebuild:
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmdrawer: wmdrawer-0.10.5-r2.ebuild ChangeLog
@ 2008-12-02 10:51 Michele Noberasco (s4t4n)
0 siblings, 0 replies; 6+ messages in thread
From: Michele Noberasco (s4t4n) @ 2008-12-02 10:51 UTC (permalink / raw
To: gentoo-commits
s4t4n 08/12/02 10:51:54
Modified: wmdrawer-0.10.5-r2.ebuild ChangeLog
Log:
Fix LDFLAGS ordering per bug #248640. Some generic QA fixes.
(Portage version: 2.1.4.5)
Revision Changes Path
1.7 x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild?r1=1.6&r2=1.7
Index: wmdrawer-0.10.5-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- wmdrawer-0.10.5-r2.ebuild 12 Jan 2008 01:13:56 -0000 1.6
+++ wmdrawer-0.10.5-r2.ebuild 2 Dec 2008 10:51:54 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild,v 1.6 2008/01/12 01:13:56 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild,v 1.7 2008/12/02 10:51:54 s4t4n Exp $
inherit eutils
@@ -24,6 +24,12 @@
# Honour Gentoo CFLAGS
sed -i -e "s|-O3|${CFLAGS}|" Makefile || die
+
+ # Fix LDFLAGS ordering per bug #248640
+ sed -i 's/$(CC) $(LDFLAGS) -o $@ $(OBJS)/$(CC) -o $@ $(OBJS) $(LDFLAGS)/' Makefile || die
+
+ # Do not auto-strip binaries
+ sed -i 's/ strip $@//' Makefile || die
}
src_install() {
1.21 x11-plugins/wmdrawer/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmdrawer/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmdrawer/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmdrawer/ChangeLog?r1=1.20&r2=1.21
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 12 Jan 2008 01:13:56 -0000 1.20
+++ ChangeLog 2 Dec 2008 10:51:54 -0000 1.21
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmdrawer
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/ChangeLog,v 1.20 2008/01/12 01:13:56 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/ChangeLog,v 1.21 2008/12/02 10:51:54 s4t4n Exp $
+
+ 02 Dec 2008; Michele Noberasco <s4t4n@gentoo.org> wmdrawer-0.10.5-r2.ebuild:
+ Fix LDFLAGS ordering per bug #248640. Some generic QA fixes.
12 Jan 2008; Santiago M. Mola <coldwind@gentoo.org>
wmdrawer-0.10.5-r2.ebuild:
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmdrawer: wmdrawer-0.10.5-r2.ebuild ChangeLog
@ 2010-08-31 13:31 Michele Noberasco (s4t4n)
0 siblings, 0 replies; 6+ messages in thread
From: Michele Noberasco (s4t4n) @ 2010-08-31 13:31 UTC (permalink / raw
To: gentoo-commits
s4t4n 10/08/31 13:31:32
Modified: wmdrawer-0.10.5-r2.ebuild ChangeLog
Log:
Honour Gentoo LDFLAGS. Closes bug #334005.
Fixed man page installation.
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.8 x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild?r1=1.7&r2=1.8
Index: wmdrawer-0.10.5-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- wmdrawer-0.10.5-r2.ebuild 2 Dec 2008 10:51:54 -0000 1.7
+++ wmdrawer-0.10.5-r2.ebuild 31 Aug 2010 13:31:32 -0000 1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild,v 1.7 2008/12/02 10:51:54 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild,v 1.8 2010/08/31 13:31:32 s4t4n Exp $
inherit eutils
@@ -30,10 +30,17 @@
# Do not auto-strip binaries
sed -i 's/ strip $@//' Makefile || die
+
+ # Honour Gentoo LDFLAGS
+ sed -i 's/$(CC) -o/$(CC) $(REAL_LDFLAGS) -o/' Makefile || die
+}
+
+src_compile() {
+ emake REAL_LDFLAGS="${LDFLAGS}" || die "make failed"
}
src_install() {
dobin wmdrawer
dodoc README TODO AUTHORS ChangeLog wmdrawerrc.example
- doman wmdrawer.1
+ doman doc/wmdrawer.1x.gz
}
1.22 x11-plugins/wmdrawer/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmdrawer/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmdrawer/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmdrawer/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 2 Dec 2008 10:51:54 -0000 1.21
+++ ChangeLog 31 Aug 2010 13:31:32 -0000 1.22
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/wmdrawer
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/ChangeLog,v 1.21 2008/12/02 10:51:54 s4t4n Exp $
+# Copyright 2000-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/ChangeLog,v 1.22 2010/08/31 13:31:32 s4t4n Exp $
+
+ 31 Aug 2010; Michele Noberasco <s4t4n@gentoo.org> wmdrawer-0.10.5-r2.ebuild:
+ Honour Gentoo LDFLAGS. Closes bug #334005.
+ Fixed man page installation.
02 Dec 2008; Michele Noberasco <s4t4n@gentoo.org> wmdrawer-0.10.5-r2.ebuild:
Fix LDFLAGS ordering per bug #248640. Some generic QA fixes.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmdrawer: wmdrawer-0.10.5-r2.ebuild ChangeLog
@ 2011-03-28 14:38 Nirbheek Chauhan (nirbheek)
0 siblings, 0 replies; 6+ messages in thread
From: Nirbheek Chauhan (nirbheek) @ 2011-03-28 14:38 UTC (permalink / raw
To: gentoo-commits
nirbheek 11/03/28 14:38:12
Modified: wmdrawer-0.10.5-r2.ebuild ChangeLog
Log:
Fix slot-dep on gtk+
(Portage version: 2.1.9.44/cvs/Linux x86_64)
Revision Changes Path
1.9 x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild?r1=1.8&r2=1.9
Index: wmdrawer-0.10.5-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- wmdrawer-0.10.5-r2.ebuild 31 Aug 2010 13:31:32 -0000 1.8
+++ wmdrawer-0.10.5-r2.ebuild 28 Mar 2011 14:38:12 -0000 1.9
@@ -1,6 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild,v 1.8 2010/08/31 13:31:32 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild,v 1.9 2011/03/28 14:38:12 nirbheek Exp $
+
+EAPI="1"
inherit eutils
@@ -13,7 +15,7 @@
LICENSE="GPL-2"
KEYWORDS="amd64 ppc ~sparc x86"
-RDEPEND=">=x11-libs/gtk+-2"
+RDEPEND="x11-libs/gtk+:2"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
1.23 x11-plugins/wmdrawer/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmdrawer/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmdrawer/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmdrawer/ChangeLog?r1=1.22&r2=1.23
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog 31 Aug 2010 13:31:32 -0000 1.22
+++ ChangeLog 28 Mar 2011 14:38:12 -0000 1.23
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/wmdrawer
-# Copyright 2000-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/ChangeLog,v 1.22 2010/08/31 13:31:32 s4t4n Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/ChangeLog,v 1.23 2011/03/28 14:38:12 nirbheek Exp $
+
+ 28 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
+ wmdrawer-0.10.5-r2.ebuild:
+ Fix slot-dep on gtk+
31 Aug 2010; Michele Noberasco <s4t4n@gentoo.org> wmdrawer-0.10.5-r2.ebuild:
Honour Gentoo LDFLAGS. Closes bug #334005.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmdrawer: wmdrawer-0.10.5-r2.ebuild ChangeLog
@ 2012-05-05 5:12 Jeff Horelick (jdhore)
0 siblings, 0 replies; 6+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-05-05 5:12 UTC (permalink / raw
To: gentoo-commits
jdhore 12/05/05 05:12:01
Modified: wmdrawer-0.10.5-r2.ebuild ChangeLog
Log:
dev-util/pkgconfig -. virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Revision Changes Path
1.10 x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild?r1=1.9&r2=1.10
Index: wmdrawer-0.10.5-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- wmdrawer-0.10.5-r2.ebuild 28 Mar 2011 14:38:12 -0000 1.9
+++ wmdrawer-0.10.5-r2.ebuild 5 May 2012 05:12:01 -0000 1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild,v 1.9 2011/03/28 14:38:12 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild,v 1.10 2012/05/05 05:12:01 jdhore Exp $
EAPI="1"
@@ -17,7 +17,7 @@
RDEPEND="x11-libs/gtk+:2"
DEPEND="${RDEPEND}
- dev-util/pkgconfig"
+ virtual/pkgconfig"
src_unpack () {
unpack ${A}
1.24 x11-plugins/wmdrawer/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmdrawer/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmdrawer/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmdrawer/ChangeLog?r1=1.23&r2=1.24
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog 28 Mar 2011 14:38:12 -0000 1.23
+++ ChangeLog 5 May 2012 05:12:01 -0000 1.24
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmdrawer
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/ChangeLog,v 1.23 2011/03/28 14:38:12 nirbheek Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/ChangeLog,v 1.24 2012/05/05 05:12:01 jdhore Exp $
+
+ 05 May 2012; Jeff Horelick <jdhore@gentoo.org> wmdrawer-0.10.5-r2.ebuild:
+ dev-util/pkgconfig -> virtual/pkgconfig
28 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
wmdrawer-0.10.5-r2.ebuild:
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmdrawer: wmdrawer-0.10.5-r2.ebuild ChangeLog
@ 2014-04-07 19:53 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2014-04-07 19:53 UTC (permalink / raw
To: gentoo-commits
ssuominen 14/04/07 19:53:06
Modified: wmdrawer-0.10.5-r2.ebuild ChangeLog
Log:
Use EAPI5 instead of EAPI1.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path
1.11 x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild?r1=1.10&r2=1.11
Index: wmdrawer-0.10.5-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- wmdrawer-0.10.5-r2.ebuild 5 May 2012 05:12:01 -0000 1.10
+++ wmdrawer-0.10.5-r2.ebuild 7 Apr 2014 19:53:06 -0000 1.11
@@ -1,44 +1,38 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild,v 1.10 2012/05/05 05:12:01 jdhore Exp $
-
-EAPI="1"
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild,v 1.11 2014/04/07 19:53:06 ssuominen Exp $
+EAPI=5
inherit eutils
-IUSE=""
DESCRIPTION="dockapp which provides a drawer (retractable button bar) to launch applications"
-SRC_URI="http://people.easter-eggs.org/~valos/wmdrawer/${P}.tar.gz"
HOMEPAGE="http://people.easter-eggs.org/~valos/wmdrawer/"
+SRC_URI="http://people.easter-eggs.org/~valos/wmdrawer/${P}.tar.gz"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="amd64 ppc ~sparc x86"
+IUSE=""
RDEPEND="x11-libs/gtk+:2"
DEPEND="${RDEPEND}
virtual/pkgconfig"
-src_unpack () {
- unpack ${A}
- cd "${S}"
+src_prepare() {
epatch "${FILESDIR}"/${P}-gtk+-2.patch
# Honour Gentoo CFLAGS
sed -i -e "s|-O3|${CFLAGS}|" Makefile || die
-
# Fix LDFLAGS ordering per bug #248640
- sed -i 's/$(CC) $(LDFLAGS) -o $@ $(OBJS)/$(CC) -o $@ $(OBJS) $(LDFLAGS)/' Makefile || die
-
+ sed -i -e 's/$(CC) $(LDFLAGS) -o $@ $(OBJS)/$(CC) -o $@ $(OBJS) $(LDFLAGS)/' Makefile || die
# Do not auto-strip binaries
- sed -i 's/ strip $@//' Makefile || die
-
+ sed -i -e 's/ strip $@//' Makefile || die
# Honour Gentoo LDFLAGS
- sed -i 's/$(CC) -o/$(CC) $(REAL_LDFLAGS) -o/' Makefile || die
+ sed -i -e 's/$(CC) -o/$(CC) $(REAL_LDFLAGS) -o/' Makefile || die
}
src_compile() {
- emake REAL_LDFLAGS="${LDFLAGS}" || die "make failed"
+ emake REAL_LDFLAGS="${LDFLAGS}"
}
src_install() {
1.25 x11-plugins/wmdrawer/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmdrawer/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmdrawer/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmdrawer/ChangeLog?r1=1.24&r2=1.25
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 5 May 2012 05:12:01 -0000 1.24
+++ ChangeLog 7 Apr 2014 19:53:06 -0000 1.25
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmdrawer
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/ChangeLog,v 1.24 2012/05/05 05:12:01 jdhore Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/ChangeLog,v 1.25 2014/04/07 19:53:06 ssuominen Exp $
+
+ 07 Apr 2014; Samuli Suominen <ssuominen@gentoo.org> wmdrawer-0.10.5-r2.ebuild:
+ Use EAPI5 instead of EAPI1.
05 May 2012; Jeff Horelick <jdhore@gentoo.org> wmdrawer-0.10.5-r2.ebuild:
dev-util/pkgconfig -> virtual/pkgconfig
@@ -104,4 +107,3 @@
03 Jun 2003; Brad Cowan <bcowan@gentoo.org> wmdrawer-0.9.15.ebuild:
Initial import. Thanks to Martin Schipany bug # 16223
-
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-04-07 19:53 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-31 13:31 [gentoo-commits] gentoo-x86 commit in x11-plugins/wmdrawer: wmdrawer-0.10.5-r2.ebuild ChangeLog Michele Noberasco (s4t4n)
-- strict thread matches above, loose matches on Subject: below --
2014-04-07 19:53 Samuli Suominen (ssuominen)
2012-05-05 5:12 Jeff Horelick (jdhore)
2011-03-28 14:38 Nirbheek Chauhan (nirbheek)
2008-12-02 10:51 Michele Noberasco (s4t4n)
2008-01-12 1:13 Santiago M. Mola (coldwind)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox