[gentoo-commits] repo/gentoo:master commit in: x11-misc/parcellite/

2023-07-04 Thread Conrad Kostecki
commit: 31d882e0229b2ea8558861680f7fb5e3e41650f7
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Tue Jul  4 21:02:48 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Jul  4 22:15:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31d882e0

x11-misc/parcellite: use HTTPS, fix LICENSE

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/parcellite/parcellite-1.2.1.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-misc/parcellite/parcellite-1.2.1.ebuild 
b/x11-misc/parcellite/parcellite-1.2.1.ebuild
index d9bab58ad41d..76814799fc7f 100644
--- a/x11-misc/parcellite/parcellite-1.2.1.ebuild
+++ b/x11-misc/parcellite/parcellite-1.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -7,12 +7,12 @@ inherit autotools xdg
 
 MY_P=${PN}-${PV/_}
 
-DESCRIPTION="A lightweight GTK+ based clipboard manager"
-HOMEPAGE="http://parcellite.sourceforge.net/;
+DESCRIPTION="Lightweight GTK+ based clipboard manager"
+HOMEPAGE="https://parcellite.sourceforge.net/;
 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
 S="${WORKDIR}/${MY_P}"
 
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="amd64 ~ppc x86"
 IUSE="nls"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/parcellite/files/, x11-misc/parcellite/

2021-10-16 Thread David Seifert
commit: 96d5ed7743f1bdfa521e7dbb7e838ccff49eb8e0
Author: David Seifert  gentoo  org>
AuthorDate: Sat Oct 16 17:37:51 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Oct 16 17:37:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96d5ed77

x11-misc/parcellite: update EAPI 5 -> 8

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

 .../files/parcellite-1.2.1-desktop-QA.patch|  9 ++
 x11-misc/parcellite/parcellite-1.2.1.ebuild| 32 --
 2 files changed, 20 insertions(+), 21 deletions(-)

diff --git a/x11-misc/parcellite/files/parcellite-1.2.1-desktop-QA.patch 
b/x11-misc/parcellite/files/parcellite-1.2.1-desktop-QA.patch
new file mode 100644
index 000..1590a76505b
--- /dev/null
+++ b/x11-misc/parcellite/files/parcellite-1.2.1-desktop-QA.patch
@@ -0,0 +1,9 @@
+--- a/data/parcellite.desktop.in
 b/data/parcellite.desktop.in
+@@ -6,5 +6,5 @@
+ Exec=parcellite
+ Terminal=false
+ Type=Application
+-Categories=GTK;GNOME;Application;Utility;
++Categories=GTK;GNOME;Utility;
+ OnlyShowIn=GNOME;KDE;LXDE;MATE;Razor;ROX;TDE;Unity;XFCE;Old;

diff --git a/x11-misc/parcellite/parcellite-1.2.1.ebuild 
b/x11-misc/parcellite/parcellite-1.2.1.ebuild
index b89ab441c54..d9bab58ad41 100644
--- a/x11-misc/parcellite/parcellite-1.2.1.ebuild
+++ b/x11-misc/parcellite/parcellite-1.2.1.ebuild
@@ -1,51 +1,41 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
-inherit autotools eutils xdg-utils
+inherit autotools xdg
 
 MY_P=${PN}-${PV/_}
 
 DESCRIPTION="A lightweight GTK+ based clipboard manager"
 HOMEPAGE="http://parcellite.sourceforge.net/;
 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="amd64 ~ppc x86"
 IUSE="nls"
 
-RDEPEND=">=dev-libs/glib-2.14
-   >=x11-libs/gtk+-2.10:2
+RDEPEND="
+   dev-libs/glib:2
+   x11-libs/gtk+:2
x11-misc/xdotool"
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
virtual/pkgconfig
nls? (
dev-util/intltool
sys-devel/gettext
)"
 
-S=${WORKDIR}/${MY_P}
+PATCHES=( "${FILESDIR}"/${P}-desktop-QA.patch )
 
 src_prepare() {
-   sed -i data/${PN}.desktop.in -e 's:Application;::g' || die
-
-   sed -i -e '/^ALL_LINGUAS=/d' configure.ac || die
-   strip-linguas -i po/
-   export ALL_LINGUAS="${LINGUAS}"
-
+   default
eautoreconf
 }
 
 src_configure() {
econf $(use_enable nls)
 }
-
-pkg_postinst() {
-   xdg_desktop_database_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/parcellite/

2018-08-05 Thread Sergei Trofimovich
commit: 5a86282e9424d0261efb52c61b57685464a08643
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Aug  5 11:23:41 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Aug  5 11:23:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a86282e

x11-misc/parcellite: keyworded 1.2.1 for ppc, bug #657070

Tested-by: ernsteiswuerfel
Package-Manager: Portage-2.3.44, Repoman-2.3.10
RepoMan-Options: --include-arches="ppc"

 x11-misc/parcellite/parcellite-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/parcellite/parcellite-1.2.1.ebuild 
b/x11-misc/parcellite/parcellite-1.2.1.ebuild
index e70e339d09f..b89ab441c54 100644
--- a/x11-misc/parcellite/parcellite-1.2.1.ebuild
+++ b/x11-misc/parcellite/parcellite-1.2.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="nls"
 
 RDEPEND=">=dev-libs/glib-2.14



[gentoo-commits] repo/gentoo:master commit in: x11-misc/parcellite/

2018-04-20 Thread David Seifert
commit: bbe5b88e3334e3251cc8112042046e545782ed6d
Author: Marty E. Plummer  startmail  com>
AuthorDate: Sun Apr  8 10:12:42 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Apr 20 19:47:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbe5b88e

x11-misc/parcellite: fdo-mime->xdg-utils

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 x11-misc/parcellite/parcellite-1.2.1.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/x11-misc/parcellite/parcellite-1.2.1.ebuild 
b/x11-misc/parcellite/parcellite-1.2.1.ebuild
index 171eae3726a..e70e339d09f 100644
--- a/x11-misc/parcellite/parcellite-1.2.1.ebuild
+++ b/x11-misc/parcellite/parcellite-1.2.1.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-inherit autotools eutils fdo-mime
+
+inherit autotools eutils xdg-utils
 
 MY_P=${PN}-${PV/_}
 
@@ -42,9 +43,9 @@ src_configure() {
 }
 
 pkg_postinst() {
-   fdo-mime_desktop_database_update
+   xdg_desktop_database_update
 }
 
 pkg_postrm() {
-   fdo-mime_desktop_database_update
+   xdg_desktop_database_update
 }



[gentoo-commits] repo/gentoo:master commit in: x11-misc/parcellite/

2018-01-06 Thread Robin H. Johnson
commit: 827ebe294e3256376f69985d183c25d61e29eaa2
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Thu Jan  4 23:28:31 2018 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sat Jan  6 18:56:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=827ebe29

x11-misc/parcellite: missing RDEPEND

Signed-off-by: Robin H. Johnson  gentoo.org>
Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-misc/parcellite/parcellite-1.2.1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/x11-misc/parcellite/parcellite-1.2.1.ebuild 
b/x11-misc/parcellite/parcellite-1.2.1.ebuild
index 8a87092b901..171eae3726a 100644
--- a/x11-misc/parcellite/parcellite-1.2.1.ebuild
+++ b/x11-misc/parcellite/parcellite-1.2.1.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=5
@@ -16,7 +16,8 @@ KEYWORDS="amd64 x86"
 IUSE="nls"
 
 RDEPEND=">=dev-libs/glib-2.14
-   >=x11-libs/gtk+-2.10:2"
+   >=x11-libs/gtk+-2.10:2
+   x11-misc/xdotool"
 DEPEND="${RDEPEND}
virtual/pkgconfig
nls? (



[gentoo-commits] repo/gentoo:master commit in: x11-misc/parcellite/

2017-01-29 Thread Michael Weber
commit: 6b8727088a6c89ef7f5deb56f3fdbd927e364490
Author: Michael Weber  gentoo  org>
AuthorDate: Sun Jan 29 11:14:56 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Sun Jan 29 11:14:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b872708

x11-misc/parcellite: Version bump (bug 607550, thanks Arnaud Vallette d'Osia).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 x11-misc/parcellite/Manifest|  1 +
 x11-misc/parcellite/parcellite-1.2.1.ebuild | 50 +
 2 files changed, 51 insertions(+)

diff --git a/x11-misc/parcellite/Manifest b/x11-misc/parcellite/Manifest
index bf98770..4bd398b 100644
--- a/x11-misc/parcellite/Manifest
+++ b/x11-misc/parcellite/Manifest
@@ -1 +1,2 @@
 DIST parcellite-1.1.9.tar.gz 720177 SHA256 
cba89585082eebbe848ac1c0023cc71a0184c0db24ebc5f8a21039e46d7f11d4 SHA512 
24721dbd4f049f65a40f4e4c6914344062d49dfb50e3cf6496c6f14d9aff02bef5b88d3a714e8176955c84b1324c9ca1f35b389e8033d1232dd3c802c40e32bf
 WHIRLPOOL 
ce605b7fdb000840eada03e6c29d9ea86a9a9f1f7461e34206bfd10960967bad3bc7b093ce32a8d337cde07337ebcde5cf041b50bd8785178c4a70426482e130
+DIST parcellite-1.2.1.tar.gz 763956 SHA256 
aba1c7c56c7607e219ce9855723eefa552c5376982891aefbfb5a2d3297ef046 SHA512 
14b513e760e205666e00893dffb75ef3d42994aaeca3238b5adbed4af7495a7ed67cfabdcb163024fb9b0a7e832599bb31c54201217ac3fca88e0a4a22deb53d
 WHIRLPOOL 
550faef0a810f9fcbc5d0a26355f9a47836b204a54be7e000d73a3e6193a3b5c1a8d04e31abdc7638bc5d5f4c43b305b292e0552c66e68a763876d0b0a7d65bd

diff --git a/x11-misc/parcellite/parcellite-1.2.1.ebuild 
b/x11-misc/parcellite/parcellite-1.2.1.ebuild
new file mode 100644
index ..f2ef795
--- /dev/null
+++ b/x11-misc/parcellite/parcellite-1.2.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools eutils fdo-mime
+
+MY_P=${PN}-${PV/_}
+
+DESCRIPTION="A lightweight GTK+ based clipboard manager"
+HOMEPAGE="http://parcellite.sourceforge.net/;
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="nls"
+
+RDEPEND=">=dev-libs/glib-2.14
+   >=x11-libs/gtk+-2.10:2"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   nls? (
+   dev-util/intltool
+   sys-devel/gettext
+   )"
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+   sed -i data/${PN}.desktop.in -e 's:Application;::g' || die
+
+   sed -i -e '/^ALL_LINGUAS=/d' configure.ac || die
+   strip-linguas -i po/
+   export ALL_LINGUAS="${LINGUAS}"
+
+   eautoreconf
+}
+
+src_configure() {
+   econf $(use_enable nls)
+}
+
+pkg_postinst() {
+   fdo-mime_desktop_database_update
+}
+
+pkg_postrm() {
+   fdo-mime_desktop_database_update
+}