diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-01-29 21:11:51 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-01-29 21:11:51 +0000 |
commit | b8d5adea6f2d648adf2cb3b2742cce5b3501d664 (patch) | |
tree | a13f7982baf69cba13f95af5716aa7c011266922 /app-editors/scite | |
parent | version bump (bug #454126) (diff) | |
download | gentoo-2-b8d5adea6f2d648adf2cb3b2742cce5b3501d664.tar.gz gentoo-2-b8d5adea6f2d648adf2cb3b2742cce5b3501d664.tar.bz2 gentoo-2-b8d5adea6f2d648adf2cb3b2742cce5b3501d664.zip |
Version bump to 3.2.4, remove old.
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-editors/scite')
-rw-r--r-- | app-editors/scite/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/scite/scite-3.2.4.ebuild (renamed from app-editors/scite/scite-3.1.0.ebuild) | 8 |
2 files changed, 11 insertions, 5 deletions
diff --git a/app-editors/scite/ChangeLog b/app-editors/scite/ChangeLog index ae1a1d9e06d0..46324128b39c 100644 --- a/app-editors/scite/ChangeLog +++ b/app-editors/scite/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-editors/scite # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.149 2013/01/02 12:14:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.150 2013/01/29 21:11:51 ago Exp $ + +*scite-3.2.4 (29 Jan 2013) + + 29 Jan 2013; Agostino Sarubbo <ago@gentoo.org> +scite-3.2.4.ebuild, + -scite-3.1.0.ebuild: + Version bump to 3.2.4, remove old. 02 Jan 2013; Agostino Sarubbo <ago@gentoo.org> scite-3.2.3.ebuild: Stable for amd64, wrt bug #449758 diff --git a/app-editors/scite/scite-3.1.0.ebuild b/app-editors/scite/scite-3.2.4.ebuild index 34bfa53f5e0b..fe23a4b243fc 100644 --- a/app-editors/scite/scite-3.1.0.ebuild +++ b/app-editors/scite/scite-3.2.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-3.1.0.ebuild,v 1.7 2012/09/05 07:10:16 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-3.2.4.ebuild,v 1.1 2013/01/29 21:11:51 ago Exp $ EAPI="4" @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/scintilla/${PN}${MY_PV}.tgz" LICENSE="Scintilla" SLOT="0" -KEYWORDS="amd64 ppc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" IUSE="lua" RDEPEND="dev-libs/glib @@ -60,7 +60,7 @@ src_prepare() { } src_compile() { - emake -C ../../scintilla/gtk + emake -C ../../scintilla/gtk AR="$(tc-getAR)" if use lua; then emake else |