* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmfortune: wmfortune-0.241.ebuild ChangeLog
@ 2008-01-15 8:35 Samuli Suominen (drac)
0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (drac) @ 2008-01-15 8:35 UTC (permalink / raw
To: gentoo-commits
drac 08/01/15 08:35:28
Modified: wmfortune-0.241.ebuild ChangeLog
Log:
Fixed QA warnings due to a missing include string.h.
(Portage version: 2.1.4)
Revision Changes Path
1.12 x11-plugins/wmfortune/wmfortune-0.241.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmfortune/wmfortune-0.241.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmfortune/wmfortune-0.241.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmfortune/wmfortune-0.241.ebuild?r1=1.11&r2=1.12
Index: wmfortune-0.241.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmfortune/wmfortune-0.241.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- wmfortune-0.241.ebuild 22 Jul 2007 05:08:42 -0000 1.11
+++ wmfortune-0.241.ebuild 15 Jan 2008 08:35:28 -0000 1.12
@@ -1,15 +1,17 @@
-# 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/wmfortune/wmfortune-0.241.ebuild,v 1.11 2007/07/22 05:08:42 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfortune/wmfortune-0.241.ebuild,v 1.12 2008/01/15 08:35:28 drac Exp $
-IUSE=""
-DESCRIPTION="dock-app that shows fortune messages"
-HOMEPAGE="http://www.dockapps.com/file.php/id/90"
+inherit eutils multilib toolchain-funcs
+
+DESCRIPTION="a dockapp showing fortune-mod messages."
+HOMEPAGE="http://dockapps.org/files/90/128"
SRC_URI="http://www.dockapps.com/download.php/id/128/${P}.tar.gz"
LICENSE="GPL-1"
SLOT="0"
-KEYWORDS="x86 amd64 ppc ~sparc"
+KEYWORDS="amd64 ppc ~sparc x86"
+IUSE=""
RDEPEND="games-misc/fortune-mod
x11-libs/libX11
@@ -19,12 +21,18 @@
x11-proto/xproto
x11-proto/xextproto"
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}"/${P}-stringh.patch
+}
+
src_compile() {
- emake OPTIMIZE="${CFLAGS}" || die
+ emake CC="$(tc-getCC)" OPTIMIZE="${CFLAGS}" \
+ XLIBDIR="/usr/$(get_libdir)" || die "emake failed."
}
-src_install()
-{
- dobin wmfortune
+src_install() {
+ dobin ${PN}
dodoc CHANGES README TODO
}
1.10 x11-plugins/wmfortune/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmfortune/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmfortune/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmfortune/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmfortune/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 22 Jul 2007 05:08:42 -0000 1.9
+++ ChangeLog 15 Jan 2008 08:35:28 -0000 1.10
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/wmfortune
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfortune/ChangeLog,v 1.9 2007/07/22 05:08:42 dberkholz Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfortune/ChangeLog,v 1.10 2008/01/15 08:35:28 drac Exp $
+
+ 15 Jan 2008; Samuli Suominen <drac@gentoo.org>
+ +files/wmfortune-0.241-stringh.patch, wmfortune-0.241.ebuild:
+ Fixed QA warnings due to a missing include string.h.
22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>;
wmfortune-0.241.ebuild:
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmfortune: wmfortune-0.241.ebuild ChangeLog
@ 2008-11-25 23:56 Tiago Cunha (tcunha)
0 siblings, 0 replies; 4+ messages in thread
From: Tiago Cunha (tcunha) @ 2008-11-25 23:56 UTC (permalink / raw
To: gentoo-commits
tcunha 08/11/25 23:56:53
Modified: wmfortune-0.241.ebuild ChangeLog
Log:
stable sparc, bug 215651
(Portage version: 2.1.4.5)
Revision Changes Path
1.13 x11-plugins/wmfortune/wmfortune-0.241.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmfortune/wmfortune-0.241.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmfortune/wmfortune-0.241.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmfortune/wmfortune-0.241.ebuild?r1=1.12&r2=1.13
Index: wmfortune-0.241.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmfortune/wmfortune-0.241.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- wmfortune-0.241.ebuild 15 Jan 2008 08:35:28 -0000 1.12
+++ wmfortune-0.241.ebuild 25 Nov 2008 23:56:53 -0000 1.13
@@ -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/wmfortune/wmfortune-0.241.ebuild,v 1.12 2008/01/15 08:35:28 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfortune/wmfortune-0.241.ebuild,v 1.13 2008/11/25 23:56:53 tcunha Exp $
inherit eutils multilib toolchain-funcs
@@ -10,7 +10,7 @@
LICENSE="GPL-1"
SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86"
+KEYWORDS="amd64 ppc sparc x86"
IUSE=""
RDEPEND="games-misc/fortune-mod
1.11 x11-plugins/wmfortune/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmfortune/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmfortune/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmfortune/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmfortune/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 15 Jan 2008 08:35:28 -0000 1.10
+++ ChangeLog 25 Nov 2008 23:56:53 -0000 1.11
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmfortune
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfortune/ChangeLog,v 1.10 2008/01/15 08:35:28 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfortune/ChangeLog,v 1.11 2008/11/25 23:56:53 tcunha Exp $
+
+ 25 Nov 2008; Tiago Cunha <tcunha@gentoo.org> wmfortune-0.241.ebuild:
+ stable sparc, bug 215651
15 Jan 2008; Samuli Suominen <drac@gentoo.org>
+files/wmfortune-0.241-stringh.patch, wmfortune-0.241.ebuild:
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmfortune: wmfortune-0.241.ebuild ChangeLog
@ 2012-02-15 9:47 Bernard Cafarelli (voyageur)
0 siblings, 0 replies; 4+ messages in thread
From: Bernard Cafarelli (voyageur) @ 2012-02-15 9:47 UTC (permalink / raw
To: gentoo-commits
voyageur 12/02/15 09:47:50
Modified: wmfortune-0.241.ebuild ChangeLog
Log:
Update HOMEPAGE and SRC_URI, thanks Lorenz in bug #394607
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Revision Changes Path
1.16 x11-plugins/wmfortune/wmfortune-0.241.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfortune/wmfortune-0.241.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfortune/wmfortune-0.241.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfortune/wmfortune-0.241.ebuild?r1=1.15&r2=1.16
Index: wmfortune-0.241.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmfortune/wmfortune-0.241.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- wmfortune-0.241.ebuild 9 Sep 2010 10:20:58 -0000 1.15
+++ wmfortune-0.241.ebuild 15 Feb 2012 09:47:50 -0000 1.16
@@ -1,12 +1,12 @@
-# Copyright 1999-2010 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/wmfortune/wmfortune-0.241.ebuild,v 1.15 2010/09/09 10:20:58 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfortune/wmfortune-0.241.ebuild,v 1.16 2012/02/15 09:47:50 voyageur Exp $
inherit eutils multilib toolchain-funcs
DESCRIPTION="a dockapp showing fortune-mod messages."
-HOMEPAGE="http://dockapps.org/file.php/id/90"
-SRC_URI="http://dockapps.org/download.php/id/128/${P}.tar.gz"
+HOMEPAGE="http://dockapps.windowmaker.org/file.php/id/90"
+SRC_URI="http://dockapps.windowmaker.org/download.php/id/128/${P}.tar.gz"
LICENSE="GPL-1"
SLOT="0"
1.14 x11-plugins/wmfortune/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfortune/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfortune/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfortune/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmfortune/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 9 Sep 2010 10:20:58 -0000 1.13
+++ ChangeLog 15 Feb 2012 09:47:50 -0000 1.14
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmfortune
-# Copyright 2000-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfortune/ChangeLog,v 1.13 2010/09/09 10:20:58 s4t4n Exp $
+# Copyright 2000-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfortune/ChangeLog,v 1.14 2012/02/15 09:47:50 voyageur Exp $
+
+ 15 Feb 2012; Bernard Cafarelli <voyageur@gentoo.org> wmfortune-0.241.ebuild:
+ Update HOMEPAGE and SRC_URI, thanks Lorenz in bug #394607
09 Sep 2010; Michele Noberasco <s4t4n@gentoo.org> wmfortune-0.241.ebuild:
Honour Gentoo LDFLAGS. Closes bug #336446.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmfortune: wmfortune-0.241.ebuild ChangeLog
@ 2014-08-10 20:06 Sergei Trofimovich (slyfox)
0 siblings, 0 replies; 4+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2014-08-10 20:06 UTC (permalink / raw
To: gentoo-commits
slyfox 14/08/10 20:06:21
Modified: wmfortune-0.241.ebuild ChangeLog
Log:
QA: drop trailing '.' from DESCRIPTION
(Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path
1.17 x11-plugins/wmfortune/wmfortune-0.241.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfortune/wmfortune-0.241.ebuild?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfortune/wmfortune-0.241.ebuild?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfortune/wmfortune-0.241.ebuild?r1=1.16&r2=1.17
Index: wmfortune-0.241.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmfortune/wmfortune-0.241.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- wmfortune-0.241.ebuild 15 Feb 2012 09:47:50 -0000 1.16
+++ wmfortune-0.241.ebuild 10 Aug 2014 20:06:21 -0000 1.17
@@ -1,10 +1,10 @@
-# 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/wmfortune/wmfortune-0.241.ebuild,v 1.16 2012/02/15 09:47:50 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfortune/wmfortune-0.241.ebuild,v 1.17 2014/08/10 20:06:21 slyfox Exp $
inherit eutils multilib toolchain-funcs
-DESCRIPTION="a dockapp showing fortune-mod messages."
+DESCRIPTION="a dockapp showing fortune-mod messages"
HOMEPAGE="http://dockapps.windowmaker.org/file.php/id/90"
SRC_URI="http://dockapps.windowmaker.org/download.php/id/128/${P}.tar.gz"
1.15 x11-plugins/wmfortune/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfortune/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfortune/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfortune/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmfortune/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 15 Feb 2012 09:47:50 -0000 1.14
+++ ChangeLog 10 Aug 2014 20:06:21 -0000 1.15
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmfortune
-# Copyright 2000-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfortune/ChangeLog,v 1.14 2012/02/15 09:47:50 voyageur Exp $
+# Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfortune/ChangeLog,v 1.15 2014/08/10 20:06:21 slyfox Exp $
+
+ 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> wmfortune-0.241.ebuild:
+ QA: drop trailing '.' from DESCRIPTION
15 Feb 2012; Bernard Cafarelli <voyageur@gentoo.org> wmfortune-0.241.ebuild:
Update HOMEPAGE and SRC_URI, thanks Lorenz in bug #394607
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-08-11 20:20 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-10 20:06 [gentoo-commits] gentoo-x86 commit in x11-plugins/wmfortune: wmfortune-0.241.ebuild ChangeLog Sergei Trofimovich (slyfox)
-- strict thread matches above, loose matches on Subject: below --
2012-02-15 9:47 Bernard Cafarelli (voyageur)
2008-11-25 23:56 Tiago Cunha (tcunha)
2008-01-15 8:35 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