pacho       14/11/11 11:19:57

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

Revision  Changes    Path
1.77                 app-office/glabels/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/glabels/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog   18 Apr 2014 08:24:35 -0000      1.76
+++ ChangeLog   11 Nov 2014 11:19:57 -0000      1.77
@@ -1,6 +1,12 @@
 # ChangeLog for app-office/glabels
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/glabels/ChangeLog,v 1.76 
2014/04/18 08:24:35 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/glabels/ChangeLog,v 1.77 
2014/11/11 11:19:57 pacho Exp $
+
+*glabels-3.2.1 (11 Nov 2014)
+
+  11 Nov 2014; Pacho Ramos <[email protected]> +glabels-3.2.1.ebuild,
+  -files/glabels-3.0.1-eds-3.6.patch:
+  Version bump
 
   18 Apr 2014; Pacho Ramos <[email protected]> -glabels-3.0.1-r1.ebuild,
   -glabels-3.0.1.ebuild:



1.1                  app-office/glabels/glabels-3.2.1.ebuild

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

Index: glabels-3.2.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/glabels/glabels-3.2.1.ebuild,v 
1.1 2014/11/11 11:19:57 pacho Exp $

EAPI="5"
GCONF_DEBUG="no"

inherit eutils gnome2

DESCRIPTION="Program for creating labels and business cards"
HOMEPAGE="http://www.glabels.org/";

LICENSE="GPL-2 FDL-1.1 LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="barcode eds"

RDEPEND="
        >=dev-libs/glib-2.28.2:2
        >=x11-libs/gtk+-3.0.9:3
        >=dev-libs/libxml2-2.7.8:2
        >=gnome-base/librsvg-2.32.0:2
        >=x11-libs/cairo-1.10.0
        >=x11-libs/pango-1.28.1
        barcode? (
                >=app-text/barcode-0.98
                >=media-gfx/qrencode-3.1 )
        eds? ( >=gnome-extra/evolution-data-server-2.30.3 )
"
DEPEND="${RDEPEND}
        app-text/scrollkeeper
        app-text/docbook-xml-dtd:4.1.2
        app-text/yelp-tools
        dev-util/gtk-doc-am
        >=dev-util/intltool-0.28
        virtual/pkgconfig
"

src_configure() {
        gnome2_src_configure \
                $(use_with eds libebook) \
                --disable-static
}




Reply via email to