diff options
author | Davide Pesavento <pesa@gentoo.org> | 2013-06-24 10:09:55 +0000 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2013-06-24 10:09:55 +0000 |
commit | 628f6a12fc1b101ad09cf32344fd96601f9602a7 (patch) | |
tree | 8557cbb7e52cd6d0deb42be15c90ba25ad61b08f /x11-libs | |
parent | Version bump. (diff) | |
download | gentoo-2-628f6a12fc1b101ad09cf32344fd96601f9602a7.tar.gz gentoo-2-628f6a12fc1b101ad09cf32344fd96601f9602a7.tar.bz2 gentoo-2-628f6a12fc1b101ad09cf32344fd96601f9602a7.zip |
Version bump, remove old.
(Portage version: 2.2.0_alpha184/cvs/Linux x86_64, signed Manifest commit with key 17A85C72)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/qscintilla/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/qscintilla/qscintilla-2.7.2.ebuild (renamed from x11-libs/qscintilla/qscintilla-2.7.ebuild) | 10 |
2 files changed, 12 insertions, 6 deletions
diff --git a/x11-libs/qscintilla/ChangeLog b/x11-libs/qscintilla/ChangeLog index 212f1221111c..6e05d4236418 100644 --- a/x11-libs/qscintilla/ChangeLog +++ b/x11-libs/qscintilla/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/qscintilla # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.85 2013/03/11 09:18:16 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.86 2013/06/24 10:09:55 pesa Exp $ + +*qscintilla-2.7.2 (24 Jun 2013) + + 24 Jun 2013; Davide Pesavento <pesa@gentoo.org> +qscintilla-2.7.2.ebuild, + -qscintilla-2.7.ebuild: + Version bump, remove old. 11 Mar 2013; Michael Palimaka <kensington@gentoo.org> +files/qscintilla-2.7.1-designer.patch, qscintilla-2.7.1.ebuild: diff --git a/x11-libs/qscintilla/qscintilla-2.7.ebuild b/x11-libs/qscintilla/qscintilla-2.7.2.ebuild index aba3f40c8c3a..e905adc5549c 100644 --- a/x11-libs/qscintilla/qscintilla-2.7.ebuild +++ b/x11-libs/qscintilla/qscintilla-2.7.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-libs/qscintilla/qscintilla-2.7.ebuild,v 1.3 2013/03/02 23:45:25 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.7.2.ebuild,v 1.1 2013/06/24 10:09:55 pesa Exp $ EAPI=5 @@ -27,7 +27,7 @@ PDEPEND="python? ( ~dev-python/qscintilla-python-${PV} )" S=${WORKDIR}/${MY_P} PATCHES=( - "${FILESDIR}/${PN}-2.6.2-designer.patch" + "${FILESDIR}/${PN}-2.7.1-designer.patch" ) src_unpack() { @@ -53,7 +53,7 @@ src_configure() { eqmake4 qscintilla.pro popd > /dev/null - pushd designer-Qt4 > /dev/null + pushd designer-Qt4Qt5 > /dev/null einfo "Configuration of designer plugin" eqmake4 designer.pro popd > /dev/null @@ -65,7 +65,7 @@ src_compile() { emake popd > /dev/null - pushd designer-Qt4 > /dev/null + pushd designer-Qt4Qt5 > /dev/null einfo "Building of designer plugin" emake popd > /dev/null @@ -77,7 +77,7 @@ src_install() { emake INSTALL_ROOT="${D}" install popd > /dev/null - pushd designer-Qt4 > /dev/null + pushd designer-Qt4Qt5 > /dev/null einfo "Installation of designer plugin" emake INSTALL_ROOT="${D}" install popd > /dev/null |