summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-12-05 15:04:46 +0000
committerJeroen Roovers <jer@gentoo.org>2014-12-05 15:04:46 +0000
commit419738397d4b68e3977724a84242273ea2ae5b60 (patch)
tree749db92b598a9774cd40d53b943268d63b2fb447 /x11-misc/parcellite
parentVersion bump. Fixes the build with USE=-qrcode, bug #531584. (diff)
downloadgentoo-2-419738397d4b68e3977724a84242273ea2ae5b60.tar.gz
gentoo-2-419738397d4b68e3977724a84242273ea2ae5b60.tar.bz2
gentoo-2-419738397d4b68e3977724a84242273ea2ae5b60.zip
Old.
(Portage version: 2.2.15/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.7.ebuild48
-rw-r--r--x11-misc/parcellite/parcellite-1.1.8.ebuild48
3 files changed, 5 insertions, 97 deletions
diff --git a/x11-misc/parcellite/ChangeLog b/x11-misc/parcellite/ChangeLog
index 8568bfc44cb0..37d2b3c96cd7 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.40 2014/12/05 10:16:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/ChangeLog,v 1.41 2014/12/05 15:04:46 jer Exp $
+
+ 05 Dec 2014; Jeroen Roovers <jer@gentoo.org> -parcellite-1.1.7.ebuild,
+ -parcellite-1.1.8.ebuild:
+ Old.
05 Dec 2014; Agostino Sarubbo <ago@gentoo.org> parcellite-1.1.9.ebuild:
Stable for x86, wrt bug #529848
diff --git a/x11-misc/parcellite/parcellite-1.1.7.ebuild b/x11-misc/parcellite/parcellite-1.1.7.ebuild
deleted file mode 100644
index 6d17dacce9a1..000000000000
--- a/x11-misc/parcellite/parcellite-1.1.7.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.7.ebuild,v 1.4 2014/08/10 20:03:30 slyfox 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
-}
diff --git a/x11-misc/parcellite/parcellite-1.1.8.ebuild b/x11-misc/parcellite/parcellite-1.1.8.ebuild
deleted file mode 100644
index 10cbb7213b9e..000000000000
--- a/x11-misc/parcellite/parcellite-1.1.8.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.8.ebuild,v 1.2 2014/08/10 20:03:30 slyfox 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
-}