pacho       14/11/11 12:09:16

  Modified:             ChangeLog
  Added:                gtimelog-0.8.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  Changes    Path
1.11                 app-office/gtimelog/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gtimelog/ChangeLog?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gtimelog/ChangeLog?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gtimelog/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/gtimelog/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   23 Apr 2014 20:53:49 -0000      1.10
+++ ChangeLog   11 Nov 2014 12:09:16 -0000      1.11
@@ -1,6 +1,11 @@
 # ChangeLog for app-office/gtimelog
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gtimelog/ChangeLog,v 1.10 
2014/04/23 20:53:49 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gtimelog/ChangeLog,v 1.11 
2014/11/11 12:09:16 pacho Exp $
+
+*gtimelog-0.8.1 (11 Nov 2014)
+
+  11 Nov 2014; Pacho Ramos <[email protected]> +gtimelog-0.8.1.ebuild:
+  Version bump
 
   23 Apr 2014; Pacho Ramos <[email protected]> -gtimelog-0.7.1.ebuild:
   Drop old



1.1                  app-office/gtimelog/gtimelog-0.8.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gtimelog/gtimelog-0.8.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gtimelog/gtimelog-0.8.1.ebuild?rev=1.1&content-type=text/plain

Index: gtimelog-0.8.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/gtimelog/gtimelog-0.8.1.ebuild,v 
1.1 2014/11/11 12:09:16 pacho Exp $

EAPI="5"
PYTHON_COMPAT=( python2_7 )
DISTUTILS_IN_SOURCE_BUILD=true
DISTUTILS_SINGLE_IMPL=true

inherit distutils-r1 virtualx

DESCRIPTION="A small Gtk+ application for keeping track of your time"
HOMEPAGE="http://mg.pov.lt/gtimelog/";
LICENSE="GPL-2"
SLOT="0"

SRC_URI="https://launchpad.net/gtimelog/devel/${PV}/+download/${P}.tar.gz";

KEYWORDS="~amd64 ~x86"

IUSE="ayatana test"

# gnome-base/gnome-desktop provides gnome-week.png
RDEPEND="
        dev-libs/gobject-introspection
        dev-python/dbus-python
        dev-python/pygobject:3
        gnome-base/gnome-desktop:2
        x11-libs/gtk+:3[introspection]
        x11-libs/pango[introspection]
        ayatana? ( dev-libs/libappindicator:3[introspection] )
"
DEPEND="test? (
        ${RDEPEND}
        ayatana? ( dev-libs/libappindicator:3[introspection] ) )
"

DOCS="HACKING.txt NEWS.txt NOTES.txt README.txt"

src_prepare() {
        # Support prefixed installation
        sed -e "s:\"/usr:\"${EPREFIX}/usr:g" \
                -i src/gtimelog/main.py || die "sed failed"

        sed -i -e 's/python2.3/python/' scripts/export-my-calendar.py || die

        sed -i -e 's/Application;//' gtimelog.desktop || die #462958

        distutils-r1_src_prepare
}

src_test() {
        VIRTUALX_COMMAND=distutils-r1_src_test virtualmake
}

src_install() {
        domenu gtimelog.desktop
        doicon src/gtimelog/gtimelog-*.png
        insinto /usr/share/gtimelog
        doins src/gtimelog/*.ui src/gtimelog/gtimelog.png
        exeinto /usr/share/gtimelog/scripts
        doexe scripts/*.py

        distutils-r1_src_install
        python_fix_shebang "${ED}"

        # Don't install icons in /usr/lib/python*
        find "${ED}/$(python_get_sitedir)" -regex '.*\(png\|ui\)$' -exec rm -f 
{} + || die
}




Reply via email to