diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2004-10-27 05:00:36 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2004-10-27 05:00:36 +0000 |
commit | 1913c1a2da4eb091e85f4785c3f7738a10eca1fb (patch) | |
tree | 146b0d8d9f5743e79d5e2e2d390dab1bfb2459cb /app-editors/scite | |
parent | Fixed typo and removed macos keyword; bug #69033. (diff) | |
download | gentoo-2-1913c1a2da4eb091e85f4785c3f7738a10eca1fb.tar.gz gentoo-2-1913c1a2da4eb091e85f4785c3f7738a10eca1fb.tar.bz2 gentoo-2-1913c1a2da4eb091e85f4785c3f7738a10eca1fb.zip |
Use toolchain-funcs eclass to get $\{CXX\}, removed ancient version. Closes bug# 68979
Diffstat (limited to 'app-editors/scite')
-rw-r--r-- | app-editors/scite/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/scite/files/digest-scite-1.4.9 | 1 | ||||
-rw-r--r-- | app-editors/scite/scite-1.4.9.ebuild | 51 | ||||
-rw-r--r-- | app-editors/scite/scite-1.5.6.ebuild | 5 | ||||
-rw-r--r-- | app-editors/scite/scite-1.5.7.ebuild | 8 | ||||
-rw-r--r-- | app-editors/scite/scite-1.5.8.ebuild | 7 | ||||
-rw-r--r-- | app-editors/scite/scite-1.5.9.ebuild | 7 | ||||
-rw-r--r-- | app-editors/scite/scite-1.6.0.ebuild | 8 | ||||
-rw-r--r-- | app-editors/scite/scite-1.6.1.ebuild | 8 |
9 files changed, 32 insertions, 70 deletions
diff --git a/app-editors/scite/ChangeLog b/app-editors/scite/ChangeLog index dc05182395f0..f61194e37f44 100644 --- a/app-editors/scite/ChangeLog +++ b/app-editors/scite/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/scite # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.29 2004/10/05 12:19:44 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.30 2004/10/27 05:00:36 pythonhead Exp $ + + 26 Oct 2004; Rob Cakebread <pythonhead@gentoo.org> -scite-1.4.9.ebuild, + scite-1.5.6.ebuild, scite-1.5.7.ebuild, scite-1.5.8.ebuild, + scite-1.5.9.ebuild, scite-1.6.0.ebuild, scite-1.6.1.ebuild: + Use toolchain-funcs eclass to get ${CXX}, removed ancient version. Closes bug# 68979 05 Oct 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> scite-1.5.6.ebuild, scite-1.5.7.ebuild, scite-1.5.8.ebuild, scite-1.5.9.ebuild, diff --git a/app-editors/scite/files/digest-scite-1.4.9 b/app-editors/scite/files/digest-scite-1.4.9 deleted file mode 100644 index dda6e3f4336b..000000000000 --- a/app-editors/scite/files/digest-scite-1.4.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 4a60e1ff31b5f97106a6e2b6be013d92 scite149.tgz 727913 diff --git a/app-editors/scite/scite-1.4.9.ebuild b/app-editors/scite/scite-1.4.9.ebuild deleted file mode 100644 index b91f12d9480a..000000000000 --- a/app-editors/scite/scite-1.4.9.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.4.9.ebuild,v 1.8 2004/09/21 23:40:56 pythonhead Exp $ - -MY_PV=${PV//./} -DESCRIPTION="A very powerful editor for programmers" -HOMEPAGE="http://www.scintilla.org/" -SRC_URI="http://www.scintilla.org/${PN}${MY_PV}.tgz" - -LICENSE="PYTHON" -SLOT="0" -KEYWORDS="x86 ppc sparc" -IUSE="gnome" - -DEPEND="virtual/libc - =x11-libs/gtk+-1.2*" -RDEPEND="" -S=${WORKDIR}/$PN/gtk - -src_compile() { - make -C ../../scintilla/gtk || die - sed -e 's#usr/local#usr#g' -e 's#$(datadir)#${D}$(datadir)#g' \ - makefile > Makefile.good || die - mv Makefile.good makefile - sed -e 's#Exec=SciTE#Exec=scite#g' \ - -e 's#Type=Application#Type=Development#g' \ - SciTE.desktop > SciTE.desktop.good - mv SciTE.desktop.good SciTE.desktop - emake || die -} - -src_install() { - dodir /usr - dodir /usr/bin - dodir /usr/share - dodir /usr/share/pixmaps - dodir /usr/share/gnome/apps/Applications - make prefix=${D}/usr install || die - mv ${D}/usr/bin/SciTE ${D}/usr/bin/scite - doman ../doc/scite.1 - dodoc ../License.txt ../readme - - if use gnome ; - then - # fix category (this is a developers tool) - mv ${D}/usr/share/gnome/apps/Applications \ - ${D}/usr/share/gnome/apps/Development - else - rm -rf ${D}/usr/share/gnome - fi -} diff --git a/app-editors/scite/scite-1.5.6.ebuild b/app-editors/scite/scite-1.5.6.ebuild index 53313b3e3655..9493ef91b5a5 100644 --- a/app-editors/scite/scite-1.5.6.ebuild +++ b/app-editors/scite/scite-1.5.6.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.5.6.ebuild,v 1.7 2004/10/05 12:19:44 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.5.6.ebuild,v 1.8 2004/10/27 05:00:36 pythonhead Exp $ +inherit toolchain-funcs MY_PV=${PV//./} DESCRIPTION="A very powerful editor for programmers" @@ -29,7 +30,7 @@ src_unpack() { -e 's#/gnome/apps/Applications#/applications#' \ -e "s#^CXXFLAGS=#CXXFLAGS=${CXXFLAGS} #" \ -e "s#^\(CXXFLAGS=.*\)-Os#\1#" \ - -e "s#^CC =\(.*\)#CC = ${CXX:-g++}#" \ + -e "s#^CC =\(.*\)#CC = $(tc-getCXX)#" \ || die "error patching makefile" } diff --git a/app-editors/scite/scite-1.5.7.ebuild b/app-editors/scite/scite-1.5.7.ebuild index 2bade2c9bdf2..bd1ebe80d63d 100644 --- a/app-editors/scite/scite-1.5.7.ebuild +++ b/app-editors/scite/scite-1.5.7.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.5.7.ebuild,v 1.7 2004/10/05 12:19:44 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.5.7.ebuild,v 1.8 2004/10/27 05:00:36 pythonhead Exp $ + +inherit toolchain-funcs MY_PV=${PV//./} @@ -25,7 +27,7 @@ src_unpack() { sed -i makefile \ -e "s#^CXXFLAGS=#CXXFLAGS=${CXXFLAGS} #" \ -e "s#^\(CXXFLAGS=.*\)-Os#\1#" \ - -e "s#^CC =\(.*\)#CC = ${CXX:-g++}#" \ + -e "s#^CC =\(.*\)#CC = $(tc-getCXX)#" \ || die "error patching makefile" cd ${S} @@ -34,7 +36,7 @@ src_unpack() { -e 's#/gnome/apps/Applications#/applications#' \ -e "s#^CXXFLAGS=#CXXFLAGS=${CXXFLAGS} #" \ -e "s#^\(CXXFLAGS=.*\)-Os#\1#" \ - -e "s#^CC =\(.*\)#CC = ${CXX:-g++}#" \ + -e "s#^CC =\(.*\)#CC = $(tc-getCXX)#" \ -e 's#${D}##' \ || die "error patching makefile" diff --git a/app-editors/scite/scite-1.5.8.ebuild b/app-editors/scite/scite-1.5.8.ebuild index 84e553bd5c97..7681afd3fe98 100644 --- a/app-editors/scite/scite-1.5.8.ebuild +++ b/app-editors/scite/scite-1.5.8.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.5.8.ebuild,v 1.6 2004/10/05 12:19:44 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.5.8.ebuild,v 1.7 2004/10/27 05:00:36 pythonhead Exp $ +inherit toolchain-funcs MY_PV=${PV//./} @@ -26,7 +27,7 @@ src_unpack() { sed -i makefile \ -e "s#^CXXFLAGS=#CXXFLAGS=${CXXFLAGS} #" \ -e "s#^\(CXXFLAGS=.*\)-Os#\1#" \ - -e "s#^CC =\(.*\)#CC = ${CXX:-g++}#" \ + -e "s#^CC =\(.*\)#CC = $(tc-getCXX)#" \ || die "error patching makefile" cd ${S} @@ -35,7 +36,7 @@ src_unpack() { -e 's#/gnome/apps/Applications#/applications#' \ -e "s#^CXXFLAGS=#CXXFLAGS=${CXXFLAGS} #" \ -e "s#^\(CXXFLAGS=.*\)-Os#\1#" \ - -e "s#^CC =\(.*\)#CC = ${CXX:-g++}#" \ + -e "s#^CC =\(.*\)#CC = $(tc-getCXX)#" \ -e 's#${D}##' \ || die "error patching makefile" diff --git a/app-editors/scite/scite-1.5.9.ebuild b/app-editors/scite/scite-1.5.9.ebuild index 856520844e2b..1fde4fc257ff 100644 --- a/app-editors/scite/scite-1.5.9.ebuild +++ b/app-editors/scite/scite-1.5.9.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.5.9.ebuild,v 1.5 2004/10/05 12:19:44 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.5.9.ebuild,v 1.6 2004/10/27 05:00:36 pythonhead Exp $ +inherit toolchain-funcs MY_PV=${PV//./} @@ -26,7 +27,7 @@ src_unpack() { sed -i makefile \ -e "s#^CXXFLAGS=#CXXFLAGS=${CXXFLAGS} #" \ -e "s#^\(CXXFLAGS=.*\)-Os#\1#" \ - -e "s#^CC =\(.*\)#CC = ${CXX:-g++}#" \ + -e "s#^CC =\(.*\)#CC = $(tc-getCXX)#" \ || die "error patching makefile" cd ${S} @@ -35,7 +36,7 @@ src_unpack() { -e 's#/gnome/apps/Applications#/applications#' \ -e "s#^CXXFLAGS=#CXXFLAGS=${CXXFLAGS} #" \ -e "s#^\(CXXFLAGS=.*\)-Os#\1#" \ - -e "s#^CC =\(.*\)#CC = ${CXX:-g++}#" \ + -e "s#^CC =\(.*\)#CC = $(tc-getCXX)#" \ -e 's#${D}##' \ || die "error patching makefile" diff --git a/app-editors/scite/scite-1.6.0.ebuild b/app-editors/scite/scite-1.6.0.ebuild index 7204b3fc755b..ff1a41d7d68a 100644 --- a/app-editors/scite/scite-1.6.0.ebuild +++ b/app-editors/scite/scite-1.6.0.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.6.0.ebuild,v 1.6 2004/09/21 23:40:56 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.6.0.ebuild,v 1.7 2004/10/27 05:00:36 pythonhead Exp $ + +inherit toolchain-funcs MY_PV=${PV//./} @@ -23,7 +25,7 @@ src_unpack() { sed -i makefile \ -e "s#^CXXFLAGS=#CXXFLAGS=${CXXFLAGS} #" \ -e "s#^\(CXXFLAGS=.*\)-Os#\1#" \ - -e "s#^CC =\(.*\)#CC = ${CXX:-g++}#" \ + -e "s#^CC =\(.*\)#CC = $(tc-getCXX)#" \ || die "error patching makefile" cd ${S} @@ -32,7 +34,7 @@ src_unpack() { -e 's#/gnome/apps/Applications#/applications#' \ -e "s#^CXXFLAGS=#CXXFLAGS=${CXXFLAGS} #" \ -e "s#^\(CXXFLAGS=.*\)-Os#\1#" \ - -e "s#^CC =\(.*\)#CC = ${CXX:-g++}#" \ + -e "s#^CC =\(.*\)#CC = $(tc-getCXX)#" \ -e 's#${D}##' \ || die "error patching makefile" diff --git a/app-editors/scite/scite-1.6.1.ebuild b/app-editors/scite/scite-1.6.1.ebuild index 39cf727a128d..25346d54dc52 100644 --- a/app-editors/scite/scite-1.6.1.ebuild +++ b/app-editors/scite/scite-1.6.1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.6.1.ebuild,v 1.7 2004/10/05 12:19:44 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.6.1.ebuild,v 1.8 2004/10/27 05:00:36 pythonhead Exp $ + +inherit toolchain-funcs MY_PV=${PV//./} DESCRIPTION="A very powerful editor for programmers" @@ -22,7 +24,7 @@ src_unpack() { sed -i makefile \ -e "s#^CXXFLAGS=#CXXFLAGS=${CXXFLAGS} #" \ -e "s#^\(CXXFLAGS=.*\)-Os#\1#" \ - -e "s#^CC =\(.*\)#CC = ${CXX:-g++}#" \ + -e "s#^CC =\(.*\)#CC = $(tc-getCXX)#" \ || die "error patching makefile" cd ${S} @@ -31,7 +33,7 @@ src_unpack() { -e 's#/gnome/apps/Applications#/applications#' \ -e "s#^CXXFLAGS=#CXXFLAGS=${CXXFLAGS} #" \ -e "s#^\(CXXFLAGS=.*\)-Os#\1#" \ - -e "s#^CC =\(.*\)#CC = ${CXX:-g++}#" \ + -e "s#^CC =\(.*\)#CC = $(tc-getCXX)#" \ -e 's#${D}##' \ || die "error patching makefile" |