* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmrecord: wmrecord-1.0.5.3-r1.ebuild
@ 2008-06-29 13:28 Samuli Suominen (drac)
0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (drac) @ 2008-06-29 13:28 UTC (permalink / raw
To: gentoo-commits
drac 08/06/29 13:28:40
Modified: wmrecord-1.0.5.3-r1.ebuild
Log:
quoting
(Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64)
Revision Changes Path
1.5 x11-plugins/wmrecord/wmrecord-1.0.5.3-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmrecord/wmrecord-1.0.5.3-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmrecord/wmrecord-1.0.5.3-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmrecord/wmrecord-1.0.5.3-r1.ebuild?r1=1.4&r2=1.5
Index: wmrecord-1.0.5.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmrecord/wmrecord-1.0.5.3-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- wmrecord-1.0.5.3-r1.ebuild 22 Jul 2007 04:34:46 -0000 1.4
+++ wmrecord-1.0.5.3-r1.ebuild 29 Jun 2008 13:28:39 -0000 1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 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/wmrecord/wmrecord-1.0.5.3-r1.ebuild,v 1.4 2007/07/22 04:34:46 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmrecord/wmrecord-1.0.5.3-r1.ebuild,v 1.5 2008/06/29 13:28:39 drac Exp $
IUSE=""
@@ -18,15 +18,13 @@
LICENSE="GPL-2"
KEYWORDS="x86 ~ppc"
-S="${WORKDIR}/${PN}-1.0.5"
+S=${WORKDIR}/${PN}-1.0.5
-src_compile()
-{
+src_compile() {
emake CFLAGS="${CFLAGS} -Wall" || die "make failed"
}
-src_install()
-{
+src_install() {
dodir /usr/bin
dodir /usr/share/man/man1
einstall BINDIR="${D}/usr/bin" MANDIR="${D}/usr/share/man/man1" || die "make install failed"
@@ -34,5 +32,5 @@
dodoc Changelog README TODO
insinto /usr/share/applications
- doins ${FILESDIR}/${PN}.desktop
+ doins "${FILESDIR}"/${PN}.desktop
}
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmrecord: wmrecord-1.0.5.3-r1.ebuild
@ 2010-09-13 16:28 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2010-09-13 16:28 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 10/09/13 16:28:54
Modified: wmrecord-1.0.5.3-r1.ebuild
Log:
whitespace
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.8 x11-plugins/wmrecord/wmrecord-1.0.5.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmrecord/wmrecord-1.0.5.3-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmrecord/wmrecord-1.0.5.3-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmrecord/wmrecord-1.0.5.3-r1.ebuild?r1=1.7&r2=1.8
Index: wmrecord-1.0.5.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmrecord/wmrecord-1.0.5.3-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- wmrecord-1.0.5.3-r1.ebuild 13 Sep 2010 09:20:28 -0000 1.7
+++ wmrecord-1.0.5.3-r1.ebuild 13 Sep 2010 16:28:54 -0000 1.8
@@ -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-plugins/wmrecord/wmrecord-1.0.5.3-r1.ebuild,v 1.7 2010/09/13 09:20:28 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmrecord/wmrecord-1.0.5.3-r1.ebuild,v 1.8 2010/09/13 16:28:54 mr_bones_ Exp $
IUSE=""
@@ -30,7 +30,7 @@
#Honour Gentoo LDFLAGS. Closes bug #336753.
sed -i 's/-o $@ wmrecord.o/$(LDFLAGS) -o $@ wmrecord.o/' "${S}/Makefile"
- #Fix buffer overflow. Closes bug #336754.
+ #Fix buffer overflow. Closes bug #336754.
sed -i 's/sprintf(cse, "000");/snprintf(cse, "000", 3);/' "${S}/wmrecord.c"
}
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-09-13 16:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-13 16:28 [gentoo-commits] gentoo-x86 commit in x11-plugins/wmrecord: wmrecord-1.0.5.3-r1.ebuild Michael Sterrett (mr_bones_)
-- strict thread matches above, loose matches on Subject: below --
2008-06-29 13:28 Samuli Suominen (drac)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox