From db8100e8382e6471aca2251e9463f8bbeb7f14c0 Mon Sep 17 00:00:00 2001 From: Marc-Antoine Perennou Date: Sat, 7 Jan 2012 17:08:22 +0100 Subject: bump gpaste Signed-off-by: Marc-Antoine Perennou --- x11-misc/gpaste/Manifest | 4 ++-- x11-misc/gpaste/gpaste-2.2.1.ebuild | 46 +++++++++++++++++++++++++++++++++++++ x11-misc/gpaste/gpaste-2.2.ebuild | 46 ------------------------------------- 3 files changed, 48 insertions(+), 48 deletions(-) create mode 100644 x11-misc/gpaste/gpaste-2.2.1.ebuild delete mode 100644 x11-misc/gpaste/gpaste-2.2.ebuild diff --git a/x11-misc/gpaste/Manifest b/x11-misc/gpaste/Manifest index 9a83f8e6..f308ef6c 100644 --- a/x11-misc/gpaste/Manifest +++ b/x11-misc/gpaste/Manifest @@ -1,3 +1,3 @@ -DIST gpaste-2.2.tar.xz 150592 RMD160 cdf45b710c1044f87e10342e68f2c89feb48a91b SHA1 a6fd908f8835858ca896be8d68484e7c2f1333c6 SHA256 35acbb6896becb71959d64289bb02aeeb708c7a52502dc7caf4cf8ce95450b18 -EBUILD gpaste-2.2.ebuild 1182 RMD160 e7fa38cddb685fdc238b244e57aeaf3dc731983a SHA1 59813d388900ddda4d7874a3e2e52cb246462e90 SHA256 cd36c96ec7abea0ba8a9a3159a218c9909985d25cfa9eb105a92a3fee851f4e0 +DIST gpaste-2.2.1.tar.xz 150896 RMD160 a7d39854467ff47d4891c2cff4b56effa5874b02 SHA1 358b56607319935168f633beb9233996f2eae00c SHA256 7f641750dc01455f8f49ade923070df32ed5afe2c30e99398caff1ff61464aff +EBUILD gpaste-2.2.1.ebuild 1182 RMD160 e7fa38cddb685fdc238b244e57aeaf3dc731983a SHA1 59813d388900ddda4d7874a3e2e52cb246462e90 SHA256 cd36c96ec7abea0ba8a9a3159a218c9909985d25cfa9eb105a92a3fee851f4e0 EBUILD gpaste-9999.ebuild 1427 RMD160 6af873c4e440e61e179a81e27b368aac0c976f21 SHA1 e76dba0422a6a2f1823a397eb0a96fcf476fc8b1 SHA256 b95adb28f6c815af0bf18e9f22f029ed258721fa1fd089bbb1508bc8f864c960 diff --git a/x11-misc/gpaste/gpaste-2.2.1.ebuild b/x11-misc/gpaste/gpaste-2.2.1.ebuild new file mode 100644 index 00000000..805cb48c --- /dev/null +++ b/x11-misc/gpaste/gpaste-2.2.1.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="4" +inherit bash-completion-r1 gnome2 + +DESCRIPTION="Clipboard management system" +HOMEPAGE="http://github.com/Keruspe/GPaste" +SRC_URI="https://github.com/downloads/Keruspe/${PN/gp/GP}/${P}.tar.xz" +RESTRICT="nomirror" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="applet bash-completion +gnome-shell zsh-completion" + +DEPEND="dev-libs/glib:2 + >=sys-devel/gettext-0.17 + >=dev-util/intltool-0.40 + >=x11-libs/gtk+-3.0.0:3 + dev-libs/libxml2 + x11-base/xorg-server" +RDEPEND="${DEPEND} + bash-completion? ( app-shells/bash ) + sys-apps/dbus + gnome-shell? ( >=gnome-base/gnome-shell-3.1.90 ) + zsh-completion? ( app-shells/zsh app-shells/zsh-completion )" + +G2CONF=" + --disable-schemas-compile + $(use_enable applet) + $(use_enable gnome-shell gnome-shell-extension)" + +DOCS="AUTHORS NEWS ChangeLog TODO FIXME README" + +REQUIRED_USE="|| ( gnome-shell applet )" + +src_install() { + use bash-completion && dobashcomp data/completions/gpaste + if use zsh-completion ; then + insinto /usr/share/zsh/site-functions + doins data/completions/_gpaste + fi + gnome2_src_install +} diff --git a/x11-misc/gpaste/gpaste-2.2.ebuild b/x11-misc/gpaste/gpaste-2.2.ebuild deleted file mode 100644 index 805cb48c..00000000 --- a/x11-misc/gpaste/gpaste-2.2.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="4" -inherit bash-completion-r1 gnome2 - -DESCRIPTION="Clipboard management system" -HOMEPAGE="http://github.com/Keruspe/GPaste" -SRC_URI="https://github.com/downloads/Keruspe/${PN/gp/GP}/${P}.tar.xz" -RESTRICT="nomirror" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="applet bash-completion +gnome-shell zsh-completion" - -DEPEND="dev-libs/glib:2 - >=sys-devel/gettext-0.17 - >=dev-util/intltool-0.40 - >=x11-libs/gtk+-3.0.0:3 - dev-libs/libxml2 - x11-base/xorg-server" -RDEPEND="${DEPEND} - bash-completion? ( app-shells/bash ) - sys-apps/dbus - gnome-shell? ( >=gnome-base/gnome-shell-3.1.90 ) - zsh-completion? ( app-shells/zsh app-shells/zsh-completion )" - -G2CONF=" - --disable-schemas-compile - $(use_enable applet) - $(use_enable gnome-shell gnome-shell-extension)" - -DOCS="AUTHORS NEWS ChangeLog TODO FIXME README" - -REQUIRED_USE="|| ( gnome-shell applet )" - -src_install() { - use bash-completion && dobashcomp data/completions/gpaste - if use zsh-completion ; then - insinto /usr/share/zsh/site-functions - doins data/completions/_gpaste - fi - gnome2_src_install -} -- cgit v1.2.3-65-gdbad