public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/pmount-gui/
@ 2016-12-04  0:47 Patrice Clement
  0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2016-12-04  0:47 UTC (permalink / raw
  To: gentoo-commits

commit:     9aa6309069b93f13de40498375fe27934ed9bc05
Author:     Wim Muskee <wimmuskee <AT> gmail <DOT> com>
AuthorDate: Sat Dec  3 10:55:08 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Dec  4 00:47:22 2016 +0000
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"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/pmount-gui/
@ 2021-03-30  0:14 Jonas Stein
  0 siblings, 0 replies; 3+ messages in thread
From: Jonas Stein @ 2021-03-30  0:14 UTC (permalink / raw
  To: gentoo-commits

commit:     a5eceb28f487277fda05005f3d06660827701013
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 30 00:00:36 2021 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Tue Mar 30 00:00:36 2021 +0000
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 <jstein <AT> 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 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="project">
-		<email>desktop-misc@gentoo.org</email>
-		<name>Gentoo Desktop Miscellaneous Project</name>
-	</maintainer>
+	<!-- maintainer-needed -->
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/pmount-gui/
@ 2021-07-31  5:19 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2021-07-31  5:19 UTC (permalink / raw
  To: gentoo-commits

commit:     a065f6c4b00b60c2b7d01e417370693afae03c11
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 31 05:00:40 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 31 05:00:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a065f6c4

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

Signed-off-by: Sam James <sam <AT> 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} = 9999* ]; then
+if [[ ${PV} == 9999* ]]; 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() {


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-07-31  5:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-30  0:14 [gentoo-commits] repo/gentoo:master commit in: sys-apps/pmount-gui/ Jonas Stein
  -- strict thread matches above, loose matches on Subject: below --
2021-07-31  5:19 Sam James
2016-12-04  0:47 Patrice Clement

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox