public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/tinynotify-send/
@ 2017-06-29 22:22 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2017-06-29 22:22 UTC (permalink / raw
  To: gentoo-commits

commit:     7059ab2775a9106f8466751eab43b0eb18cf670d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 29 22:09:57 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 29 22:22:13 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7059ab27

x11-misc/tinynotify-send: Modernize to EAPI=6

 .../tinynotify-send-1.2.1-r1.ebuild                | 10 +++-----
 .../tinynotify-send/tinynotify-send-9999.ebuild    | 29 ++++++++--------------
 2 files changed, 15 insertions(+), 24 deletions(-)

diff --git a/x11-misc/tinynotify-send/tinynotify-send-1.2.1-r1.ebuild b/x11-misc/tinynotify-send/tinynotify-send-1.2.1-r1.ebuild
index 01cae8d3fad..c6c4bc1676d 100644
--- a/x11-misc/tinynotify-send/tinynotify-send-1.2.1-r1.ebuild
+++ b/x11-misc/tinynotify-send/tinynotify-send-1.2.1-r1.ebuild
@@ -1,9 +1,7 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
-
-inherit autotools-utils
+EAPI=6
 
 DESCRIPTION="A notification sending utility (using libtinynotify)"
 HOMEPAGE="https://github.com/mgorny/tinynotify-send/"
@@ -15,20 +13,20 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND="app-eselect/eselect-notify-send
-	x11-libs/libtinynotify
+	x11-libs/libtinynotify:0=
 	~x11-libs/libtinynotify-cli-${PV}"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"
 
 src_configure() {
-	myeconfargs=(
+	local myconf=(
 		--disable-library
 		--enable-regular
 		--disable-system-wide
 		--with-system-wide-exec=/usr/bin/sw-notify-send
 	)
 
-	autotools-utils_src_configure
+	econf "${myconf[@]}"
 }
 
 pkg_postinst() {

diff --git a/x11-misc/tinynotify-send/tinynotify-send-9999.ebuild b/x11-misc/tinynotify-send/tinynotify-send-9999.ebuild
index aa6765a9d17..7f7ee4ddbf6 100644
--- a/x11-misc/tinynotify-send/tinynotify-send-9999.ebuild
+++ b/x11-misc/tinynotify-send/tinynotify-send-9999.ebuild
@@ -1,48 +1,41 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-#if LIVE
-AUTOTOOLS_AUTORECONF=yes
 EGIT_REPO_URI="https://github.com/mgorny/${PN}.git"
-
-inherit git-r3
-#endif
-
-inherit autotools-utils
+inherit autotools git-r3
 
 DESCRIPTION="A notification sending utility (using libtinynotify)"
 HOMEPAGE="https://github.com/mgorny/tinynotify-send/"
-SRC_URI="https://github.com/mgorny/tinynotify-send/releases/download/${P}/${P}.tar.bz2"
+SRC_URI=""
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS=""
 IUSE=""
 
 RDEPEND="app-eselect/eselect-notify-send
 	x11-libs/libtinynotify:0=
 	~x11-libs/libtinynotify-cli-${PV}"
 DEPEND="${RDEPEND}
+	dev-util/gtk-doc
 	virtual/pkgconfig"
 
-#if LIVE
-KEYWORDS=
-SRC_URI=
-DEPEND="${DEPEND}
-	dev-util/gtk-doc"
-#endif
+src_prepare() {
+	default
+	eautoreconf
+}
 
 src_configure() {
-	myeconfargs=(
+	local myconf=(
 		--disable-library
 		--enable-regular
 		--disable-system-wide
 		--with-system-wide-exec=/usr/bin/sw-notify-send
 	)
 
-	autotools-utils_src_configure
+	econf "${myconf[@]}"
 }
 
 pkg_postinst() {


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/tinynotify-send/
@ 2017-06-29 22:22 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2017-06-29 22:22 UTC (permalink / raw
  To: gentoo-commits

commit:     bd2a232090c1afc154f90fc6dad65af29b225e69
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 29 22:07:25 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 29 22:22:13 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd2a2320

x11-misc/tinynotify-send: Moved back to GitHub

 x11-misc/tinynotify-send/metadata.xml                    | 4 ++--
 x11-misc/tinynotify-send/tinynotify-send-1.2.1-r1.ebuild | 6 +++---
 x11-misc/tinynotify-send/tinynotify-send-9999.ebuild     | 8 ++++----
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/x11-misc/tinynotify-send/metadata.xml b/x11-misc/tinynotify-send/metadata.xml
index f8d46cf8d1c..59cabc032eb 100644
--- a/x11-misc/tinynotify-send/metadata.xml
+++ b/x11-misc/tinynotify-send/metadata.xml
@@ -10,7 +10,7 @@
 			<email>mgorny@gentoo.org</email>
 			<name>Michał Górny</name>
 		</maintainer>
-		<bugs-to>https://bitbucket.org/mgorny/tinynotify-send/issues/</bugs-to>
-		<remote-id type="bitbucket">mgorny/tinynotify-send</remote-id>
+		<bugs-to>https://github.com/mgorny/tinynotify-send/issues/</bugs-to>
+		<remote-id type="github">mgorny/tinynotify-send</remote-id>
 	</upstream>
 </pkgmetadata>

diff --git a/x11-misc/tinynotify-send/tinynotify-send-1.2.1-r1.ebuild b/x11-misc/tinynotify-send/tinynotify-send-1.2.1-r1.ebuild
index a8d7b17412f..01cae8d3fad 100644
--- a/x11-misc/tinynotify-send/tinynotify-send-1.2.1-r1.ebuild
+++ b/x11-misc/tinynotify-send/tinynotify-send-1.2.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -6,8 +6,8 @@ EAPI=4
 inherit autotools-utils
 
 DESCRIPTION="A notification sending utility (using libtinynotify)"
-HOMEPAGE="https://bitbucket.org/mgorny/tinynotify-send/"
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
+HOMEPAGE="https://github.com/mgorny/tinynotify-send/"
+SRC_URI="https://github.com/mgorny/tinynotify-send/releases/download/${P}/${P}.tar.bz2"
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/x11-misc/tinynotify-send/tinynotify-send-9999.ebuild b/x11-misc/tinynotify-send/tinynotify-send-9999.ebuild
index 5be8ecd6e15..aa6765a9d17 100644
--- a/x11-misc/tinynotify-send/tinynotify-send-9999.ebuild
+++ b/x11-misc/tinynotify-send/tinynotify-send-9999.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 #if LIVE
 AUTOTOOLS_AUTORECONF=yes
-EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
+EGIT_REPO_URI="https://github.com/mgorny/${PN}.git"
 
 inherit git-r3
 #endif
@@ -13,8 +13,8 @@ inherit git-r3
 inherit autotools-utils
 
 DESCRIPTION="A notification sending utility (using libtinynotify)"
-HOMEPAGE="https://bitbucket.org/mgorny/tinynotify-send/"
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
+HOMEPAGE="https://github.com/mgorny/tinynotify-send/"
+SRC_URI="https://github.com/mgorny/tinynotify-send/releases/download/${P}/${P}.tar.bz2"
 
 LICENSE="BSD"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/tinynotify-send/
@ 2023-03-01  9:40 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2023-03-01  9:40 UTC (permalink / raw
  To: gentoo-commits

commit:     50256958565d5432d2bb218c4edcf2c6a98de1e9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  1 09:30:42 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar  1 09:40:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50256958

x11-misc/tinynotify-send: Remove the live ebuild

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../tinynotify-send/tinynotify-send-9999.ebuild    | 47 ----------------------
 1 file changed, 47 deletions(-)

diff --git a/x11-misc/tinynotify-send/tinynotify-send-9999.ebuild b/x11-misc/tinynotify-send/tinynotify-send-9999.ebuild
deleted file mode 100644
index 7f7ee4ddbf61..000000000000
--- a/x11-misc/tinynotify-send/tinynotify-send-9999.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_REPO_URI="https://github.com/mgorny/${PN}.git"
-inherit autotools git-r3
-
-DESCRIPTION="A notification sending utility (using libtinynotify)"
-HOMEPAGE="https://github.com/mgorny/tinynotify-send/"
-SRC_URI=""
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND="app-eselect/eselect-notify-send
-	x11-libs/libtinynotify:0=
-	~x11-libs/libtinynotify-cli-${PV}"
-DEPEND="${RDEPEND}
-	dev-util/gtk-doc
-	virtual/pkgconfig"
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-src_configure() {
-	local myconf=(
-		--disable-library
-		--enable-regular
-		--disable-system-wide
-		--with-system-wide-exec=/usr/bin/sw-notify-send
-	)
-
-	econf "${myconf[@]}"
-}
-
-pkg_postinst() {
-	eselect notify-send update ifunset
-}
-
-pkg_postrm() {
-	eselect notify-send update ifunset
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/tinynotify-send/
@ 2023-03-01  9:40 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2023-03-01  9:40 UTC (permalink / raw
  To: gentoo-commits

commit:     f68d3f4810b4cd592d1db86a775a12dc613a441a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  1 09:36:39 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar  1 09:40:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f68d3f48

x11-misc/tinynotify-send: Update URLs

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 x11-misc/tinynotify-send/metadata.xml                    | 7 +------
 x11-misc/tinynotify-send/tinynotify-send-1.2.1-r1.ebuild | 6 +++---
 2 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/x11-misc/tinynotify-send/metadata.xml b/x11-misc/tinynotify-send/metadata.xml
index d17b2795134e..66d473d268b3 100644
--- a/x11-misc/tinynotify-send/metadata.xml
+++ b/x11-misc/tinynotify-send/metadata.xml
@@ -6,11 +6,6 @@
 		<name>Michał Górny</name>
 	</maintainer>
 	<upstream>
-		<maintainer status="active">
-			<email>mgorny@gentoo.org</email>
-			<name>Michał Górny</name>
-		</maintainer>
-		<bugs-to>https://github.com/mgorny/tinynotify-send/issues/</bugs-to>
-		<remote-id type="github">mgorny/tinynotify-send</remote-id>
+		<remote-id type="github">projg2/tinynotify-send</remote-id>
 	</upstream>
 </pkgmetadata>

diff --git a/x11-misc/tinynotify-send/tinynotify-send-1.2.1-r1.ebuild b/x11-misc/tinynotify-send/tinynotify-send-1.2.1-r1.ebuild
index c6c4bc1676d7..cd56e8ab9bf9 100644
--- a/x11-misc/tinynotify-send/tinynotify-send-1.2.1-r1.ebuild
+++ b/x11-misc/tinynotify-send/tinynotify-send-1.2.1-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DESCRIPTION="A notification sending utility (using libtinynotify)"
-HOMEPAGE="https://github.com/mgorny/tinynotify-send/"
-SRC_URI="https://github.com/mgorny/tinynotify-send/releases/download/${P}/${P}.tar.bz2"
+HOMEPAGE="https://github.com/projg2/tinynotify-send/"
+SRC_URI="https://github.com/projg2/tinynotify-send/releases/download/${P}/${P}.tar.bz2"
 
 LICENSE="BSD"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/tinynotify-send/
@ 2023-03-01  9:40 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2023-03-01  9:40 UTC (permalink / raw
  To: gentoo-commits

commit:     3c64ce10b03d03f89a321bae549015b6e0cfdea2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  1 09:37:27 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar  1 09:40:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c64ce10

x11-misc/tinynotify-send: Bump to EAPI 8

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../tinynotify-send/tinynotify-send-1.2.1-r1.ebuild     | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/x11-misc/tinynotify-send/tinynotify-send-1.2.1-r1.ebuild b/x11-misc/tinynotify-send/tinynotify-send-1.2.1-r1.ebuild
index cd56e8ab9bf9..7e6c1580db40 100644
--- a/x11-misc/tinynotify-send/tinynotify-send-1.2.1-r1.ebuild
+++ b/x11-misc/tinynotify-send/tinynotify-send-1.2.1-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DESCRIPTION="A notification sending utility (using libtinynotify)"
 HOMEPAGE="https://github.com/projg2/tinynotify-send/"
@@ -10,13 +10,18 @@ SRC_URI="https://github.com/projg2/tinynotify-send/releases/download/${P}/${P}.t
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
-RDEPEND="app-eselect/eselect-notify-send
+DEPEND="
 	x11-libs/libtinynotify:0=
-	~x11-libs/libtinynotify-cli-${PV}"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
+	~x11-libs/libtinynotify-cli-${PV}
+"
+RDEPEND="
+	${DEPEND}
+	app-eselect/eselect-notify-send
+"
+BDEPEND="
+	virtual/pkgconfig
+"
 
 src_configure() {
 	local myconf=(


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

end of thread, other threads:[~2023-03-01  9:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-01  9:40 [gentoo-commits] repo/gentoo:master commit in: x11-misc/tinynotify-send/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2023-03-01  9:40 Michał Górny
2023-03-01  9:40 Michał Górny
2017-06-29 22:22 Michał Górny
2017-06-29 22:22 Michał Górny

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