public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/guifications/
@ 2018-05-26 18:16 Aaron Bauman
  0 siblings, 0 replies; 14+ messages in thread
From: Aaron Bauman @ 2018-05-26 18:16 UTC (permalink / raw
  To: gentoo-commits

commit:     d95632b32651ea54934fa4871e7aca72234a816c
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 16:30:02 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat May 26 18:16:43 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d95632b3

x11-plugins/guifications: bump EAPI and drop eutils

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-plugins/guifications/guifications-2.16.ebuild | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/x11-plugins/guifications/guifications-2.16.ebuild b/x11-plugins/guifications/guifications-2.16.ebuild
index 70ceda6a6a7..95bed743de1 100644
--- a/x11-plugins/guifications/guifications-2.16.ebuild
+++ b/x11-plugins/guifications/guifications-2.16.ebuild
@@ -1,14 +1,13 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="2"
-
-inherit eutils
+EAPI=6
 
 MY_PN=pidgin-${PN}
 MY_PV=${PV/_beta/beta}
 MY_P=${MY_PN}-${MY_PV}
 S="${WORKDIR}/${MY_P}"
+
 DESCRIPTION="Guifications is a graphical notification plugin for pidgin"
 HOMEPAGE="http://plugins.guifications.org/"
 SRC_URI="http://downloads.guifications.org/plugins//Guifications2/${MY_P}.tar.bz2"
@@ -32,5 +31,5 @@ src_configure() {
 
 src_install() {
 	emake install DESTDIR="${D}" || die "make install failure"
-	dodoc AUTHORS ChangeLog INSTALL NEWS README TODO VERSION || die
+	default
 }


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/guifications/
@ 2024-04-19 16:15 Arthur Zamarin
  0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2024-04-19 16:15 UTC (permalink / raw
  To: gentoo-commits

commit:     c2fbbcacc09ad0a65819b82067366091204d19f8
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 19 16:14:58 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 19 16:14:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2fbbcac

x11-plugins/guifications: drop 2.16, EAPI6--

Closes: https://bugs.gentoo.org/930226
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-plugins/guifications/guifications-2.16.ebuild | 30 -----------------------
 1 file changed, 30 deletions(-)

diff --git a/x11-plugins/guifications/guifications-2.16.ebuild b/x11-plugins/guifications/guifications-2.16.ebuild
deleted file mode 100644
index 0c8a39b85b1b..000000000000
--- a/x11-plugins/guifications/guifications-2.16.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN=pidgin-${PN}
-MY_PV=${PV/_beta/beta}
-MY_P=${MY_PN}-${MY_PV}
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="Guifications is a graphical notification plugin for pidgin"
-HOMEPAGE="http://plugins.guifications.org/"
-SRC_URI="http://downloads.guifications.org/plugins//Guifications2/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE="debug nls"
-
-RDEPEND="net-im/pidgin[gtk]
-	x11-libs/gtk+:2"
-
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-src_configure() {
-	econf \
-		$(use_enable debug ) \
-		$(use_enable nls)
-}


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/guifications/
@ 2024-04-19 15:32 Arthur Zamarin
  0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2024-04-19 15:32 UTC (permalink / raw
  To: gentoo-commits

commit:     5ded2f78ac9d5059629d443c46d6b974547064c6
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 19 15:32:34 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 19 15:32:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ded2f78

x11-plugins/guifications: Stabilize 2.16-r1 amd64, #930226

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-plugins/guifications/guifications-2.16-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/guifications/guifications-2.16-r1.ebuild b/x11-plugins/guifications/guifications-2.16-r1.ebuild
index 284d6a90cb10..7c581a439a1e 100644
--- a/x11-plugins/guifications/guifications-2.16-r1.ebuild
+++ b/x11-plugins/guifications/guifications-2.16-r1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ppc sparc x86"
+KEYWORDS="amd64 ppc sparc x86"
 IUSE="debug nls"
 
 RDEPEND="net-im/pidgin[gtk]


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/guifications/
@ 2024-04-19 10:51 Arthur Zamarin
  0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2024-04-19 10:51 UTC (permalink / raw
  To: gentoo-commits

commit:     c16dac1d0252fe215848d44d6b04995f2dd2f495
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 19 10:51:44 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 19 10:51:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c16dac1d

x11-plugins/guifications: Stabilize 2.16-r1 ppc, #930226

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-plugins/guifications/guifications-2.16-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/guifications/guifications-2.16-r1.ebuild b/x11-plugins/guifications/guifications-2.16-r1.ebuild
index 4b45567fd542..284d6a90cb10 100644
--- a/x11-plugins/guifications/guifications-2.16-r1.ebuild
+++ b/x11-plugins/guifications/guifications-2.16-r1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc sparc x86"
+KEYWORDS="~amd64 ppc sparc x86"
 IUSE="debug nls"
 
 RDEPEND="net-im/pidgin[gtk]


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/guifications/
@ 2024-04-19  9:38 Arthur Zamarin
  0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2024-04-19  9:38 UTC (permalink / raw
  To: gentoo-commits

commit:     f068cc17929fd87d56bd303e5af4325de579d6a2
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 19 09:38:07 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 19 09:38:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f068cc17

x11-plugins/guifications: Stabilize 2.16-r1 sparc, #930226

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-plugins/guifications/guifications-2.16-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/guifications/guifications-2.16-r1.ebuild b/x11-plugins/guifications/guifications-2.16-r1.ebuild
index 4627815b0aee..4b45567fd542 100644
--- a/x11-plugins/guifications/guifications-2.16-r1.ebuild
+++ b/x11-plugins/guifications/guifications-2.16-r1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc x86"
+KEYWORDS="~amd64 ~ppc sparc x86"
 IUSE="debug nls"
 
 RDEPEND="net-im/pidgin[gtk]


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/guifications/
@ 2024-04-19  8:00 Arthur Zamarin
  0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2024-04-19  8:00 UTC (permalink / raw
  To: gentoo-commits

commit:     57c3fb96c48dcd9dcc6a37a5d43cc73a3f666689
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 19 08:00:53 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 19 08:00:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57c3fb96

x11-plugins/guifications: Stabilize 2.16-r1 x86, #930226

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-plugins/guifications/guifications-2.16-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/guifications/guifications-2.16-r1.ebuild b/x11-plugins/guifications/guifications-2.16-r1.ebuild
index e54eb1cf8f87..4627815b0aee 100644
--- a/x11-plugins/guifications/guifications-2.16-r1.ebuild
+++ b/x11-plugins/guifications/guifications-2.16-r1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc x86"
 IUSE="debug nls"
 
 RDEPEND="net-im/pidgin[gtk]


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/guifications/
@ 2024-02-25 10:28 Andreas Schuerch
  0 siblings, 0 replies; 14+ messages in thread
From: Andreas Schuerch @ 2024-02-25 10:28 UTC (permalink / raw
  To: gentoo-commits

commit:     cf52bbfa8321519a7b222f0ef295f45543762497
Author:     Andreas Schuerch <nativemad <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 25 10:16:12 2024 +0000
Commit:     Andreas Schuerch <nativemad <AT> gentoo <DOT> org>
CommitDate: Sun Feb 25 10:27:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf52bbfa

x11-plugins/guifications: add myself as a maintainer

Signed-off-by: Andreas Schuerch <nativemad <AT> gentoo.org>

 x11-plugins/guifications/metadata.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11-plugins/guifications/metadata.xml b/x11-plugins/guifications/metadata.xml
index 85e4ed814fa2..e8de1c56b30f 100644
--- a/x11-plugins/guifications/metadata.xml
+++ b/x11-plugins/guifications/metadata.xml
@@ -1,5 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<!-- maintainer-needed -->
+	<maintainer type="person">
+		<email>nativemad@gentoo.org</email>
+		<name>Andreas Schuerch</name>
+	</maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/guifications/
@ 2024-02-25 10:12 Andreas Schuerch
  0 siblings, 0 replies; 14+ messages in thread
From: Andreas Schuerch @ 2024-02-25 10:12 UTC (permalink / raw
  To: gentoo-commits

commit:     22fc2413208a9dc2c73c438f3c958ec0fc5e9bfc
Author:     Andreas Schuerch <nativemad <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 25 10:01:52 2024 +0000
Commit:     Andreas Schuerch <nativemad <AT> gentoo <DOT> org>
CommitDate: Sun Feb 25 10:11:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22fc2413

x11-plugins/guifications: EAPI8 bump, fix LICENSE, fix bug #853010

Closes: https://bugs.gentoo.org/853010
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Andreas Schuerch <nativemad <AT> gentoo.org>

 .../guifications/guifications-2.16-r1.ebuild       | 35 ++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/x11-plugins/guifications/guifications-2.16-r1.ebuild b/x11-plugins/guifications/guifications-2.16-r1.ebuild
new file mode 100644
index 000000000000..e54eb1cf8f87
--- /dev/null
+++ b/x11-plugins/guifications/guifications-2.16-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="pidgin-${PN}"
+MY_PV="${PV/_beta/beta}"
+MY_P="${MY_PN}-${MY_PV}"
+
+DESCRIPTION="Guifications is a graphical notification plugin for pidgin"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
+SRC_URI="http://downloads.guifications.org/plugins//Guifications2/${MY_P}.tar.bz2"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="debug nls"
+
+RDEPEND="net-im/pidgin[gtk]
+	x11-libs/gtk+:2"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_configure() {
+	econf \
+		$(use_enable debug ) \
+		$(use_enable nls)
+}
+
+src_install() {
+	default
+
+	find "${D}" -type f -name '*.la' -delete || die "la removal failed"
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/guifications/
@ 2021-04-12  1:09 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2021-04-12  1:09 UTC (permalink / raw
  To: gentoo-commits

commit:     cd02831690b69689452ddb171d6af4796ce00896
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 11 23:58:47 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 12 01:07:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd028316

x11-plugins/guifications: fix DEPEND typo

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-plugins/guifications/guifications-2.16.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/guifications/guifications-2.16.ebuild b/x11-plugins/guifications/guifications-2.16.ebuild
index f6ac6a1017d..0c8a39b85b1 100644
--- a/x11-plugins/guifications/guifications-2.16.ebuild
+++ b/x11-plugins/guifications/guifications-2.16.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -20,7 +20,7 @@ IUSE="debug nls"
 RDEPEND="net-im/pidgin[gtk]
 	x11-libs/gtk+:2"
 
-DEPEND="${DEPEND}
+DEPEND="${RDEPEND}
 	virtual/pkgconfig"
 
 src_configure() {


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/guifications/
@ 2020-03-20 21:53 Matt Turner
  0 siblings, 0 replies; 14+ messages in thread
From: Matt Turner @ 2020-03-20 21:53 UTC (permalink / raw
  To: gentoo-commits

commit:     5d4d8370f27005a963095786e52d717df26c0101
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 20 21:50:55 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Mar 20 21:52:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d4d8370

x11-plugins/guifications: drop hppa keywords

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-plugins/guifications/guifications-2.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/guifications/guifications-2.16.ebuild b/x11-plugins/guifications/guifications-2.16.ebuild
index 1f47640b99b..f6ac6a1017d 100644
--- a/x11-plugins/guifications/guifications-2.16.ebuild
+++ b/x11-plugins/guifications/guifications-2.16.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://downloads.guifications.org/plugins//Guifications2/${MY_P}.tar.bz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ppc sparc x86"
+KEYWORDS="amd64 ppc sparc x86"
 IUSE="debug nls"
 
 RDEPEND="net-im/pidgin[gtk]


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/guifications/
@ 2020-02-07 22:44 Mart Raudsepp
  0 siblings, 0 replies; 14+ messages in thread
From: Mart Raudsepp @ 2020-02-07 22:44 UTC (permalink / raw
  To: gentoo-commits

commit:     62832bd6df944516f7f3047243d37d0e0d36037f
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  7 22:30:52 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Fri Feb  7 22:44:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62832bd6

x11-plugins/guifications: drop to ~hppa

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 x11-plugins/guifications/guifications-2.16.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/guifications/guifications-2.16.ebuild b/x11-plugins/guifications/guifications-2.16.ebuild
index f50721872ac..1f47640b99b 100644
--- a/x11-plugins/guifications/guifications-2.16.ebuild
+++ b/x11-plugins/guifications/guifications-2.16.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ SRC_URI="http://downloads.guifications.org/plugins//Guifications2/${MY_P}.tar.bz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 hppa ppc sparc x86"
+KEYWORDS="amd64 ~hppa ppc sparc x86"
 IUSE="debug nls"
 
 RDEPEND="net-im/pidgin[gtk]


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/guifications/
@ 2018-05-27 18:23 Aaron Bauman
  0 siblings, 0 replies; 14+ messages in thread
From: Aaron Bauman @ 2018-05-27 18:23 UTC (permalink / raw
  To: gentoo-commits

commit:     9b5229b7edf3c14d056403b61c1edd6d37c6fb68
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 15:55:54 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 27 18:23:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b5229b7

x11-plugins/guifications: remove obsolete || die

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-plugins/guifications/guifications-2.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/guifications/guifications-2.16.ebuild b/x11-plugins/guifications/guifications-2.16.ebuild
index 7c04124a3e3..f50721872ac 100644
--- a/x11-plugins/guifications/guifications-2.16.ebuild
+++ b/x11-plugins/guifications/guifications-2.16.ebuild
@@ -26,5 +26,5 @@ DEPEND="${DEPEND}
 src_configure() {
 	econf \
 		$(use_enable debug ) \
-		$(use_enable nls) || die "econf failure"
+		$(use_enable nls)
 }


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/guifications/
@ 2018-05-27 18:23 Aaron Bauman
  0 siblings, 0 replies; 14+ messages in thread
From: Aaron Bauman @ 2018-05-27 18:23 UTC (permalink / raw
  To: gentoo-commits

commit:     74a09ef4102dd69a9c9c8cf967bdec6f73ac7909
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 13:53:02 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 27 18:23:10 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74a09ef4

x11-plugins/guifications: nix src_install()

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-plugins/guifications/guifications-2.16.ebuild | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/x11-plugins/guifications/guifications-2.16.ebuild b/x11-plugins/guifications/guifications-2.16.ebuild
index 95bed743de1..7c04124a3e3 100644
--- a/x11-plugins/guifications/guifications-2.16.ebuild
+++ b/x11-plugins/guifications/guifications-2.16.ebuild
@@ -28,8 +28,3 @@ src_configure() {
 		$(use_enable debug ) \
 		$(use_enable nls) || die "econf failure"
 }
-
-src_install() {
-	emake install DESTDIR="${D}" || die "make install failure"
-	default
-}


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/guifications/
@ 2017-02-07 17:48 David Seifert
  0 siblings, 0 replies; 14+ messages in thread
From: David Seifert @ 2017-02-07 17:48 UTC (permalink / raw
  To: gentoo-commits

commit:     d65d555a3f2a687d767e982b80d8fe4dc829be41
Author:     Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Tue Feb  7 15:42:46 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Feb  7 17:46:25 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d65d555a

x11-plugins/guifications: Fix toolong DESCRIPTION

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3867

 x11-plugins/guifications/guifications-2.16.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/guifications/guifications-2.16.ebuild b/x11-plugins/guifications/guifications-2.16.ebuild
index 259baa5..4c14e58 100644
--- a/x11-plugins/guifications/guifications-2.16.ebuild
+++ b/x11-plugins/guifications/guifications-2.16.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ MY_PN=pidgin-${PN}
 MY_PV=${PV/_beta/beta}
 MY_P=${MY_PN}-${MY_PV}
 S="${WORKDIR}/${MY_P}"
-DESCRIPTION="Guifications is a graphical notification plugin for the open source instant message client pidgin"
+DESCRIPTION="Guifications is a graphical notification plugin for pidgin"
 HOMEPAGE="http://plugins.guifications.org/"
 SRC_URI="http://downloads.guifications.org/plugins//Guifications2/${MY_P}.tar.bz2"
 


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

end of thread, other threads:[~2024-04-19 16:15 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-26 18:16 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/guifications/ Aaron Bauman
  -- strict thread matches above, loose matches on Subject: below --
2024-04-19 16:15 Arthur Zamarin
2024-04-19 15:32 Arthur Zamarin
2024-04-19 10:51 Arthur Zamarin
2024-04-19  9:38 Arthur Zamarin
2024-04-19  8:00 Arthur Zamarin
2024-02-25 10:28 Andreas Schuerch
2024-02-25 10:12 Andreas Schuerch
2021-04-12  1:09 Sam James
2020-03-20 21:53 Matt Turner
2020-02-07 22:44 Mart Raudsepp
2018-05-27 18:23 Aaron Bauman
2018-05-27 18:23 Aaron Bauman
2017-02-07 17:48 David Seifert

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