diff options
author | Davide Pesavento <pesa@gentoo.org> | 2013-10-20 22:37:32 +0000 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2013-10-20 22:37:32 +0000 |
commit | cd81d237bb06812c2981171d0311feda22305e73 (patch) | |
tree | b15bc5c54f65ca897dc1250eb408fa6850764d65 /x11-misc/qlipper | |
parent | Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El Lazkan... (diff) | |
download | gentoo-2-cd81d237bb06812c2981171d0311feda22305e73.tar.gz gentoo-2-cd81d237bb06812c2981171d0311feda22305e73.tar.bz2 gentoo-2-cd81d237bb06812c2981171d0311feda22305e73.zip |
Restore ~x86 keyword wrt bug 483618. Remove old.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 17A85C72)
Diffstat (limited to 'x11-misc/qlipper')
-rw-r--r-- | x11-misc/qlipper/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/qlipper/qlipper-2.0.1.ebuild | 31 | ||||
-rw-r--r-- | x11-misc/qlipper/qlipper-2.0.2.ebuild | 4 |
3 files changed, 7 insertions, 34 deletions
diff --git a/x11-misc/qlipper/ChangeLog b/x11-misc/qlipper/ChangeLog index 373a97d9af28..1a586d43ecc7 100644 --- a/x11-misc/qlipper/ChangeLog +++ b/x11-misc/qlipper/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/qlipper # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/qlipper/ChangeLog,v 1.6 2013/10/01 23:37:16 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/qlipper/ChangeLog,v 1.7 2013/10/20 22:37:32 pesa Exp $ + + 20 Oct 2013; Davide Pesavento <pesa@gentoo.org> -qlipper-2.0.1.ebuild, + qlipper-2.0.2.ebuild: + Restore ~x86 keyword wrt bug 483618. Remove old. 01 Oct 2013; Davide Pesavento <pesa@gentoo.org> +files/qlipper-2.0.2-system-includes.patch, qlipper-2.0.2.ebuild: diff --git a/x11-misc/qlipper/qlipper-2.0.1.ebuild b/x11-misc/qlipper/qlipper-2.0.1.ebuild deleted file mode 100644 index 14222e71c4e8..000000000000 --- a/x11-misc/qlipper/qlipper-2.0.1.ebuild +++ /dev/null @@ -1,31 +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/qlipper/qlipper-2.0.1.ebuild,v 1.2 2013/03/02 23:51:31 hwoarang Exp $ - -EAPI=4 -PLOCALES="cs sr" -inherit l10n cmake-utils - -DESCRIPTION="Lightweight and cross-platform clipboard history applet" -HOMEPAGE="http://code.google.com/p/qlipper/" -SRC_URI="http://qlipper.googlecode.com/files/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-qt/qtgui:4" -RDEPEND="${DEPEND}" - -src_prepare() { - l10n_for_each_disabled_locale_do rm_loc -} - -src_configure() { - cmake-utils_src_configure INSTALL_PREFIX="${EPREFIX}"/usr -} - -rm_loc() { - rm ts/${PN}.${1}.* -} diff --git a/x11-misc/qlipper/qlipper-2.0.2.ebuild b/x11-misc/qlipper/qlipper-2.0.2.ebuild index 149176ac258e..315d309b85c0 100644 --- a/x11-misc/qlipper/qlipper-2.0.2.ebuild +++ b/x11-misc/qlipper/qlipper-2.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/qlipper/qlipper-2.0.2.ebuild,v 1.2 2013/10/01 23:37:16 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/qlipper/qlipper-2.0.2.ebuild,v 1.3 2013/10/20 22:37:32 pesa Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="http://qlipper.googlecode.com/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=" |