summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexe-Cristia Moldovan <contact@crism.ro>2015-06-18 15:14:58 +0300
committerAlexe-Cristia Moldovan <contact@crism.ro>2015-06-18 15:14:58 +0300
commit6c71fa52ceba4ae9e9b9258c8d3fd4edab905519 (patch)
treeb0e8aeacb72e86f71b1ef7e6ad691d2c20feca23
parenta8da050bbbbe6352753c07b7b1d4753dbcf8eb7a (diff)
add gpaste - Clipboard management system
-rw-r--r--gnome-extra/gpaste/Manifest3
-rw-r--r--gnome-extra/gpaste/gpaste-3.0.2.ebuild51
-rw-r--r--gnome-extra/gpaste/gpaste-3.2.2.ebuild58
-rw-r--r--gnome-extra/gpaste/gpaste-3.8.ebuild57
4 files changed, 169 insertions, 0 deletions
diff --git a/gnome-extra/gpaste/Manifest b/gnome-extra/gpaste/Manifest
new file mode 100644
index 00000000..391836fa
--- /dev/null
+++ b/gnome-extra/gpaste/Manifest
@@ -0,0 +1,3 @@
+DIST gpaste-3.0.2.tar.xz 365084 SHA256 e3d2cdb89e5e35b5029dde4f7603f071b4e511ffb5431ab22669fc257be750ae SHA512 48d9cbf16780551b062e07056da592ceb17e791ff425c5da3adcca02059ec95a6c143c52bf203cf0fd6946aedbea0461e00448a7ee98c0934d8fc8a63a9be68a WHIRLPOOL c877c71c8744dc9a0c61e864e0db8494077e85d8831bca91dbbe5015d132a309ed0fa22d5bd1acff88063d4fb57ff1cb8255e03d3cdb853f54a9e80efbd764d1
+DIST gpaste-3.2.2.tar.xz 372760 SHA256 6e27b3d32c42e2bfedab1d50f356e87bd31d990caa950997417d8b07fdd3b7ac SHA512 6fc4f1c43fc056c4be192b4628b2c6953df56f3b4844abe17832f6a57f9b6c8086cfcaa3db987ab0fa34ad900d17e391ecf1706ba3589165eebc13822df2bd6b WHIRLPOOL b013fe03c29ecb6ba7ed9a19da1f1392dc1108c09a8abd756a57379f4e0b7ab0e9a6287fe12db5d545668e2e77673344d915945301504d32e44e37b1d949a808
+DIST gpaste-3.8.tar.xz 407516 SHA256 0dda78e427beb7b0cfbf0cd8be0ad07a2a2d4ca064679ceb4f70049e19a7cb02 SHA512 3525bcb12fdb44a2364eb769c76a3aee8c9f1474c87113285ab8c56db662df3e1f0486a19d24ef33f7273f6afbc2a6a92b1d738cd1a3f5f56c40dafa64d4c95a WHIRLPOOL ffdda4bbb69fcfe5bbb8ec9816887da4e19e9198fbb85fa0ef60576b09c3ebbba4f51d96ee2445f60c143f05a611dcfbbd10f36ecf06af9886a911dc58e4862f
diff --git a/gnome-extra/gpaste/gpaste-3.0.2.ebuild b/gnome-extra/gpaste/gpaste-3.0.2.ebuild
new file mode 100644
index 00000000..56540c05
--- /dev/null
+++ b/gnome-extra/gpaste/gpaste-3.0.2.ebuild
@@ -0,0 +1,51 @@
+# 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="http://www.imagination-land.org/files/gpaste//${P}.tar.xz"
+RESTRICT="nomirror"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="applet bash-completion +gnome-shell +vala zsh-completion"
+
+DEPEND=">=dev-libs/glib-2.30:2
+ >=sys-devel/gettext-0.17
+ >=dev-util/intltool-0.40
+ >=x11-libs/gtk+-3.0.0:3
+ dev-libs/libxml2
+ x11-libs/libxcb
+ sys-apps/dbus
+ >=dev-libs/gobject-introspection-1.30.0
+ >=dev-lang/vala-0.20.0:0.20[vapigen]"
+RDEPEND="${DEPEND}
+ bash-completion? ( app-shells/bash )
+ gnome-shell? ( >gnome-base/gnome-shell-3.3.2 )
+ zsh-completion? ( app-shells/zsh app-shells/zsh-completion )"
+
+G2CONF="
+ VALAC=$(type -p valac-0.20)
+ VAPIGEN=$(type -p vapigen-0.20)
+ --disable-schemas-compile
+ $(use_enable applet)
+ $(use_enable gnome-shell gnome-shell-extension)
+ $(use_enable vala)"
+
+
+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
+ find ${D} -name '*.la' -exec rm -f {} +
+}
diff --git a/gnome-extra/gpaste/gpaste-3.2.2.ebuild b/gnome-extra/gpaste/gpaste-3.2.2.ebuild
new file mode 100644
index 00000000..8b2d48af
--- /dev/null
+++ b/gnome-extra/gpaste/gpaste-3.2.2.ebuild
@@ -0,0 +1,58 @@
+# 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="http://www.imagination-land.org/files/gpaste//${P}.tar.xz"
+RESTRICT="nomirror"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="applet bash-completion +gnome-shell +vala zsh-completion +systemd"
+
+DEPEND=">=dev-libs/glib-2.30:2
+ >=sys-devel/gettext-0.17
+ >=dev-util/intltool-0.40
+ >=x11-libs/gtk+-3.0.0:3
+ dev-libs/libxml2
+ x11-libs/libxcb
+ sys-apps/dbus
+ >=dev-libs/gobject-introspection-1.30.0
+ >=dev-lang/vala-0.22.0:0.22[vapigen]"
+RDEPEND="${DEPEND}
+ bash-completion? ( app-shells/bash )
+ gnome-shell? ( >gnome-base/gnome-shell-3.3.2
+ <gnome-base/gnome-shell-3.10 )
+ zsh-completion? ( app-shells/zsh app-shells/zsh-completion )
+ systemd? ( sys-apps/systemd )"
+
+G2CONF="
+ VALAC=$(type -p valac-0.22)
+ VAPIGEN=$(type -p vapigen-0.22)
+ --disable-schemas-compile
+ $(use_enable applet)
+ $(use_enable gnome-shell gnome-shell-extension)
+ $(use_enable vala)"
+
+
+REQUIRED_USE="|| ( gnome-shell applet )"
+
+src_configure(){
+ econf \
+ $(use_enable systemd)
+}
+
+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
+ find ${D} -name '*.la' -exec rm -f {} +
+}
diff --git a/gnome-extra/gpaste/gpaste-3.8.ebuild b/gnome-extra/gpaste/gpaste-3.8.ebuild
new file mode 100644
index 00000000..abc5f9fc
--- /dev/null
+++ b/gnome-extra/gpaste/gpaste-3.8.ebuild
@@ -0,0 +1,57 @@
+# 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="http://www.imagination-land.org/files/gpaste//${P}.tar.xz"
+RESTRICT="nomirror"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="applet bash-completion +gnome-shell +vala zsh-completion +systemd"
+
+DEPEND=">=dev-libs/glib-2.30:2
+ >=sys-devel/gettext-0.17
+ >=dev-util/intltool-0.40
+ >=x11-libs/gtk+-3.0.0:3
+ dev-libs/libxml2
+ x11-libs/libxcb
+ sys-apps/dbus
+ >=dev-libs/gobject-introspection-1.30.0
+ >=dev-lang/vala-0.22.0:0.22[vapigen]"
+RDEPEND="${DEPEND}
+ bash-completion? ( app-shells/bash )
+ gnome-shell? ( >=gnome-base/gnome-shell-3.10 )
+ zsh-completion? ( app-shells/zsh app-shells/zsh-completion )
+ systemd? ( sys-apps/systemd )"
+
+G2CONF="
+ VALAC=$(type -p valac-0.22)
+ VAPIGEN=$(type -p vapigen-0.22)
+ --disable-schemas-compile
+ $(use_enable applet)
+ $(use_enable gnome-shell gnome-shell-extension)
+ $(use_enable vala)"
+
+
+REQUIRED_USE="|| ( gnome-shell applet )"
+
+src_configure(){
+ econf \
+ $(use_enable systemd)
+}
+
+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
+ find ${D} -name '*.la' -exec rm -f {} +
+}