diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-31 05:00:37 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-31 05:00:37 +0000 |
commit | 1eeabd42b42fd9131ef8610b45521654909890db (patch) | |
tree | cf22dc2c4d51c50a1273f7eb5c1694e975077f5c /app-editors | |
parent | touchup (Manifest recommit) (diff) | |
download | gentoo-2-1eeabd42b42fd9131ef8610b45521654909890db.tar.gz gentoo-2-1eeabd42b42fd9131ef8610b45521654909890db.tar.bz2 gentoo-2-1eeabd42b42fd9131ef8610b45521654909890db.zip |
old
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/scite/files/digest-scite-1.5.6 | 1 | ||||
-rw-r--r-- | app-editors/scite/files/digest-scite-1.5.7 | 1 | ||||
-rw-r--r-- | app-editors/scite/files/digest-scite-1.5.8 | 1 | ||||
-rw-r--r-- | app-editors/scite/files/digest-scite-1.5.9 | 1 | ||||
-rw-r--r-- | app-editors/scite/files/digest-scite-1.6.0 | 1 | ||||
-rw-r--r-- | app-editors/scite/scite-1.5.6.ebuild | 67 | ||||
-rw-r--r-- | app-editors/scite/scite-1.5.7.ebuild | 74 | ||||
-rw-r--r-- | app-editors/scite/scite-1.5.8.ebuild | 75 | ||||
-rw-r--r-- | app-editors/scite/scite-1.5.9.ebuild | 75 | ||||
-rw-r--r-- | app-editors/scite/scite-1.6.0.ebuild | 74 |
10 files changed, 0 insertions, 370 deletions
diff --git a/app-editors/scite/files/digest-scite-1.5.6 b/app-editors/scite/files/digest-scite-1.5.6 deleted file mode 100644 index d4232f6af8a0..000000000000 --- a/app-editors/scite/files/digest-scite-1.5.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 83a4d56bc06f168107127d3717399295 scite156.tgz 891609 diff --git a/app-editors/scite/files/digest-scite-1.5.7 b/app-editors/scite/files/digest-scite-1.5.7 deleted file mode 100644 index 322b61c4fea5..000000000000 --- a/app-editors/scite/files/digest-scite-1.5.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 d8d18de553555437791996daed9ff7ec scite157.tgz 904012 diff --git a/app-editors/scite/files/digest-scite-1.5.8 b/app-editors/scite/files/digest-scite-1.5.8 deleted file mode 100644 index fa0cf4d2152f..000000000000 --- a/app-editors/scite/files/digest-scite-1.5.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 0f704b40f07aba44205621a19245847c scite158.tgz 912348 diff --git a/app-editors/scite/files/digest-scite-1.5.9 b/app-editors/scite/files/digest-scite-1.5.9 deleted file mode 100644 index 392dcc1297ed..000000000000 --- a/app-editors/scite/files/digest-scite-1.5.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 91e33588270ee9b3f5d629f085a4a200 scite159.tgz 922148 diff --git a/app-editors/scite/files/digest-scite-1.6.0 b/app-editors/scite/files/digest-scite-1.6.0 deleted file mode 100644 index 3db93b5240eb..000000000000 --- a/app-editors/scite/files/digest-scite-1.6.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 ec415f92ba5274366391563c8344fd0b scite160.tgz 1104293 diff --git a/app-editors/scite/scite-1.5.6.ebuild b/app-editors/scite/scite-1.5.6.ebuild deleted file mode 100644 index 9493ef91b5a5..000000000000 --- a/app-editors/scite/scite-1.5.6.ebuild +++ /dev/null @@ -1,67 +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.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" -SRC_URI="mirror://sourceforge/scintilla/${PN}${MY_PV}.tgz" -HOMEPAGE="http://www.scintilla.org" - -DEPEND="gtk2? ( >=x11-libs/gtk+-2 ) - !gtk2? ( =x11-libs/gtk+-1.2* ) - >=sys-apps/sed-4" - -S=${WORKDIR}/${PN}/gtk - -SLOT="0" -LICENSE="PYTHON" -KEYWORDS="x86 ppc ~sparc" -IUSE="gtk2" - -src_unpack() { - unpack ${A} - cd ${S} - - sed -i makefile \ - -e 's#usr/local#usr#g' \ - -e 's#$(datadir)#${D}$(datadir)#g' \ - -e 's#/gnome/apps/Applications#/applications#' \ - -e "s#^CXXFLAGS=#CXXFLAGS=${CXXFLAGS} #" \ - -e "s#^\(CXXFLAGS=.*\)-Os#\1#" \ - -e "s#^CC =\(.*\)#CC = $(tc-getCXX)#" \ - || die "error patching makefile" - -} - -src_compile() { - local makeopts - use gtk2 && makeopts="GTK2=1" - #use debug && makeopts="${makeopts} DEBUG=1" - - make -C ../../scintilla/gtk ${makeopts} || die "prep make failed" - emake ${makeopts} || die "make failed" -} - -src_install () { - dodir /usr - dodir /usr/bin - dodir /usr/share - dodir /usr/share/pixmaps - dodir /usr/share/applications - - make prefix=${D}/usr install || die - - # we have to keep this because otherwise it'll break upgrading - mv ${D}/usr/bin/SciTE ${D}/usr/bin/scite - dosym /usr/bin/scite /usr/bin/SciTE - - # replace .desktop file with our own working version - insinto /usr/share/applications - rm -f ${D}/usr/share/applications/SciTE.desktop - doins ${FILESDIR}/scite.desktop - - doman ../doc/scite.1 - dodoc ../License.txt ../README -} diff --git a/app-editors/scite/scite-1.5.7.ebuild b/app-editors/scite/scite-1.5.7.ebuild deleted file mode 100644 index bd1ebe80d63d..000000000000 --- a/app-editors/scite/scite-1.5.7.ebuild +++ /dev/null @@ -1,74 +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.5.7.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" -SRC_URI="mirror://sourceforge/scintilla/${PN}${MY_PV}.tgz" -HOMEPAGE="http://www.scintilla.org" - -DEPEND="gtk2? ( >=x11-libs/gtk+-2 ) - !gtk2? ( =x11-libs/gtk+-1.2* ) - >=sys-apps/sed-4" - -S=${WORKDIR}/${PN}/gtk - -SLOT="0" -LICENSE="PYTHON" -KEYWORDS="x86 ppc ~sparc" -IUSE="gtk2" - -src_unpack() { - unpack ${A} - cd ${WORKDIR}/scintilla/gtk - sed -i makefile \ - -e "s#^CXXFLAGS=#CXXFLAGS=${CXXFLAGS} #" \ - -e "s#^\(CXXFLAGS=.*\)-Os#\1#" \ - -e "s#^CC =\(.*\)#CC = $(tc-getCXX)#" \ - || die "error patching makefile" - - cd ${S} - sed -i makefile \ - -e 's#usr/local#usr#g' \ - -e 's#/gnome/apps/Applications#/applications#' \ - -e "s#^CXXFLAGS=#CXXFLAGS=${CXXFLAGS} #" \ - -e "s#^\(CXXFLAGS=.*\)-Os#\1#" \ - -e "s#^CC =\(.*\)#CC = $(tc-getCXX)#" \ - -e 's#${D}##' \ - || die "error patching makefile" - -} - -src_compile() { - local makeopts - use gtk2 && makeopts="GTK2=1" - #use debug && makeopts="${makeopts} DEBUG=1" - - make -C ../../scintilla/gtk ${makeopts} || die "prep make failed" - emake ${makeopts} || die "make failed" -} - -src_install () { - dodir /usr - dodir /usr/bin - dodir /usr/share - dodir /usr/share/pixmaps - dodir /usr/share/applications - - make prefix=${D}/usr install || die - - # we have to keep this because otherwise it'll break upgrading - mv ${D}/usr/bin/SciTE ${D}/usr/bin/scite - dosym /usr/bin/scite /usr/bin/SciTE - - # replace .desktop file with our own working version - insinto /usr/share/applications - rm -f ${D}/usr/share/applications/SciTE.desktop - doins ${FILESDIR}/scite.desktop - - doman ../doc/scite.1 - dodoc ../License.txt ../README -} diff --git a/app-editors/scite/scite-1.5.8.ebuild b/app-editors/scite/scite-1.5.8.ebuild deleted file mode 100644 index 7681afd3fe98..000000000000 --- a/app-editors/scite/scite-1.5.8.ebuild +++ /dev/null @@ -1,75 +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.5.8.ebuild,v 1.7 2004/10/27 05:00:36 pythonhead Exp $ - -inherit toolchain-funcs - -MY_PV=${PV//./} - -DESCRIPTION="A very powerful editor for programmers" -SRC_URI="mirror://sourceforge/scintilla/${PN}${MY_PV}.tgz" -HOMEPAGE="http://www.scintilla.org" - -DEPEND="gtk2? ( >=x11-libs/gtk+-2 ) - !gtk2? ( =x11-libs/gtk+-1.2* ) - >=sys-apps/sed-4" - -S=${WORKDIR}/${PN}/gtk - -SLOT="0" -LICENSE="PYTHON" -KEYWORDS="x86 ppc sparc" -IUSE="gtk2" - -src_unpack() { - unpack ${A} - cd ${WORKDIR}/scintilla/gtk - sed -i makefile \ - -e "s#^CXXFLAGS=#CXXFLAGS=${CXXFLAGS} #" \ - -e "s#^\(CXXFLAGS=.*\)-Os#\1#" \ - -e "s#^CC =\(.*\)#CC = $(tc-getCXX)#" \ - || die "error patching makefile" - - cd ${S} - sed -i makefile \ - -e 's#usr/local#usr#g' \ - -e 's#/gnome/apps/Applications#/applications#' \ - -e "s#^CXXFLAGS=#CXXFLAGS=${CXXFLAGS} #" \ - -e "s#^\(CXXFLAGS=.*\)-Os#\1#" \ - -e "s#^CC =\(.*\)#CC = $(tc-getCXX)#" \ - -e 's#${D}##' \ - || die "error patching makefile" - -} - -src_compile() { - local makeopts - use gtk2 || makeopts="GTK1=1" - #use debug && makeopts="${makeopts} DEBUG=1" - - make -C ../../scintilla/gtk ${makeopts} || die "prep make failed" - emake ${makeopts} || die "make failed" -} - -src_install () { - dodir /usr - dodir /usr/bin - dodir /usr/share - dodir /usr/share/pixmaps - dodir /usr/share/applications - - make prefix=${D}/usr install || die - - # we have to keep this because otherwise it'll break upgrading - mv ${D}/usr/bin/SciTE ${D}/usr/bin/scite - dosym /usr/bin/scite /usr/bin/SciTE - - # replace .desktop file with our own working version - insinto /usr/share/applications - rm -f ${D}/usr/share/applications/SciTE.desktop - doins ${FILESDIR}/scite.desktop - - doman ../doc/scite.1 - dodoc ../License.txt ../README - -} diff --git a/app-editors/scite/scite-1.5.9.ebuild b/app-editors/scite/scite-1.5.9.ebuild deleted file mode 100644 index 1fde4fc257ff..000000000000 --- a/app-editors/scite/scite-1.5.9.ebuild +++ /dev/null @@ -1,75 +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.5.9.ebuild,v 1.6 2004/10/27 05:00:36 pythonhead Exp $ - -inherit toolchain-funcs - -MY_PV=${PV//./} - -DESCRIPTION="A very powerful editor for programmers" -SRC_URI="mirror://sourceforge/scintilla/${PN}${MY_PV}.tgz" -HOMEPAGE="http://www.scintilla.org" - -DEPEND="gtk2? ( >=x11-libs/gtk+-2 ) - !gtk2? ( =x11-libs/gtk+-1.2* ) - >=sys-apps/sed-4" - -S=${WORKDIR}/${PN}/gtk - -SLOT="0" -LICENSE="PYTHON" -KEYWORDS="x86 ppc ~sparc" -IUSE="gtk2" - -src_unpack() { - unpack ${A} - cd ${WORKDIR}/scintilla/gtk - sed -i makefile \ - -e "s#^CXXFLAGS=#CXXFLAGS=${CXXFLAGS} #" \ - -e "s#^\(CXXFLAGS=.*\)-Os#\1#" \ - -e "s#^CC =\(.*\)#CC = $(tc-getCXX)#" \ - || die "error patching makefile" - - cd ${S} - sed -i makefile \ - -e 's#usr/local#usr#g' \ - -e 's#/gnome/apps/Applications#/applications#' \ - -e "s#^CXXFLAGS=#CXXFLAGS=${CXXFLAGS} #" \ - -e "s#^\(CXXFLAGS=.*\)-Os#\1#" \ - -e "s#^CC =\(.*\)#CC = $(tc-getCXX)#" \ - -e 's#${D}##' \ - || die "error patching makefile" - -} - -src_compile() { - local makeopts - use gtk2 || makeopts="GTK1=1" - #use debug && makeopts="${makeopts} DEBUG=1" - - make -C ../../scintilla/gtk ${makeopts} || die "prep make failed" - emake ${makeopts} || die "make failed" -} - -src_install () { - dodir /usr - dodir /usr/bin - dodir /usr/share - dodir /usr/share/pixmaps - dodir /usr/share/applications - - make prefix=${D}/usr install || die - - # we have to keep this because otherwise it'll break upgrading - mv ${D}/usr/bin/SciTE ${D}/usr/bin/scite - dosym /usr/bin/scite /usr/bin/SciTE - - # replace .desktop file with our own working version - insinto /usr/share/applications - rm -f ${D}/usr/share/applications/SciTE.desktop - doins ${FILESDIR}/scite.desktop - - doman ../doc/scite.1 - dodoc ../License.txt ../README - -} diff --git a/app-editors/scite/scite-1.6.0.ebuild b/app-editors/scite/scite-1.6.0.ebuild deleted file mode 100644 index ff1a41d7d68a..000000000000 --- a/app-editors/scite/scite-1.6.0.ebuild +++ /dev/null @@ -1,74 +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.6.0.ebuild,v 1.7 2004/10/27 05:00:36 pythonhead Exp $ - -inherit toolchain-funcs - -MY_PV=${PV//./} - -S=${WORKDIR}/${PN}/gtk -DESCRIPTION="A very powerful editor for programmers" -HOMEPAGE="http://www.scintilla.org" -SRC_URI="mirror://sourceforge/scintilla/${PN}${MY_PV}.tgz" -LICENSE="PYTHON" -SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc" -IUSE="gtk2 lua" -DEPEND="gtk2? ( >=x11-libs/gtk+-2 ) - !gtk2? ( =x11-libs/gtk+-1.2* ) - >=sys-apps/sed-4 - lua? ( >=dev-lang/lua-5 )" - -src_unpack() { - unpack ${A} - cd ${WORKDIR}/scintilla/gtk - sed -i makefile \ - -e "s#^CXXFLAGS=#CXXFLAGS=${CXXFLAGS} #" \ - -e "s#^\(CXXFLAGS=.*\)-Os#\1#" \ - -e "s#^CC =\(.*\)#CC = $(tc-getCXX)#" \ - || die "error patching makefile" - - cd ${S} - sed -i makefile \ - -e 's#usr/local#usr#g' \ - -e 's#/gnome/apps/Applications#/applications#' \ - -e "s#^CXXFLAGS=#CXXFLAGS=${CXXFLAGS} #" \ - -e "s#^\(CXXFLAGS=.*\)-Os#\1#" \ - -e "s#^CC =\(.*\)#CC = $(tc-getCXX)#" \ - -e 's#${D}##' \ - || die "error patching makefile" - -} - -src_compile() { - local makeopts - use gtk2 || makeopts="GTK1=1" - #use debug && makeopts="${makeopts} DEBUG=1" - - make -C ../../scintilla/gtk ${makeopts} || die "prep make failed" - emake ${makeopts} || die "make failed" -} - -src_install () { - dodir /usr - dodir /usr/bin - dodir /usr/share - dodir /usr/share/pixmaps - dodir /usr/share/applications - - make prefix=${D}/usr install || die - - # we have to keep this because otherwise it'll break upgrading - mv ${D}/usr/bin/SciTE ${D}/usr/bin/scite - dosym /usr/bin/scite /usr/bin/SciTE - - # replace .desktop file with our own working version - insinto /usr/share/applications - rm -f ${D}/usr/share/applications/SciTE.desktop - doins ${FILESDIR}/scite.desktop - - doman ../doc/scite.1 - dodoc ../License.txt ../README - -} - |