* [gentoo-commits] gentoo-x86 commit in gnustep-apps/gworkspace: ChangeLog gworkspace-0.9.0.ebuild
@ 2011-11-04 15:17 Bernard Cafarelli (voyageur)
0 siblings, 0 replies; 3+ messages in thread
From: Bernard Cafarelli (voyageur) @ 2011-11-04 15:17 UTC (permalink / raw
To: gentoo-commits
voyageur 11/11/04 15:17:32
Modified: ChangeLog
Added: gworkspace-0.9.0.ebuild
Log:
Version bump. Fixes bug #387245
(Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
Revision Changes Path
1.31 gnustep-apps/gworkspace/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gworkspace/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gworkspace/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gworkspace/ChangeLog?r1=1.30&r2=1.31
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog 1 Jul 2010 09:21:42 -0000 1.30
+++ ChangeLog 4 Nov 2011 15:17:32 -0000 1.31
@@ -1,6 +1,12 @@
# ChangeLog for gnustep-apps/gworkspace
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/ChangeLog,v 1.30 2010/07/01 09:21:42 voyageur Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/ChangeLog,v 1.31 2011/11/04 15:17:32 voyageur Exp $
+
+*gworkspace-0.9.0 (04 Nov 2011)
+
+ 04 Nov 2011; Bernard Cafarelli <voyageur@gentoo.org>
+ +gworkspace-0.9.0.ebuild:
+ Version bump. Fixes bug #387245
*gworkspace-0.8.8 (01 Jul 2010)
1.1 gnustep-apps/gworkspace/gworkspace-0.9.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.9.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.9.0.ebuild?rev=1.1&content-type=text/plain
Index: gworkspace-0.9.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.9.0.ebuild,v 1.1 2011/11/04 15:17:32 voyageur Exp $
EAPI=3
inherit gnustep-2
DESCRIPTION="A workspace manager for GNUstep"
HOMEPAGE="http://www.gnustep.org/experience/GWorkspace.html"
SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/usr-apps/${P}.tar.gz"
KEYWORDS="~amd64 ~ppc ~x86"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
# GWMetadata compilation broken for now
#DEPEND=">=gnustep-apps/systempreferences-1.0.1_p24791
# >=dev-db/sqlite-3.2.8"
#RDEPEND="${DEPEND}"
src_configure() {
local myconf=""
use kernel_linux && myconf="${myconf} --with-inotify"
egnustep_env
econf --disable-gwmetadata ${myconf}
}
src_install() {
egnustep_env
egnustep_install
if use doc;
then
dodir /usr/share/doc/${PF}
cp "${S}"/Documentation/*.pdf "${D}"/usr/share/doc/${PF}
fi
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in gnustep-apps/gworkspace: ChangeLog gworkspace-0.9.0.ebuild
@ 2012-04-05 9:34 Agostino Sarubbo (ago)
0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-04-05 9:34 UTC (permalink / raw
To: gentoo-commits
ago 12/04/05 09:34:23
Modified: ChangeLog gworkspace-0.9.0.ebuild
Log:
Stable for amd64, wrt bug #410601
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Revision Changes Path
1.32 gnustep-apps/gworkspace/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gworkspace/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gworkspace/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gworkspace/ChangeLog?r1=1.31&r2=1.32
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog 4 Nov 2011 15:17:32 -0000 1.31
+++ ChangeLog 5 Apr 2012 09:34:23 -0000 1.32
@@ -1,6 +1,9 @@
# ChangeLog for gnustep-apps/gworkspace
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/ChangeLog,v 1.31 2011/11/04 15:17:32 voyageur Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/ChangeLog,v 1.32 2012/04/05 09:34:23 ago Exp $
+
+ 05 Apr 2012; Agostino Sarubbo <ago@gentoo.org> gworkspace-0.9.0.ebuild:
+ Stable for amd64, wrt bug #410601
*gworkspace-0.9.0 (04 Nov 2011)
1.2 gnustep-apps/gworkspace/gworkspace-0.9.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.9.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.9.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.9.0.ebuild?r1=1.1&r2=1.2
Index: gworkspace-0.9.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.9.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gworkspace-0.9.0.ebuild 4 Nov 2011 15:17:32 -0000 1.1
+++ gworkspace-0.9.0.ebuild 5 Apr 2012 09:34:23 -0000 1.2
@@ -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/gnustep-apps/gworkspace/gworkspace-0.9.0.ebuild,v 1.1 2011/11/04 15:17:32 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.9.0.ebuild,v 1.2 2012/04/05 09:34:23 ago Exp $
EAPI=3
inherit gnustep-2
@@ -9,7 +9,7 @@
HOMEPAGE="http://www.gnustep.org/experience/GWorkspace.html"
SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/usr-apps/${P}.tar.gz"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in gnustep-apps/gworkspace: ChangeLog gworkspace-0.9.0.ebuild
@ 2012-04-07 14:53 Markus Meier (maekke)
0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2012-04-07 14:53 UTC (permalink / raw
To: gentoo-commits
maekke 12/04/07 14:53:41
Modified: ChangeLog gworkspace-0.9.0.ebuild
Log:
x86 stable, bug #410601
(Portage version: 2.1.10.56/cvs/Linux x86_64)
Revision Changes Path
1.33 gnustep-apps/gworkspace/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gworkspace/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gworkspace/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gworkspace/ChangeLog?r1=1.32&r2=1.33
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog 5 Apr 2012 09:34:23 -0000 1.32
+++ ChangeLog 7 Apr 2012 14:53:41 -0000 1.33
@@ -1,6 +1,9 @@
# ChangeLog for gnustep-apps/gworkspace
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/ChangeLog,v 1.32 2012/04/05 09:34:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/ChangeLog,v 1.33 2012/04/07 14:53:41 maekke Exp $
+
+ 07 Apr 2012; Markus Meier <maekke@gentoo.org> gworkspace-0.9.0.ebuild:
+ x86 stable, bug #410601
05 Apr 2012; Agostino Sarubbo <ago@gentoo.org> gworkspace-0.9.0.ebuild:
Stable for amd64, wrt bug #410601
1.3 gnustep-apps/gworkspace/gworkspace-0.9.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.9.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.9.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.9.0.ebuild?r1=1.2&r2=1.3
Index: gworkspace-0.9.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.9.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gworkspace-0.9.0.ebuild 5 Apr 2012 09:34:23 -0000 1.2
+++ gworkspace-0.9.0.ebuild 7 Apr 2012 14:53:41 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.9.0.ebuild,v 1.2 2012/04/05 09:34:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.9.0.ebuild,v 1.3 2012/04/07 14:53:41 maekke Exp $
EAPI=3
inherit gnustep-2
@@ -9,7 +9,7 @@
HOMEPAGE="http://www.gnustep.org/experience/GWorkspace.html"
SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/usr-apps/${P}.tar.gz"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-04-07 14:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-04 15:17 [gentoo-commits] gentoo-x86 commit in gnustep-apps/gworkspace: ChangeLog gworkspace-0.9.0.ebuild Bernard Cafarelli (voyageur)
-- strict thread matches above, loose matches on Subject: below --
2012-04-05 9:34 Agostino Sarubbo (ago)
2012-04-07 14:53 Markus Meier (maekke)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox