[gentoo-commits] repo/gentoo:master commit in: x11-libs/libtinynotify-cli/

2023-03-01 Thread Michał Górny
commit: c51e953d2e14121f0c1554cad55a40a6a143
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar  1 09:33:47 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar  1 09:40:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c51e

x11-libs/libtinynotify-cli: Remove gtk-doc support

Closes: https://bugs.gentoo.org/819570
Signed-off-by: Michał Górny  gentoo.org>

 .../libtinynotify-cli/libtinynotify-cli-1.2.1-r1.ebuild| 14 --
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1-r1.ebuild 
b/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1-r1.ebuild
index 4fd59c7a3c99..c00a3a0b6d00 100644
--- a/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1-r1.ebuild
+++ b/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1-r1.ebuild
@@ -4,7 +4,6 @@
 EAPI=8
 
 MY_P="tinynotify-send-${PV}"
-
 DESCRIPTION="Common CLI routines for tinynotify-send & sw-notify-send"
 HOMEPAGE="https://github.com/projg2/tinynotify-send/;
 
SRC_URI="https://github.com/projg2/tinynotify-send/releases/download/${MY_P}/${MY_P}.tar.bz2;
@@ -13,17 +12,20 @@ S="${WORKDIR}/${MY_P}"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="doc"
 
-RDEPEND="x11-libs/libtinynotify:="
-DEPEND="${RDEPEND}"
+DEPEND="
+   x11-libs/libtinynotify:=
+"
+RDEPEND="
+   ${DEPEND}
+"
 BDEPEND="
virtual/pkgconfig
-   doc? ( dev-util/gtk-doc )"
+"
 
 src_configure() {
local myconf=(
-   $(use_enable doc gtk-doc)
+   --disable-gtk-doc
--disable-regular
--disable-system-wide
)



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libtinynotify-cli/

2023-03-01 Thread Michał Górny
commit: 95fc5457d736958dbfd8c33b9c88933a3480181b
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar  1 09:32:36 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar  1 09:40:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95fc5457

x11-libs/libtinynotify-cli: Update URLs

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

 x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1-r1.ebuild | 4 ++--
 x11-libs/libtinynotify-cli/metadata.xml  | 7 +--
 2 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1-r1.ebuild 
b/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1-r1.ebuild
index dbe4aa355e0b..4fd59c7a3c99 100644
--- a/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1-r1.ebuild
+++ b/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1-r1.ebuild
@@ -6,8 +6,8 @@ EAPI=8
 MY_P="tinynotify-send-${PV}"
 
 DESCRIPTION="Common CLI routines for tinynotify-send & sw-notify-send"
-HOMEPAGE="https://github.com/mgorny/tinynotify-send/;
-SRC_URI="https://github.com/mgorny/tinynotify-send/releases/download/${MY_P}/${MY_P}.tar.bz2;
+HOMEPAGE="https://github.com/projg2/tinynotify-send/;
+SRC_URI="https://github.com/projg2/tinynotify-send/releases/download/${MY_P}/${MY_P}.tar.bz2;
 S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD"

diff --git a/x11-libs/libtinynotify-cli/metadata.xml 
b/x11-libs/libtinynotify-cli/metadata.xml
index d17b2795134e..66d473d268b3 100644
--- a/x11-libs/libtinynotify-cli/metadata.xml
+++ b/x11-libs/libtinynotify-cli/metadata.xml
@@ -6,11 +6,6 @@
Michał Górny


-   
-   mgo...@gentoo.org
-   Michał Górny
-   
-   
https://github.com/mgorny/tinynotify-send/issues/
-   mgorny/tinynotify-send
+   projg2/tinynotify-send

 



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libtinynotify-cli/

2023-02-20 Thread David Seifert
commit: aade6094075302bd54896668a3c792b4ec19030b
Author: David Seifert  gentoo  org>
AuthorDate: Mon Feb 20 20:51:36 2023 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Feb 20 20:51:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aade6094

x11-libs/libtinynotify-cli: drop 

Signed-off-by: David Seifert  gentoo.org>

 .../libtinynotify-cli-.ebuild  | 44 --
 1 file changed, 44 deletions(-)

diff --git a/x11-libs/libtinynotify-cli/libtinynotify-cli-.ebuild 
b/x11-libs/libtinynotify-cli/libtinynotify-cli-.ebuild
deleted file mode 100644
index 101e5c636161..
--- a/x11-libs/libtinynotify-cli/libtinynotify-cli-.ebuild
+++ /dev/null
@@ -1,44 +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/tinynotify-send.git;
-inherit autotools git-r3
-
-MY_P=tinynotify-send-${PV}
-DESCRIPTION="Common CLI routines for tinynotify-send & sw-notify-send"
-HOMEPAGE="https://github.com/mgorny/tinynotify-send/;
-SRC_URI=""
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS=""
-IUSE="doc static-libs"
-
-RDEPEND="x11-libs/libtinynotify:0="
-DEPEND="${RDEPEND}
-   >=dev-util/gtk-doc-1.18
-   virtual/pkgconfig
-   doc? ( dev-util/gtk-doc )"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   local myconf=(
-   $(use_enable doc gtk-doc)
-   $(use_enable static-libs static)
-   --disable-regular
-   --disable-system-wide
-   )
-
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libtinynotify-cli/

2023-02-20 Thread David Seifert
commit: b256cae2cb9a41adcb9f070b9739833a6f7be56e
Author: David Seifert  gentoo  org>
AuthorDate: Mon Feb 20 20:51:37 2023 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Feb 20 20:51:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b256cae2

x11-libs/libtinynotify-cli: update EAPI 6 -> 8

Signed-off-by: David Seifert  gentoo.org>

 2.1.ebuild => libtinynotify-cli-1.2.1-r1.ebuild} | 20 ++--
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1.ebuild 
b/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1-r1.ebuild
similarity index 68%
rename from x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1.ebuild
rename to x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1-r1.ebuild
index d71dbc25ec9e..dbe4aa355e0b 100644
--- a/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1.ebuild
+++ b/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1-r1.ebuild
@@ -1,29 +1,29 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
+
+MY_P="tinynotify-send-${PV}"
 
-MY_P=tinynotify-send-${PV}
 DESCRIPTION="Common CLI routines for tinynotify-send & sw-notify-send"
 HOMEPAGE="https://github.com/mgorny/tinynotify-send/;
 
SRC_URI="https://github.com/mgorny/tinynotify-send/releases/download/${MY_P}/${MY_P}.tar.bz2;
+S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="doc static-libs"
+IUSE="doc"
 
-RDEPEND="x11-libs/libtinynotify:0="
-DEPEND="${RDEPEND}
+RDEPEND="x11-libs/libtinynotify:="
+DEPEND="${RDEPEND}"
+BDEPEND="
virtual/pkgconfig
doc? ( dev-util/gtk-doc )"
 
-S=${WORKDIR}/${MY_P}
-
 src_configure() {
local myconf=(
$(use_enable doc gtk-doc)
-   $(use_enable static-libs static)
--disable-regular
--disable-system-wide
)
@@ -33,5 +33,5 @@ src_configure() {
 
 src_install() {
default
-   find "${D}" -name '*.la' -delete || die
+   find "${ED}" -name '*.la' -delete || die
 }



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libtinynotify-cli/

2017-06-29 Thread Michał Górny
commit: 23e1b5b98064b07772b51ff11f00b30742d23154
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun 29 22:03:00 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun 29 22:22:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23e1b5b9

x11-libs/libtinynotify-cli: Moved back to GitHub

 x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1.ebuild |  6 ++
 x11-libs/libtinynotify-cli/libtinynotify-cli-.ebuild  | 12 +---
 x11-libs/libtinynotify-cli/metadata.xml   |  3 +--
 3 files changed, 8 insertions(+), 13 deletions(-)

diff --git a/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1.ebuild 
b/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1.ebuild
index c6398e8a28c..589149d0761 100644
--- a/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1.ebuild
+++ b/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1.ebuild
@@ -5,12 +5,10 @@ EAPI=4
 
 inherit autotools-utils
 
-MY_PN=tinynotify-send
-MY_P=${MY_PN}-${PV}
-
+MY_P=tinynotify-send-${PV}
 DESCRIPTION="Common CLI routines for tinynotify-send & sw-notify-send"
 HOMEPAGE="https://github.com/mgorny/tinynotify-send/;
-SRC_URI="mirror://github/mgorny/${MY_PN}/${MY_P}.tar.bz2"
+SRC_URI="https://github.com/mgorny/tinynotify-send/releases/download/${MY_P}/${MY_P}.tar.bz2;
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/x11-libs/libtinynotify-cli/libtinynotify-cli-.ebuild 
b/x11-libs/libtinynotify-cli/libtinynotify-cli-.ebuild
index 807fe69ee21..d8bd6197d4b 100644
--- a/x11-libs/libtinynotify-cli/libtinynotify-cli-.ebuild
+++ b/x11-libs/libtinynotify-cli/libtinynotify-cli-.ebuild
@@ -1,23 +1,21 @@
-# Copyright 1999-2014 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/tinynotify-send.git;
+EGIT_REPO_URI="https://github.com/mgorny/tinynotify-send.git;
 
 inherit git-r3
 #endif
 
 inherit autotools-utils
 
-MY_PN=tinynotify-send
-MY_P=${MY_PN}-${PV}
-
+MY_P=tinynotify-send-${PV}
 DESCRIPTION="Common CLI routines for tinynotify-send & sw-notify-send"
-HOMEPAGE="https://bitbucket.org/mgorny/tinynotify-send/;
-SRC_URI="https://www.bitbucket.org/mgorny/${MY_PN}/downloads/${MY_P}.tar.bz2;
+HOMEPAGE="https://github.com/mgorny/tinynotify-send/;
+SRC_URI="https://github.com/mgorny/tinynotify-send/releases/download/${MY_P}/${MY_P}.tar.bz2;
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/x11-libs/libtinynotify-cli/metadata.xml 
b/x11-libs/libtinynotify-cli/metadata.xml
index 4bf622b0ab1..59cabc032eb 100644
--- a/x11-libs/libtinynotify-cli/metadata.xml
+++ b/x11-libs/libtinynotify-cli/metadata.xml
@@ -10,8 +10,7 @@
mgo...@gentoo.org
Michał Górny

-   
https://bitbucket.org/mgorny/tinynotify-send/issues/
-   mgorny/tinynotify-send
+   
https://github.com/mgorny/tinynotify-send/issues/
mgorny/tinynotify-send

 



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libtinynotify-cli/

2017-06-29 Thread Michał Górny
commit: 79f89dbd01e97c279c4ccf0d2453b1834d97934c
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun 29 22:05:46 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun 29 22:22:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79f89dbd

x11-libs/libtinynotify-cli: Modernize to EAPI=6

 .../libtinynotify-cli-1.2.1.ebuild | 19 +++-
 .../libtinynotify-cli-.ebuild  | 35 +++---
 2 files changed, 28 insertions(+), 26 deletions(-)

diff --git a/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1.ebuild 
b/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1.ebuild
index 589149d0761..d71dbc25ec9 100644
--- a/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1.ebuild
+++ b/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
-
-inherit autotools-utils
+EAPI=6
 
 MY_P=tinynotify-send-${PV}
 DESCRIPTION="Common CLI routines for tinynotify-send & sw-notify-send"
@@ -15,20 +13,25 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="doc static-libs"
 
-RDEPEND="x11-libs/libtinynotify"
+RDEPEND="x11-libs/libtinynotify:0="
 DEPEND="${RDEPEND}
virtual/pkgconfig
doc? ( dev-util/gtk-doc )"
 
-DOCS=( README )
 S=${WORKDIR}/${MY_P}
 
 src_configure() {
-   local myeconfargs=(
+   local myconf=(
$(use_enable doc gtk-doc)
+   $(use_enable static-libs static)
--disable-regular
--disable-system-wide
)
 
-   autotools-utils_src_configure
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
 }

diff --git a/x11-libs/libtinynotify-cli/libtinynotify-cli-.ebuild 
b/x11-libs/libtinynotify-cli/libtinynotify-cli-.ebuild
index d8bd6197d4b..101e5c63616 100644
--- a/x11-libs/libtinynotify-cli/libtinynotify-cli-.ebuild
+++ b/x11-libs/libtinynotify-cli/libtinynotify-cli-.ebuild
@@ -1,45 +1,44 @@
 # 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/tinynotify-send.git;
-
-inherit git-r3
-#endif
-
-inherit autotools-utils
+inherit autotools git-r3
 
 MY_P=tinynotify-send-${PV}
 DESCRIPTION="Common CLI routines for tinynotify-send & sw-notify-send"
 HOMEPAGE="https://github.com/mgorny/tinynotify-send/;
-SRC_URI="https://github.com/mgorny/tinynotify-send/releases/download/${MY_P}/${MY_P}.tar.bz2;
+SRC_URI=""
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS=""
 IUSE="doc static-libs"
 
 RDEPEND="x11-libs/libtinynotify:0="
 DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-1.18
virtual/pkgconfig
doc? ( dev-util/gtk-doc )"
 
-#if LIVE
-KEYWORDS=
-SRC_URI=
-DEPEND="${DEPEND}
-   >=dev-util/gtk-doc-1.18"
-#endif
+src_prepare() {
+   default
+   eautoreconf
+}
 
 src_configure() {
-   local myeconfargs=(
+   local myconf=(
$(use_enable doc gtk-doc)
+   $(use_enable static-libs static)
--disable-regular
--disable-system-wide
)
 
-   autotools-utils_src_configure
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
 }