jer         14/10/04 07:55:10

  Modified:             ChangeLog
  Added:                parcellite-1.1.9.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key A792A613)

Revision  Changes    Path
1.38                 x11-misc/parcellite/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/parcellite/ChangeLog?rev=1.38&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/parcellite/ChangeLog?rev=1.38&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/parcellite/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/parcellite/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   10 Aug 2014 20:03:30 -0000      1.37
+++ ChangeLog   4 Oct 2014 07:55:10 -0000       1.38
@@ -1,6 +1,11 @@
 # ChangeLog for x11-misc/parcellite
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/ChangeLog,v 1.37 
2014/08/10 20:03:30 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/ChangeLog,v 1.38 
2014/10/04 07:55:10 jer Exp $
+
+*parcellite-1.1.9 (04 Oct 2014)
+
+  04 Oct 2014; Jeroen Roovers <j...@gentoo.org> +parcellite-1.1.9.ebuild:
+  Version bump.
 
   10 Aug 2014; Sergei Trofimovich <sly...@gentoo.org> parcellite-1.1.7.ebuild,
   parcellite-1.1.8.ebuild:



1.1                  x11-misc/parcellite/parcellite-1.1.9.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/parcellite/parcellite-1.1.9.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/parcellite/parcellite-1.1.9.ebuild?rev=1.1&content-type=text/plain

Index: parcellite-1.1.9.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/parcellite/parcellite-1.1.9.ebuild,v 1.1 
2014/10/04 07:55:10 jer Exp $

EAPI=5
inherit eutils fdo-mime

MY_P=${PN}-${PV/_}

DESCRIPTION="A lightweight GTK+ based clipboard manager"
HOMEPAGE="http://parcellite.sourceforge.net/";
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"

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

RDEPEND=">=dev-libs/glib-2.14
        >=x11-libs/gtk+-2.10:2"
DEPEND="${RDEPEND}
        virtual/pkgconfig
        nls? (
                dev-util/intltool
                sys-devel/gettext
        )"

S=${WORKDIR}/${MY_P}

src_prepare() {
        sed -i data/${PN}.desktop.in -e 's:Application;::g' || die

        sed -i -e '/^ALL_LINGUAS=/d' configure || die
        strip-linguas -i po/
        export ALL_LINGUAS="${LINGUAS}"
}

src_configure() {
        econf $(use_enable nls)
}

pkg_postinst() {
        fdo-mime_desktop_database_update
}

pkg_postrm() {
        fdo-mime_desktop_database_update
}




Reply via email to