yngwin      15/02/03 05:54:47

  Modified:             metadata.xml ChangeLog
  Added:                tinymount-0.2.8.ebuild
  Log:
  version bump (bug #532080
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  Changes    Path
1.4                  x11-misc/tinymount/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tinymount/metadata.xml?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tinymount/metadata.xml?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tinymount/metadata.xml?r1=1.3&r2=1.4

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/tinymount/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml        15 May 2012 11:37:37 -0000      1.3
+++ metadata.xml        3 Feb 2015 05:54:47 -0000       1.4
@@ -1,16 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-       <herd>qt</herd>
-       <herd>desktop-misc</herd>
-       <herd>proxy-maintainers</herd>
-       <maintainer>
-               <email>[email protected]</email>
-               <name>Mike Limansky</name>
-               <description>Both upstream and ebuild author</description>
-       </maintainer>
-       <maintainer>
-               <email>[email protected]</email>
-               <name>Samuli Suominen</name>
-       </maintainer>
+  <herd>qt</herd>
+  <herd>desktop-misc</herd>
+  <herd>proxy-maintainers</herd>
+  <maintainer>
+    <email>[email protected]</email>
+    <name>Mike Limansky</name>
+    <description>Both upstream and ebuild author</description>
+  </maintainer>
+  <maintainer>
+    <email>[email protected]</email>
+    <name>Samuli Suominen</name>
+  </maintainer>
 </pkgmetadata>



1.7                  x11-misc/tinymount/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/tinymount/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   3 Mar 2013 10:13:42 -0000       1.6
+++ ChangeLog   3 Feb 2015 05:54:47 -0000       1.7
@@ -1,6 +1,12 @@
 # ChangeLog for x11-misc/tinymount
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/tinymount/ChangeLog,v 1.6 
2013/03/03 10:13:42 ssuominen Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/tinymount/ChangeLog,v 1.7 
2015/02/03 05:54:47 yngwin Exp $
+
+*tinymount-0.2.8 (03 Feb 2015)
+
+  03 Feb 2015; Ben de Groot <[email protected]> +tinymount-0.2.8.ebuild,
+  metadata.xml:
+  version bump (bug #532080
 
   03 Mar 2013; Samuli Suominen <[email protected]> -tinymount-0.2.4.ebuild,
   -tinymount-0.2.6.ebuild:



1.1                  x11-misc/tinymount/tinymount-0.2.8.ebuild

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

Index: tinymount-0.2.8.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/tinymount/tinymount-0.2.8.ebuild,v 
1.1 2015/02/03 05:54:47 yngwin Exp $

EAPI=5
unset _live_inherits
PLOCALES="ru uk"

if [[ ${PV} == *9999* ]]; then
        _live_inherits="git-2"
        EGIT_REPO_URI="git://github.com/limansky/${PN}.git"
else
        SRC_URI="https://github.com/limansky/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
        KEYWORDS="~amd64 ~x86"
fi

inherit l10n qt4-r2 ${_live_inherits}

DESCRIPTION="Simple disk mount utility"
HOMEPAGE="http://github.com/limansky/tinymount";

LICENSE="GPL-2"
SLOT="0"
IUSE="debug libnotify"

COMMON_DEPEND="dev-qt/qtgui:4
        dev-qt/qtdbus:4
        libnotify? ( x11-libs/libnotify )"
DEPEND="${COMMON_DEPEND}
        virtual/pkgconfig"
RDEPEND="${COMMON_DEPEND}
        sys-fs/udisks:0"

DOCS=( ChangeLog README.md )

src_prepare() {
        remove_locale() {
                # this is nonfatal sed, so '|| die' unneeded here
                sed -i -e "/TRANSLATIONS/s/translations\/${PN}_${1}.ts//" 
src/src.pro
        }

        # Check for locales added/removed from previous version
        l10n_find_plocales_changes "src/translations" "${PN}_" '.ts'

        # Prevent disabled locales from being built
        l10n_for_each_disabled_locale_do remove_locale

        # bug #441986
        sed -i src/src.pro -e 's|-Werror||g' || die # bug #441986

        qt4-r2_src_prepare
}

src_configure() {
        local params="PREFIX=/usr"
        use libnotify && params="${params} CONFIG+=with_libnotify"
        eqmake4 ${params}
}




Reply via email to