summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-04-12 17:13:38 +0000
committerJeroen Roovers <jer@gentoo.org>2014-04-12 17:13:38 +0000
commitc806392b8ef06d05f11b8307bd4e67117e0a5844 (patch)
treea3a53a507750a581f795e09c9a5ec22b42fa0486 /x11-misc/parcellite
parentAdd USE=gnuplot to control the gnuplot related scripts (including python dep)... (diff)
downloadgentoo-2-c806392b8ef06d05f11b8307bd4e67117e0a5844.tar.gz
gentoo-2-c806392b8ef06d05f11b8307bd4e67117e0a5844.tar.bz2
gentoo-2-c806392b8ef06d05f11b8307bd4e67117e0a5844.zip
Old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'x11-misc/parcellite')
-rw-r--r--x11-misc/parcellite/ChangeLog6
-rw-r--r--x11-misc/parcellite/parcellite-1.1.4.ebuild45
-rw-r--r--x11-misc/parcellite/parcellite-1.1.5.ebuild47
-rw-r--r--x11-misc/parcellite/parcellite-1.1.6.ebuild48
4 files changed, 5 insertions, 141 deletions
diff --git a/x11-misc/parcellite/ChangeLog b/x11-misc/parcellite/ChangeLog
index efb647d77dbb..307c0f1a66af 100644
--- a/x11-misc/parcellite/ChangeLog
+++ b/x11-misc/parcellite/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/parcellite
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/ChangeLog,v 1.34 2014/04/12 09:37:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/ChangeLog,v 1.35 2014/04/12 17:13:38 jer Exp $
+
+ 12 Apr 2014; Jeroen Roovers <jer@gentoo.org> -parcellite-1.1.4.ebuild,
+ -parcellite-1.1.5.ebuild, -parcellite-1.1.6.ebuild:
+ Old.
12 Apr 2014; Agostino Sarubbo <ago@gentoo.org> parcellite-1.1.7.ebuild:
Stable for x86, wrt bug #506288
diff --git a/x11-misc/parcellite/parcellite-1.1.4.ebuild b/x11-misc/parcellite/parcellite-1.1.4.ebuild
deleted file mode 100644
index 6ad9f13e5917..000000000000
--- a/x11-misc/parcellite/parcellite-1.1.4.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/parcellite-1.1.4.ebuild,v 1.3 2013/02/18 11:06:40 ago Exp $
-
-EAPI=4
-inherit 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"
-
-PL_LINGUAS="ca cs da de es fr hu it ja nb pl pl_PL pt_BR ro ru sv tr zh_CN"
-for lingua in ${PL_LINGUAS}; do
- IUSE+=" linguas_${lingua}"
-done
-
-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_configure() {
- econf $(use_enable nls)
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
-}
diff --git a/x11-misc/parcellite/parcellite-1.1.5.ebuild b/x11-misc/parcellite/parcellite-1.1.5.ebuild
deleted file mode 100644
index 21ee018efe82..000000000000
--- a/x11-misc/parcellite/parcellite-1.1.5.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/parcellite-1.1.5.ebuild,v 1.1 2013/07/19 12:50:42 jer Exp $
-
-EAPI=4
-inherit 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"
-
-PL_LINGUAS=( ca cs da de es fr hu it ja nb pl pl_PL pt_BR ro ru sv tr zh_CN )
-IUSE+=" ${PL_LINGUAS[@]/#/linguas_}"
-
-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
-}
-
-src_configure() {
- econf $(use_enable nls)
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
-}
diff --git a/x11-misc/parcellite/parcellite-1.1.6.ebuild b/x11-misc/parcellite/parcellite-1.1.6.ebuild
deleted file mode 100644
index bd3c4b7aed93..000000000000
--- a/x11-misc/parcellite/parcellite-1.1.6.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/parcellite-1.1.6.ebuild,v 1.3 2014/03/02 08:06:31 ago Exp $
-
-EAPI=5
-inherit 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 || die
- strip-linguas -i po/
- export ALL_LINGUAS="${LINGUAS}"
-}
-
-src_configure() {
- econf $(use_enable nls)
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
-}