* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libtinynotify-cli/
@ 2017-06-29 22:22 Michał Górny
0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2017-06-29 22:22 UTC (permalink / raw
To: gentoo-commits
commit: 79f89dbd01e97c279c4ccf0d2453b1834d97934c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 29 22:05:46 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 29 22:22:12 2017 +0000
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-9999.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-9999.ebuild b/x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild
index d8bd6197d4b..101e5c63616 100644
--- a/x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild
+++ b/x11-libs/libtinynotify-cli/libtinynotify-cli-9999.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
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libtinynotify-cli/
@ 2017-06-29 22:22 Michał Górny
0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2017-06-29 22:22 UTC (permalink / raw
To: gentoo-commits
commit: 23e1b5b98064b07772b51ff11f00b30742d23154
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 29 22:03:00 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 29 22:22:12 2017 +0000
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-9999.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-9999.ebuild b/x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild
index 807fe69ee21..d8bd6197d4b 100644
--- a/x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild
+++ b/x11-libs/libtinynotify-cli/libtinynotify-cli-9999.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 @@
<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>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libtinynotify-cli/
@ 2023-02-20 20:52 David Seifert
0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2023-02-20 20:52 UTC (permalink / raw
To: gentoo-commits
commit: aade6094075302bd54896668a3c792b4ec19030b
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 20 20:51:36 2023 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Feb 20 20:51:36 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aade6094
x11-libs/libtinynotify-cli: drop 9999
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../libtinynotify-cli-9999.ebuild | 44 ----------------------
1 file changed, 44 deletions(-)
diff --git a/x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild b/x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild
deleted file mode 100644
index 101e5c636161..000000000000
--- a/x11-libs/libtinynotify-cli/libtinynotify-cli-9999.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
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libtinynotify-cli/
@ 2023-02-20 20:52 David Seifert
0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2023-02-20 20:52 UTC (permalink / raw
To: gentoo-commits
commit: b256cae2cb9a41adcb9f070b9739833a6f7be56e
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 20 20:51:37 2023 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Feb 20 20:51:37 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b256cae2
x11-libs/libtinynotify-cli: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap <AT> 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
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libtinynotify-cli/
@ 2023-03-01 9:40 Michał Górny
0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2023-03-01 9:40 UTC (permalink / raw
To: gentoo-commits
commit: c51e6666953d2e14121f0c1554cad55a40a6a143
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 1 09:33:47 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar 1 09:40:21 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c51e6666
x11-libs/libtinynotify-cli: Remove gtk-doc support
Closes: https://bugs.gentoo.org/819570
Signed-off-by: Michał Górny <mgorny <AT> 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
)
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libtinynotify-cli/
@ 2023-03-01 9:40 Michał Górny
0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2023-03-01 9:40 UTC (permalink / raw
To: gentoo-commits
commit: 95fc5457d736958dbfd8c33b9c88933a3480181b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 1 09:32:36 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar 1 09:40:20 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95fc5457
x11-libs/libtinynotify-cli: Update URLs
Signed-off-by: Michał Górny <mgorny <AT> 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 @@
<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>
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-03-01 9:40 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-29 22:22 [gentoo-commits] repo/gentoo:master commit in: x11-libs/libtinynotify-cli/ 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
2023-02-20 20:52 David Seifert
2023-02-20 20:52 David Seifert
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