perfinion    15/05/26 20:25:32

  Modified:             orage-4.10.0.ebuild ChangeLog
  Added:                orage-4.12.1.ebuild
  Log:
  version bump, fix db slot dep
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x7EF137EC935B0EAF)

Revision  Changes    Path
1.8                  app-office/orage/orage-4.10.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/orage/orage-4.10.0.ebuild?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/orage/orage-4.10.0.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/orage/orage-4.10.0.ebuild?r1=1.7&r2=1.8

Index: orage-4.10.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.10.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- orage-4.10.0.ebuild 16 Apr 2014 07:49:51 -0000      1.7
+++ orage-4.10.0.ebuild 26 May 2015 20:25:32 -0000      1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.10.0.ebuild,v 1.7 
2014/04/16 07:49:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.10.0.ebuild,v 1.8 
2015/05/26 20:25:32 perfinion Exp $
 
 EAPI=5
 inherit multilib xfconf
@@ -17,8 +17,8 @@
 RDEPEND=">=dev-libs/libical-0.48:=
        dev-libs/popt:=
        >=x11-libs/gtk+-2.10:2
-       berkdb? ( >=sys-libs/db-4 )
-       dbus? ( >=dev-libs/dbus-glib-0.100 )
+       berkdb? ( >=sys-libs/db-4:= )
+       dbus? ( >=dev-libs/dbus-glib-0.100:= )
        libnotify? ( >=x11-libs/libnotify-0.7:= )
        xfce_plugins_clock? ( >=xfce-base/xfce4-panel-4.10 )"
 DEPEND="${RDEPEND}



1.83                 app-office/orage/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/orage/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog   22 Apr 2014 13:48:24 -0000      1.82
+++ ChangeLog   26 May 2015 20:25:32 -0000      1.83
@@ -1,6 +1,12 @@
 # ChangeLog for app-office/orage
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/orage/ChangeLog,v 1.82 
2014/04/22 13:48:24 ssuominen Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/orage/ChangeLog,v 1.83 
2015/05/26 20:25:32 perfinion Exp $
+
+*orage-4.12.1 (26 May 2015)
+
+  26 May 2015; Jason Zaman <[email protected]> +orage-4.12.1.ebuild,
+  orage-4.10.0.ebuild:
+  version bump, fix db slot dep
 
   22 Apr 2014; Samuli Suominen <[email protected]> -orage-4.8.4.ebuild:
   old



1.1                  app-office/orage/orage-4.12.1.ebuild

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

Index: orage-4.12.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.12.1.ebuild,v 1.1 
2015/05/26 20:25:32 perfinion Exp $

EAPI=5
inherit multilib xfconf

DESCRIPTION="A time managing application (and panel plug-in) for the Xfce 
desktop environment"
HOMEPAGE="http://www.xfce.org/projects/";
SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="berkdb dbus debug libnotify +xfce_plugins_clock"

RDEPEND=">=dev-libs/libical-0.48:=
        dev-libs/popt:=
        >=x11-libs/gtk+-2.10:2=
        berkdb? ( >=sys-libs/db-4:= )
        dbus? ( >=dev-libs/dbus-glib-0.100:= )
        libnotify? ( >=x11-libs/libnotify-0.7:= )
        xfce_plugins_clock? ( >=xfce-base/xfce4-panel-4.10:= )"
DEPEND="${RDEPEND}
        dev-util/intltool
        sys-devel/gettext
        >=sys-devel/libtool-2.2.6
        virtual/pkgconfig"

pkg_setup() {
        XFCONF=(
                --libexecdir="${EPREFIX}/usr/$(get_libdir)"
                --docdir="${EPREFIX}"/usr/share/doc/${PF}/html
                $(use_enable xfce_plugins_clock libxfce4panel)
                $(use_enable dbus)
                $(use_enable libnotify)
                $(use_with berkdb bdb4)
                $(xfconf_use_debug)
                )

        DOCS=( AUTHORS ChangeLog NEWS README TODO )

        # PM doesn't let directory to be replaced by a symlink, see 
src_install()
        rm -rf "${EROOT}"/usr/share/${PN}/doc
}

src_install() {
        xfconf_src_install \
                docdir="${EPREFIX}"/usr/share/doc/${PF}/html \
                imagesdir="${EPREFIX}"/usr/share/doc/${PF}/html/images

        # Create compability symlink for retarded path hardcoding in 
src/{mainbox,parameters}.c
        dosym /usr/share/doc/${PF}/html /usr/share/${PN}/doc/C
}




Reply via email to