voyageur    15/01/12 14:10:31

  Modified:             ChangeLog
  Added:                gworkspace-0.9.3.ebuild
  Removed:              gworkspace-0.9.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
C74525F2)

Revision  Changes    Path
1.41                 gnustep-apps/gworkspace/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gworkspace/ChangeLog?rev=1.41&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gworkspace/ChangeLog?rev=1.41&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gworkspace/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   4 Apr 2013 09:15:00 -0000       1.40
+++ ChangeLog   12 Jan 2015 14:10:31 -0000      1.41
@@ -1,6 +1,12 @@
 # ChangeLog for gnustep-apps/gworkspace
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/ChangeLog,v 1.40 
2013/04/04 09:15:00 voyageur Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/ChangeLog,v 1.41 
2015/01/12 14:10:31 voyageur Exp $
+
+*gworkspace-0.9.3 (12 Jan 2015)
+
+  12 Jan 2015; Bernard Cafarelli <voyag...@gentoo.org>
+  -gworkspace-0.9.0.ebuild, +gworkspace-0.9.3.ebuild:
+  Version bump
 
 *gworkspace-0.9.2 (04 Apr 2013)
 



1.1                  gnustep-apps/gworkspace/gworkspace-0.9.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.9.3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.9.3.ebuild?rev=1.1&content-type=text/plain

Index: gworkspace-0.9.3.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.9.3.ebuild,v 1.1 
2015/01/12 14:10:31 voyageur Exp $

EAPI=5
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"

DEPEND="gwmetadata? ( >=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"
        use gwmetadata && myconf="${myconf} --enable-gwmetadata"

        egnustep_env
        econf ${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
}




Reply via email to