mgorny      15/07/13 05:05:06

  Modified:             ChangeLog
  Added:                multiload-nandhp-0.3.ebuild
  Log:
  Version bump. Adds Czech translation, fixes missing POTFILES.in (bug 
#527032). lxpanel plugin has been disabled because of incompatible API change. 
https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/161 by j123b567.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.5                  xfce-extra/multiload-nandhp/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/multiload-nandhp/ChangeLog?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/multiload-nandhp/ChangeLog?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/multiload-nandhp/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/multiload-nandhp/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   1 Jul 2015 08:09:08 -0000       1.4
+++ ChangeLog   13 Jul 2015 05:05:06 -0000      1.5
@@ -1,6 +1,13 @@
 # ChangeLog for xfce-extra/multiload-nandhp
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/multiload-nandhp/ChangeLog,v 1.4 
2015/07/01 08:09:08 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/multiload-nandhp/ChangeLog,v 1.5 
2015/07/13 05:05:06 mgorny Exp $
+
+*multiload-nandhp-0.3 (13 Jul 2015)
+
+  13 Jul 2015; Michał Górny <[email protected]> +multiload-nandhp-0.3.ebuild:
+  Version bump. Adds Czech translation, fixes missing POTFILES.in (bug 
#527032).
+  lxpanel plugin has been disabled because of incompatible API change.
+  https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/161 by j123b567.
 
   01 Jul 2015; Mikle Kolyada <[email protected]> multiload-nandhp-0.2.ebuild:
   x86 stable wrt bug #553500



1.1                  xfce-extra/multiload-nandhp/multiload-nandhp-0.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/multiload-nandhp/multiload-nandhp-0.3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/multiload-nandhp/multiload-nandhp-0.3.ebuild?rev=1.1&content-type=text/plain

Index: multiload-nandhp-0.3.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/multiload-nandhp/multiload-nandhp-0.3.ebuild,v
 1.1 2015/07/13 05:05:06 mgorny Exp $

EAPI=5
inherit autotools eutils

MY_PV=version-${PV/./-}

DESCRIPTION="A port of the GNOME multiload applet for the Xfce panel"
HOMEPAGE="http://github.com/nandhp/multiload-nandhp";
SRC_URI="http://github.com/nandhp/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=x11-libs/gtk+-2.14:2=
        x11-libs/cairo:=
        >=gnome-base/libgtop-2.11.92:=
        >=xfce-base/libxfce4ui-4.10:=
        >=xfce-base/libxfce4util-4.10:=
        >=xfce-base/xfce4-panel-4.10:="

DEPEND="${RDEPEND}
        dev-util/intltool
        sys-devel/gettext
        virtual/pkgconfig"

DOCS="AUTHORS README.md"

S=${WORKDIR}/${PN}-${MY_PV}

src_prepare() {
        eautoreconf
}

src_configure() {
        econf --with-xfce4
}

src_install() {
        default
        prune_libtool_files --all
}




Reply via email to