[gentoo-commits] repo/gentoo:master commit in: sys-apps/pmount-gui/

2021-07-30 Thread Sam James
commit: a065f6c4b00b60c2b7d01e417370693afae03c11
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 31 05:00:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 31 05:00:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a065f6c4

sys-apps/pmount-gui: update EAPI 5 -> 7

Signed-off-by: Sam James  gentoo.org>

 sys-apps/pmount-gui/pmount-gui-0_pre20130806.ebuild | 16 +++-
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/sys-apps/pmount-gui/pmount-gui-0_pre20130806.ebuild 
b/sys-apps/pmount-gui/pmount-gui-0_pre20130806.ebuild
index e43bb34fb1a..2fa0665d5f7 100644
--- a/sys-apps/pmount-gui/pmount-gui-0_pre20130806.ebuild
+++ b/sys-apps/pmount-gui/pmount-gui-0_pre20130806.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-if [ ${PV} = * ]; then
+if [[ ${PV} == * ]]; then
EGIT_REPO_URI="git://git.tdb.fi/pmount-gui"
inherit git-2
 else
@@ -18,17 +18,15 @@ HOMEPAGE="http://git.tdb.fi/?p=pmount-gui.git;a=summary;
 
 LICENSE="BSD-2"
 SLOT="0"
-IUSE=""
 
-COMMON_DEPEND="x11-libs/gtk+:2"
-RDEPEND="${COMMON_DEPEND}
+DEPEND="x11-libs/gtk+:2"
+RDEPEND="${DEPEND}
sys-apps/pmount
virtual/udev"
-DEPEND="${COMMON_DEPEND}
-   virtual/pkgconfig"
+BDEPEND="virtual/pkgconfig"
 
 src_compile() {
-   emake CC="$(tc-getCC) ${CFLAGS} ${LDFLAGS}"
+   emake CC="$(tc-getCC) ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}"
 }
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: sys-apps/pmount-gui/

2021-03-29 Thread Jonas Stein
commit: a5eceb28f487277fda05005f3d06660827701013
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue Mar 30 00:00:36 2021 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Tue Mar 30 00:00:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5eceb28

sys-apps/pmount-gui: drop project desktop-misc

Drop project desktop-misc from the list of maintainers.

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Jonas Stein  gentoo.org>

 sys-apps/pmount-gui/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/sys-apps/pmount-gui/metadata.xml b/sys-apps/pmount-gui/metadata.xml
index 2ba8e9e851e..7a38bb90096 100644
--- a/sys-apps/pmount-gui/metadata.xml
+++ b/sys-apps/pmount-gui/metadata.xml
@@ -1,8 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   desktop-m...@gentoo.org
-   Gentoo Desktop Miscellaneous Project
-   
+   
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/pmount-gui/

2016-12-03 Thread Patrice Clement
commit: 9aa6309069b93f13de40498375fe27934ed9bc05
Author: Wim Muskee  gmail  com>
AuthorDate: Sat Dec  3 10:55:08 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Dec  4 00:47:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aa63090

sys-apps/pmount-gui: update HOMEPAGE.

Gentoo-Bug: https://bugs.gentoo.org/572052

Closes: https://github.com/gentoo/gentoo/pull/2993

 sys-apps/pmount-gui/pmount-gui-0_pre20130806.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/pmount-gui/pmount-gui-0_pre20130806.ebuild 
b/sys-apps/pmount-gui/pmount-gui-0_pre20130806.ebuild
index 9b6636f..a8886e0 100644
--- a/sys-apps/pmount-gui/pmount-gui-0_pre20130806.ebuild
+++ b/sys-apps/pmount-gui/pmount-gui-0_pre20130806.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,7 +15,7 @@ fi
 inherit toolchain-funcs
 
 DESCRIPTION="A simple graphical frontend for pmount"
-HOMEPAGE="http://git.tdb.fi/?p=pmount-gui:a=summary;
+HOMEPAGE="http://git.tdb.fi/?p=pmount-gui.git;a=summary;
 
 LICENSE="BSD-2"
 SLOT="0"