From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/gpaste/
Date: Tue, 16 Mar 2021 19:57:06 +0000 (UTC) [thread overview]
Message-ID: <1615924572.7410c2914627040df19e65e54f0f4b80e4ccd534.sam@gentoo> (raw)
commit: 7410c2914627040df19e65e54f0f4b80e4ccd534
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 16 19:39:38 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 16 19:56:12 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7410c291
x11-misc/gpaste: drop 3.20.3
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/gpaste/Manifest | 1 -
x11-misc/gpaste/gpaste-3.20.3.ebuild | 81 ------------------------------------
x11-misc/gpaste/metadata.xml | 1 -
3 files changed, 83 deletions(-)
diff --git a/x11-misc/gpaste/Manifest b/x11-misc/gpaste/Manifest
index 4a12fc415f3..e80b091a12e 100644
--- a/x11-misc/gpaste/Manifest
+++ b/x11-misc/gpaste/Manifest
@@ -1,2 +1 @@
-DIST gpaste-3.20.3.tar.gz 157869 BLAKE2B 02b52b8023c875bd3c651cc5864603812f0cfd49cfac774ee4e27eae63c66e46f34d5128b717af514cc1c57fb93a775ff01f827210bd7cfa5e9ab5de9a87fd07 SHA512 08b7c52d16e630ac57e4d583ae985763b536728ef9997ce5ecc8a8ffb9be8745e1e5aed9003a4ab522ba76a276855c6a095fef7a73b4f4d80b54c7a9c3e6e9d1
DIST gpaste-3.36.3.tar.gz 186352 BLAKE2B b00af3f32076bbeb4f06853a7892772901d0c72dd972d08fff0520afae388bed0c9eee81892a2492f4bb972b3a80a924519e1c137edb660fa5f9dfa2fab31856 SHA512 e5fe4a31367e96089aefd1af5ed0a3ad591eee009bbc74b1b33c9c736061831979d79f2d6a5c072cf55fc6f1982ade581fe73d2039c5dbd607081683860c7b9f
diff --git a/x11-misc/gpaste/gpaste-3.20.3.ebuild b/x11-misc/gpaste/gpaste-3.20.3.ebuild
deleted file mode 100644
index 01387a0ecc2..00000000000
--- a/x11-misc/gpaste/gpaste-3.20.3.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-VALA_MIN_API_VERSION="0.30"
-VALA_USE_DEPEND="vapigen"
-
-inherit eutils autotools gnome2-utils ltprune vala vcs-snapshot
-
-DESCRIPTION="Clipboard management system"
-HOMEPAGE="https://github.com/Keruspe/GPaste"
-SRC_URI="https://github.com/Keruspe/GPaste/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+applet gnome vala"
-
-CDEPEND="
- dev-libs/appstream-glib
- >=dev-libs/glib-2.48:2
- >=dev-libs/gobject-introspection-1.48.0
- sys-apps/dbus
- >=x11-libs/gdk-pixbuf-2.34:2
- >=x11-libs/gtk+-3.20:3
- x11-libs/libX11
- x11-libs/libXi
- gnome? (
- gnome-base/gnome-control-center:2
- media-libs/clutter
- x11-libs/pango
- )
-"
-RDEPEND="${CDEPEND}
- gnome? (
- gnome-base/gnome-shell
- )
-"
-DEPEND="${CDEPEND}
- dev-util/intltool
- virtual/pkgconfig
- vala? ( $(vala_depend) )
-"
-
-src_prepare() {
- eautoreconf
- intltoolize --force --automake || die "intltoolize error"
- vala_src_prepare
-
- if ! use gnome ; then
- echo "" > data/control-center.mk || die
- fi
-}
-
-src_configure() {
- econf \
- $(use_enable vala) \
- $(use_enable applet) \
- --disable-unity \
- $(use_enable gnome gnome-shell-extension) \
- --disable-static \
- --disable-schemas-compile
-}
-
-src_install() {
- default
- prune_libtool_files
-}
-
-pkg_preinst() {
- gnome2_schemas_savelist
-}
-
-pkg_postinst() {
- gnome2_schemas_update
-}
-
-pkg_postrm() {
- gnome2_schemas_update
-}
diff --git a/x11-misc/gpaste/metadata.xml b/x11-misc/gpaste/metadata.xml
index b673fd439b9..a8c9b40ff58 100644
--- a/x11-misc/gpaste/metadata.xml
+++ b/x11-misc/gpaste/metadata.xml
@@ -3,7 +3,6 @@
<pkgmetadata>
<!-- maintainer-needed -->
<use>
- <flag name="applet">Enable gpaste-applet</flag>
<flag name="gnome">Enable proper gnome support and
enable gnome shell extension.</flag>
</use>
next reply other threads:[~2021-03-16 19:57 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-16 19:57 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-01-01 14:48 [gentoo-commits] repo/gentoo:master commit in: x11-misc/gpaste/ David Seifert
2022-02-18 9:20 Florian Schmaus
2022-02-18 7:28 Florian Schmaus
2020-09-27 10:27 Joonas Niilola
2020-09-27 10:27 Joonas Niilola
2020-08-12 22:42 Jonas Stein
2020-02-15 10:03 David Seifert
2016-07-01 8:01 Michał Górny
2016-06-28 14:03 Patrice Clement
2016-04-15 19:47 Patrice Clement
2016-04-15 19:47 Patrice Clement
2016-01-30 12:23 Pacho Ramos
2015-09-08 18:39 Pacho Ramos
2015-08-16 15:10 Justin Lecher
2015-08-10 23:23 Julian Ospald
2015-08-10 23:23 Julian Ospald
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1615924572.7410c2914627040df19e65e54f0f4b80e4ccd534.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox