diff options
author | Davide Pesavento <pesa@gentoo.org> | 2013-10-01 22:05:22 +0000 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2013-10-01 22:05:22 +0000 |
commit | 2fea3945dd3268c2a1cc31e041dfe5e9f94b8197 (patch) | |
tree | 19422a515adf41c7fa8e9e1aff4a9a381bc675e4 /x11-misc/qlipper | |
parent | sys-fs/bindfs: Fix compilation (bug #486722), 1.12.3 (diff) | |
download | gentoo-2-2fea3945dd3268c2a1cc31e041dfe5e9f94b8197.tar.gz gentoo-2-2fea3945dd3268c2a1cc31e041dfe5e9f94b8197.tar.bz2 gentoo-2-2fea3945dd3268c2a1cc31e041dfe5e9f94b8197.zip |
Version bump.
(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 | 8 | ||||
-rw-r--r-- | x11-misc/qlipper/qlipper-2.0.2.ebuild (renamed from x11-misc/qlipper/qlipper-2.0.0-r1.ebuild) | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/x11-misc/qlipper/ChangeLog b/x11-misc/qlipper/ChangeLog index b8d344d86f0d..edb4e48ea86a 100644 --- a/x11-misc/qlipper/ChangeLog +++ b/x11-misc/qlipper/ChangeLog @@ -1,6 +1,12 @@ # 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.4 2013/03/02 23:51:31 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/qlipper/ChangeLog,v 1.5 2013/10/01 22:05:22 pesa Exp $ + +*qlipper-2.0.2 (01 Oct 2013) + + 01 Oct 2013; Davide Pesavento <pesa@gentoo.org> +qlipper-2.0.2.ebuild, + -qlipper-2.0.0-r1.ebuild: + Version bump. 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> qlipper-2.0.0-r1.ebuild, qlipper-2.0.1.ebuild: diff --git a/x11-misc/qlipper/qlipper-2.0.0-r1.ebuild b/x11-misc/qlipper/qlipper-2.0.2.ebuild index 328c75061ea9..03892e8f3b81 100644 --- a/x11-misc/qlipper/qlipper-2.0.0-r1.ebuild +++ b/x11-misc/qlipper/qlipper-2.0.2.ebuild @@ -1,10 +1,10 @@ # 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.0-r1.ebuild,v 1.2 2013/03/02 23:51:31 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/qlipper/qlipper-2.0.2.ebuild,v 1.1 2013/10/01 22:05:22 pesa Exp $ EAPI=4 PLOCALES="cs sr" -inherit l10n qt4-r2 +inherit l10n cmake-utils DESCRIPTION="Lightweight and cross-platform clipboard history applet" HOMEPAGE="http://code.google.com/p/qlipper/" @@ -23,7 +23,7 @@ src_prepare() { } src_configure() { - eqmake4 ${PN}2.pro INSTALL_PREFIX="${EPREFIX}"/usr + cmake-utils_src_configure INSTALL_PREFIX="${EPREFIX}"/usr } rm_loc() { |