Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Bernard Cafarelli (voyageur)" <voyageur@g.o>
|
|
Subject:
|
gentoo-x86 commit in gnustep-apps/gworkspace: ChangeLog gworkspace-0.9.1.ebuild gworkspace-0.8.8.ebuild gworkspace-0.8.7.ebuild gworkspace-0.8.6.ebuild
|
|
Date:
|
Fri, 8 Jun 2012 11:12:34 +0000 (UTC)
|
|
voyageur 12/06/08 11:12:34
Modified: ChangeLog
Added: gworkspace-0.9.1.ebuild
Removed: gworkspace-0.8.8.ebuild gworkspace-0.8.7.ebuild
gworkspace-0.8.6.ebuild
Log:
Version bump, new modern style available and bugfixes. Remove 0.8.x ebuilds
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Revision Changes Path
1.36 gnustep-apps/gworkspace/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gworkspace/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gworkspace/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gworkspace/ChangeLog?r1=1.35&r2=1.36
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog 7 Jun 2012 15:28:04 -0000 1.35
+++ ChangeLog 8 Jun 2012 11:12:34 -0000 1.36
@@ -1,6 +1,13 @@
# 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.35 2012/06/07 15:28:04 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/ChangeLog,v 1.36 2012/06/08 11:12:34 voyageur Exp $
+
+*gworkspace-0.9.1 (08 Jun 2012)
+
+ 08 Jun 2012; Bernard Cafarelli <voyageur@g.o>
+ -gworkspace-0.8.6.ebuild, -gworkspace-0.8.7.ebuild, -gworkspace-0.8.8.ebuild,
+ +gworkspace-0.9.1.ebuild:
+ Version bump, new modern style available and bugfixes. Remove 0.8.x ebuilds
07 Jun 2012; Michael Weber <xmw@g.o> gworkspace-0.9.0.ebuild:
ppc stable (bug 410601)
1.1 gnustep-apps/gworkspace/gworkspace-0.9.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.9.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.9.1.ebuild?rev=1.1&content-type=text/plain
Index: gworkspace-0.9.1.ebuild
===================================================================
# 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.1.ebuild,v 1.1 2012/06/08 11:12:34 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
}
|
|