* [gentoo-commits] repo/gentoo:master commit in: net-mail/gnubiff/
@ 2017-05-04 8:46 Eray Aslan
0 siblings, 0 replies; 8+ messages in thread
From: Eray Aslan @ 2017-05-04 8:46 UTC (permalink / raw
To: gentoo-commits
commit: aa6441f4d19651a9dc1f939b1ad36364426adc87
Author: Eray Aslan <eras <AT> gentoo <DOT> org>
AuthorDate: Thu May 4 08:45:35 2017 +0000
Commit: Eray Aslan <eras <AT> gentoo <DOT> org>
CommitDate: Thu May 4 08:46:15 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa6441f4
net-mail/gnubiff: version bump to 2.2.17 - bug 616340
Package-Manager: Portage-2.3.5, Repoman-2.3.2
net-mail/gnubiff/Manifest | 1 +
net-mail/gnubiff/gnubiff-2.2.17.ebuild | 50 ++++++++++++++++++++++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/net-mail/gnubiff/Manifest b/net-mail/gnubiff/Manifest
index cee6a6c5147..43360c95810 100644
--- a/net-mail/gnubiff/Manifest
+++ b/net-mail/gnubiff/Manifest
@@ -1 +1,2 @@
DIST gnubiff-2.2.15.tar.gz 851638 SHA256 1565af4084f1f6335ab4df412e60bca14591cc2ca35db60d950972b7240f80d9 SHA512 592a9934f34cec65869bef6bb7a488fd1a44515d513e47b440a36ef15ff9c44dbedb33c27e375ac6cc9590d9a0f02b315307913059f3d7e44ee64a87d95f52c4 WHIRLPOOL ac04fdb2aab577cc93df5aeef82ea3a93200728d6fbc0bdd3172dda011aad5507b6b448515dda1b1d855b2074891afb7ac983f5bfafbd6af2d31d7a5d72c8274
+DIST gnubiff-2.2.17.tar.gz 897817 SHA256 e616ab031d493e4b9b27a2bccc810e4b2ada912b3cf8d44f39325cbc5293fb2c SHA512 2fe715d584fb057255d4922275de152ff5b1167abcbdd27d33124921a4c659c3db301944a73d58622ecd22f62615d44b5bebb83838bbd53c67a2dd8286592d89 WHIRLPOOL b0d7b793b3bb3d70479e1701721eee4d5c54014eaa9498c4bb2aaffe398c95ced55ff71f6d700214b0eb4002d053126d14b20758b522b0ec9b7c28d7b6956909
diff --git a/net-mail/gnubiff/gnubiff-2.2.17.ebuild b/net-mail/gnubiff/gnubiff-2.2.17.ebuild
new file mode 100644
index 00000000000..a370cd6f911
--- /dev/null
+++ b/net-mail/gnubiff/gnubiff-2.2.17.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools
+
+DESCRIPTION="A mail notification program"
+HOMEPAGE="http://gnubiff.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug fam nls password"
+
+RDEPEND="
+ >=x11-libs/gtk+-3:3
+ >=gnome-base/libglade-2.3
+ dev-libs/popt
+ password? ( dev-libs/openssl:* )
+ fam? ( virtual/fam )
+ x11-proto/xproto
+ x11-libs/libX11
+ x11-libs/pango
+ x11-libs/gdk-pixbuf
+"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+"
+
+DOCS="AUTHORS ChangeLog NEWS README THANKS TODO"
+
+src_prepare() {
+ eapply -p0 "${FILESDIR}/${PN}-2.2.15-fix-nls.patch"
+ eapply -p1 "${FILESDIR}/${PN}-2.2.15-gold.patch"
+ eapply -p0 "${FILESDIR}/${PN}-2.2.15-underlink.patch"
+ eautoreconf
+ eapply_user
+}
+
+src_configure() {
+ # note: --disable-gnome is to avoid deprecated gnome-panel-2.x
+ econf \
+ --disable-gnome \
+ $(use_enable debug) \
+ $(use_enable nls) \
+ $(use_enable fam) \
+ $(use_with password) \
+ $(use_with password password-string ${RANDOM}${RANDOM}${RANDOM}${RANDOM})
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/gnubiff/
@ 2018-04-28 1:16 Matt Turner
0 siblings, 0 replies; 8+ messages in thread
From: Matt Turner @ 2018-04-28 1:16 UTC (permalink / raw
To: gentoo-commits
commit: 2db038ca7d31cbd10e865c4ffce8eaee300b8135
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 28 01:06:32 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Apr 28 01:07:46 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2db038ca
net-mail/gnubiff: Drop unnecessary x11-proto dep
net-mail/gnubiff/{gnubiff-2.2.15-r2.ebuild => gnubiff-2.2.15-r3.ebuild} | 1 -
net-mail/gnubiff/{gnubiff-2.2.17.ebuild => gnubiff-2.2.17-r1.ebuild} | 1 -
2 files changed, 2 deletions(-)
diff --git a/net-mail/gnubiff/gnubiff-2.2.15-r2.ebuild b/net-mail/gnubiff/gnubiff-2.2.15-r3.ebuild
similarity index 98%
rename from net-mail/gnubiff/gnubiff-2.2.15-r2.ebuild
rename to net-mail/gnubiff/gnubiff-2.2.15-r3.ebuild
index 42858029624..d37d1433a5c 100644
--- a/net-mail/gnubiff/gnubiff-2.2.15-r2.ebuild
+++ b/net-mail/gnubiff/gnubiff-2.2.15-r3.ebuild
@@ -19,7 +19,6 @@ RDEPEND="
dev-libs/popt
password? ( dev-libs/openssl )
fam? ( virtual/fam )
- x11-proto/xproto
x11-libs/libX11
x11-libs/pango
x11-libs/gdk-pixbuf
diff --git a/net-mail/gnubiff/gnubiff-2.2.17.ebuild b/net-mail/gnubiff/gnubiff-2.2.17-r1.ebuild
similarity index 98%
rename from net-mail/gnubiff/gnubiff-2.2.17.ebuild
rename to net-mail/gnubiff/gnubiff-2.2.17-r1.ebuild
index a370cd6f911..3312ee12e0a 100644
--- a/net-mail/gnubiff/gnubiff-2.2.17.ebuild
+++ b/net-mail/gnubiff/gnubiff-2.2.17-r1.ebuild
@@ -19,7 +19,6 @@ RDEPEND="
dev-libs/popt
password? ( dev-libs/openssl:* )
fam? ( virtual/fam )
- x11-proto/xproto
x11-libs/libX11
x11-libs/pango
x11-libs/gdk-pixbuf
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/gnubiff/
@ 2018-05-29 11:17 Thomas Deutschmann
0 siblings, 0 replies; 8+ messages in thread
From: Thomas Deutschmann @ 2018-05-29 11:17 UTC (permalink / raw
To: gentoo-commits
commit: 46685b7c7a442a8549e65ca2e75d165e4f5429c5
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue May 29 11:05:29 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue May 29 11:05:29 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46685b7c
net-mail/gnubiff: x86 stable (bug #653112)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
net-mail/gnubiff/gnubiff-2.2.17-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-mail/gnubiff/gnubiff-2.2.17-r1.ebuild b/net-mail/gnubiff/gnubiff-2.2.17-r1.ebuild
index 3312ee12e0a..ca547a8708c 100644
--- a/net-mail/gnubiff/gnubiff-2.2.17-r1.ebuild
+++ b/net-mail/gnubiff/gnubiff-2.2.17-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE="debug fam nls password"
RDEPEND="
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/gnubiff/
@ 2018-05-29 16:26 Mikle Kolyada
0 siblings, 0 replies; 8+ messages in thread
From: Mikle Kolyada @ 2018-05-29 16:26 UTC (permalink / raw
To: gentoo-commits
commit: fd433fe2ac7b9f205c0f52008e07606dd45b5a03
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue May 29 16:26:04 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue May 29 16:26:04 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd433fe2
net-mail/gnubiff: amd64 stable wrt bug #653112
Package-Manager: Portage-2.3.24, Repoman-2.3.6
net-mail/gnubiff/gnubiff-2.2.17-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mail/gnubiff/gnubiff-2.2.17-r1.ebuild b/net-mail/gnubiff/gnubiff-2.2.17-r1.ebuild
index ca547a8708c..f2f1da676d1 100644
--- a/net-mail/gnubiff/gnubiff-2.2.17-r1.ebuild
+++ b/net-mail/gnubiff/gnubiff-2.2.17-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE="debug fam nls password"
RDEPEND="
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/gnubiff/
@ 2019-05-29 10:03 Michał Górny
0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2019-05-29 10:03 UTC (permalink / raw
To: gentoo-commits
commit: a64830a1c12547db0e24df0572b2ac65494baa0e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 28 18:50:09 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 29 10:02:08 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a64830a1
net-mail/gnubiff: [QA] Fix openssl dep to :0=
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-mail/gnubiff/gnubiff-2.2.15-r3.ebuild | 4 ++--
.../gnubiff/{gnubiff-2.2.17-r1.ebuild => gnubiff-2.2.17-r2.ebuild} | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/net-mail/gnubiff/gnubiff-2.2.15-r3.ebuild b/net-mail/gnubiff/gnubiff-2.2.15-r3.ebuild
index d37d1433a5c..b22d67e1a6c 100644
--- a/net-mail/gnubiff/gnubiff-2.2.15-r3.ebuild
+++ b/net-mail/gnubiff/gnubiff-2.2.15-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -17,7 +17,7 @@ RDEPEND="
>=x11-libs/gtk+-3:3
>=gnome-base/libglade-2.3
dev-libs/popt
- password? ( dev-libs/openssl )
+ password? ( dev-libs/openssl:0= )
fam? ( virtual/fam )
x11-libs/libX11
x11-libs/pango
diff --git a/net-mail/gnubiff/gnubiff-2.2.17-r1.ebuild b/net-mail/gnubiff/gnubiff-2.2.17-r2.ebuild
similarity index 93%
rename from net-mail/gnubiff/gnubiff-2.2.17-r1.ebuild
rename to net-mail/gnubiff/gnubiff-2.2.17-r2.ebuild
index f2f1da676d1..2cbcdd2ea19 100644
--- a/net-mail/gnubiff/gnubiff-2.2.17-r1.ebuild
+++ b/net-mail/gnubiff/gnubiff-2.2.17-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -17,7 +17,7 @@ RDEPEND="
>=x11-libs/gtk+-3:3
>=gnome-base/libglade-2.3
dev-libs/popt
- password? ( dev-libs/openssl:* )
+ password? ( dev-libs/openssl:0= )
fam? ( virtual/fam )
x11-libs/libX11
x11-libs/pango
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/gnubiff/
@ 2024-07-19 12:23 Arthur Zamarin
0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2024-07-19 12:23 UTC (permalink / raw
To: gentoo-commits
commit: b55849a1814ef036e05d3d44a6a77401a108237b
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 19 12:22:59 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 19 12:22:59 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b55849a1
net-mail/gnubiff: Stabilize 2.2.17-r3 amd64, #936298
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-mail/gnubiff/gnubiff-2.2.17-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mail/gnubiff/gnubiff-2.2.17-r3.ebuild b/net-mail/gnubiff/gnubiff-2.2.17-r3.ebuild
index 0d4ecb09b88c..51e4a6d79353 100644
--- a/net-mail/gnubiff/gnubiff-2.2.17-r3.ebuild
+++ b/net-mail/gnubiff/gnubiff-2.2.17-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
LICENSE="GPL-3+-with-openssl-exception"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="debug fam nls password"
# This package depends upon deprecated gnome-base/libglade. An
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/gnubiff/
@ 2024-07-19 12:24 Arthur Zamarin
0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2024-07-19 12:24 UTC (permalink / raw
To: gentoo-commits
commit: c9aa7b94644e5aade4433eb0699dfb8ad9639ec8
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 19 12:24:38 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 19 12:24:38 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9aa7b94
net-mail/gnubiff: Stabilize 2.2.17-r3 x86, #936298
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-mail/gnubiff/gnubiff-2.2.17-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mail/gnubiff/gnubiff-2.2.17-r3.ebuild b/net-mail/gnubiff/gnubiff-2.2.17-r3.ebuild
index 51e4a6d79353..a1e90b500c31 100644
--- a/net-mail/gnubiff/gnubiff-2.2.17-r3.ebuild
+++ b/net-mail/gnubiff/gnubiff-2.2.17-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
LICENSE="GPL-3+-with-openssl-exception"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="debug fam nls password"
# This package depends upon deprecated gnome-base/libglade. An
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/gnubiff/
@ 2024-07-24 18:32 Arthur Zamarin
0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2024-07-24 18:32 UTC (permalink / raw
To: gentoo-commits
commit: 7815b636a44030999ded7399b91d6242423e6633
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 24 18:31:53 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 24 18:32:10 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7815b636
net-mail/gnubiff: drop 2.2.17-r2
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-mail/gnubiff/gnubiff-2.2.17-r2.ebuild | 49 -------------------------------
1 file changed, 49 deletions(-)
diff --git a/net-mail/gnubiff/gnubiff-2.2.17-r2.ebuild b/net-mail/gnubiff/gnubiff-2.2.17-r2.ebuild
deleted file mode 100644
index 3ad5e5bfb620..000000000000
--- a/net-mail/gnubiff/gnubiff-2.2.17-r2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools
-
-DESCRIPTION="A mail notification program"
-HOMEPAGE="http://gnubiff.sourceforge.net/"
-SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug fam nls password"
-
-RDEPEND="
- >=x11-libs/gtk+-3:3
- >=gnome-base/libglade-2.3
- dev-libs/popt
- password? ( dev-libs/openssl:0= )
- fam? ( virtual/fam )
- x11-libs/libX11
- x11-libs/pango
- x11-libs/gdk-pixbuf
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
-"
-
-DOCS="AUTHORS ChangeLog NEWS README THANKS TODO"
-
-src_prepare() {
- eapply -p0 "${FILESDIR}/${PN}-2.2.15-fix-nls.patch"
- eapply -p1 "${FILESDIR}/${PN}-2.2.15-gold.patch"
- eapply -p0 "${FILESDIR}/${PN}-2.2.15-underlink.patch"
- eautoreconf
- eapply_user
-}
-
-src_configure() {
- # note: --disable-gnome is to avoid deprecated gnome-panel-2.x
- econf \
- --disable-gnome \
- $(use_enable debug) \
- $(use_enable nls) \
- $(use_enable fam) \
- $(use_with password) \
- $(use_with password password-string ${RANDOM}${RANDOM}${RANDOM}${RANDOM})
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-07-24 18:32 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-29 16:26 [gentoo-commits] repo/gentoo:master commit in: net-mail/gnubiff/ Mikle Kolyada
-- strict thread matches above, loose matches on Subject: below --
2024-07-24 18:32 Arthur Zamarin
2024-07-19 12:24 Arthur Zamarin
2024-07-19 12:23 Arthur Zamarin
2019-05-29 10:03 Michał Górny
2018-05-29 11:17 Thomas Deutschmann
2018-04-28 1:16 Matt Turner
2017-05-04 8:46 Eray Aslan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox