commit:     25fa0c21096b6d09c9aa0effd477fffaf872675d
Author:     Ervin Peters <coder <AT> ervnet <DOT> de>
AuthorDate: Fri Oct 25 11:08:26 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 27 09:11:58 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25fa0c21

app-editors/scite: rm old ebuilds

There are no functional reasons to keep those old versions
(3.5.5 .. 4.0.2) Current stable: 4.1.3.

Signed-off-by: Ervin Peters <ervin.peters <AT> ervnet.de>
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Closes: https://github.com/gentoo/gentoo/pull/13431
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-editors/scite/Manifest              |   3 -
 app-editors/scite/scite-3.5.5.ebuild    |  92 ---------------------------
 app-editors/scite/scite-3.6.5-r1.ebuild |  88 --------------------------
 app-editors/scite/scite-4.0.2.ebuild    | 107 --------------------------------
 4 files changed, 290 deletions(-)

diff --git a/app-editors/scite/Manifest b/app-editors/scite/Manifest
index 147a13339b6..0ab03bff310 100644
--- a/app-editors/scite/Manifest
+++ b/app-editors/scite/Manifest
@@ -1,5 +1,2 @@
 DIST scite-4.1.3.tgz 2546247 BLAKE2B 
9c0cd767e6aff861bb706500eebf5fa431d5ce608f37a9b19d2af7d558698eb3073a33fcdd0900abb549aa9ed65981a9f217dc1dae4b21be919c380d20d4ee8f
 SHA512 
875dd44785e9c96a264df9061830c7ab51296061da7765084ec4445d7f529dabecebcfadc5a1d8cab9074ffd588903ca056ed5de0ae974d60a5c57b13d61550d
 DIST scite-4.2.0.tgz 2629884 BLAKE2B 
f9801146a086faefb38b72d28e00da055191c44254e5a6d34ade06462febd6a2b596aa572dd7e16c7541b0fcc23ff5f97f462b8869440782fd51f71ddd16d4c9
 SHA512 
d0a46ed2a21057a4fa866ae9305c9893360376d8591a9414eab96f9cb91991a43f3bf824bbb9a00c606555686aafdc0dc4b4bb41bcc94fe5dc90064342914c5a
-DIST scite355.tgz 2302137 BLAKE2B 
5b36c68a5447b7fd0dd2fce51fc09cec0ee4a86be10f4f32fa7bf47354c56424cbead6cdfe819c8014be75e843c867ccaa137c5f7e32c3f9b0dabb6b9a5a9cb3
 SHA512 
cdd9d3aa621f5d31632cfb9f71524255a4b47b70a654bf4bc8a25a76f8a2dbe098a48e0cd4587ced8ca8455be7e809973e212fcbcde5b62087aa0f9528f7f40d
-DIST scite365.tgz 2391190 BLAKE2B 
0cd2b1b24bcd15815357125725b1453935dc944ca1ddbd77772923ceeb249b3182dc47cb1e1097a4e0942b3a5c7528d0e80fe2314ed9d3d2b7f4e960a0f17ff2
 SHA512 
193dcb1f8787a7c7d520ce62462e5c95e7b6bcaf79f4ab23f9885474fb0444dbc5a69a0d45eafc592e5fff2a2e746a9aba599799e847e3c74d3436eed26580a9
-DIST scite402.tgz 2424648 BLAKE2B 
84a331865310058d26ca45a25b99d98a7c3374d0463024e31694e2ebbd519a20e8e368dc1dfabc2534e8f015fc95ca53382bc223476b882a7be543ffdc44ae2b
 SHA512 
97898cbb8675d013dd91828792de1c71e3f013b21c59c5112ddc00e7ee35c2ba8cc29e2c3256b91171e052145a25cddfd0034505e3c185999c734504bb702283

diff --git a/app-editors/scite/scite-3.5.5.ebuild 
b/app-editors/scite/scite-3.5.5.ebuild
deleted file mode 100644
index 1adfbe41a5c..00000000000
--- a/app-editors/scite/scite-3.5.5.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit toolchain-funcs eutils xdg-utils
-
-MY_PV=${PV//./}
-DESCRIPTION="A very powerful editor for programmers"
-HOMEPAGE="https://www.scintilla.org/SciTE.html";
-SRC_URI="mirror://sourceforge/scintilla/${PN}${MY_PV}.tgz"
-
-LICENSE="HPND lua? ( MIT )"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
-IUSE="lua"
-
-RDEPEND="dev-libs/glib:2
-       x11-libs/cairo
-       x11-libs/gtk+:2
-       x11-libs/gdk-pixbuf
-       x11-libs/pango
-       lua? ( >=dev-lang/lua-5:0= )"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       >=sys-apps/sed-4"
-
-S="${WORKDIR}/${PN}/gtk"
-
-src_prepare() {
-       cd "${WORKDIR}/scintilla/gtk"
-       sed -i makefile \
-               -e "s#^CXXFLAGS=#CXXFLAGS=${CXXFLAGS} #" \
-               -e "s#^\(CXXFLAGS=.*\)-Os#\1#" \
-               -e "s#^CC =\(.*\)#CC = $(tc-getCXX)#" \
-               -e "s#^CCOMP =\(.*\)#CCOMP = $(tc-getCC)#" \
-               -e "s#-Os##" \
-               || die "error patching makefile"
-
-       cd "${WORKDIR}/scite/gtk"
-       sed -i makefile \
-               -e "s#-rdynamic#-rdynamic ${LDFLAGS}#" \
-               || 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#^CCOMP =\(.*\)#CCOMP = $(tc-getCC)#" \
-               -e 's#${D}##' \
-               -e 's#-g root#-g 0#' \
-               -e "s#-Os##" \
-               || die "error patching makefile"
-}
-
-src_compile() {
-       emake -C ../../scintilla/gtk AR="$(tc-getAR)"
-       if use lua; then
-               emake
-       else
-               emake NO_LUA=1
-       fi
-}
-
-src_install() {
-       dodir /usr/bin
-       dodir /usr/share/{pixmaps,applications}
-
-       emake prefix="${ED}/usr" install
-
-       # we have to keep this because otherwise it'll break upgrading
-       mv "${ED}/usr/bin/SciTE" "${ED}/usr/bin/scite" || die
-       dosym scite /usr/bin/SciTE
-
-       # replace .desktop file with our own working version
-       rm -f "${ED}/usr/share/applications/SciTE.desktop" || die
-       domenu "${FILESDIR}/scite.desktop"
-
-       doman ../doc/scite.1
-       dodoc ../README
-}
-
-pkg_postinst() {
-       xdg_desktop_database_update
-}
-
-pkg_postrm() {
-       xdg_desktop_database_update
-}

diff --git a/app-editors/scite/scite-3.6.5-r1.ebuild 
b/app-editors/scite/scite-3.6.5-r1.ebuild
deleted file mode 100644
index 5662b8b541e..00000000000
--- a/app-editors/scite/scite-3.6.5-r1.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit toolchain-funcs eutils flag-o-matic
-
-MY_PV=${PV//./}
-DESCRIPTION="A very powerful editor for programmers"
-HOMEPAGE="https://www.scintilla.org/SciTE.html";
-SRC_URI="mirror://sourceforge/scintilla/${PN}${MY_PV}.tgz"
-
-LICENSE="HPND lua? ( MIT )"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE="lua"
-
-RDEPEND="dev-libs/glib:=
-       x11-libs/cairo
-       x11-libs/gtk+:2
-       x11-libs/gdk-pixbuf
-       x11-libs/pango
-       lua? ( >=dev-lang/lua-5:= )"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-S="${WORKDIR}/${PN}/gtk"
-
-src_prepare() {
-       sed -i "${WORKDIR}/scintilla/gtk/makefile" \
-               -e "s#^CXXFLAGS=#CXXFLAGS=${CXXFLAGS} #" \
-               -e "s#^\(CXXFLAGS=.*\)-Os#\1#" \
-               -e "s#^CC =\(.*\)#CC = $(tc-getCXX)#" \
-               -e "s#^CCOMP =\(.*\)#CCOMP = $(tc-getCC)#" \
-               -e "s#-Os##" \
-               || die "error patching /scintilla/gtk/makefile"
-
-       sed -i "${WORKDIR}/scite/gtk/makefile" \
-               -e "s#-rdynamic#-rdynamic ${LDFLAGS}#" \
-               || die "error patching /scite/gtk/makefile"
-
-       # repair and enhance the .desktop file
-       sed -i "${WORKDIR}/scite/gtk/SciTE.desktop" \
-               -e "s/^Encoding/#Encoding/" \
-               -e "s#text/plain#text/\*;application/xhtml+xml#" \
-               -e "s#^Categories=\(.*\)#Categories=Development;#" \
-               || die "error patching /scite/gtk/SciTe.desktop"
-
-       sed -i "${S}/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#^CCOMP =\(.*\)#CCOMP = $(tc-getCC)#" \
-               -e 's#${D}##' \
-               -e 's#-g root#-g 0#' \
-               -e "s#-Os##" \
-               || die "error patching gtk/makefile"
-
-       eapply_user
-}
-
-src_compile() {
-       emake CC="$(tc-getCC)" LD="$(tc-getLD)" \
-                       LDFLAGS="$(raw-ldflags)" AR="$(tc-getAR)" \
-                       -C "${WORKDIR}/scintilla/gtk"
-
-       if use lua; then
-               emake
-       else
-               emake NO_LUA=1
-       fi
-}
-
-src_install() {
-       dodir /usr/bin
-       dodir /usr/share/{pixmaps,applications}
-
-       emake DESTDIR="${ED}" install
-
-       # we have to keep this because otherwise it'll break upgrading
-       mv "${ED}/usr/bin/SciTE" "${ED}/usr/bin/scite" || die
-       dosym scite /usr/bin/SciTE
-
-       doman ../doc/scite.1
-       dodoc ../README
-}

diff --git a/app-editors/scite/scite-4.0.2.ebuild 
b/app-editors/scite/scite-4.0.2.ebuild
deleted file mode 100644
index 4ab3e1e3acf..00000000000
--- a/app-editors/scite/scite-4.0.2.ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs flag-o-matic gnome2-utils xdg-utils
-
-MY_PV=${PV//./}
-DESCRIPTION="A very powerful, highly configurable, small editor with syntax
-coloring."
-HOMEPAGE="https://www.scintilla.org/SciTE.html";
-SRC_URI="mirror://sourceforge/scintilla/${PN}${MY_PV}.tgz"
-
-LICENSE="HPND lua? ( MIT )"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
-IUSE="lua"
-
-RDEPEND="dev-libs/glib:=
-       x11-libs/cairo
-       x11-libs/gtk+:3=
-       x11-libs/gdk-pixbuf
-       x11-libs/pango
-       lua? ( >=dev-lang/lua-5:= )"
-
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-S="${WORKDIR}/${PN}/gtk"
-
-src_prepare() {
-       sed -i "${WORKDIR}/scintilla/gtk/makefile" \
-               -e "s#^CXXFLAGS=#CXXFLAGS=${CXXFLAGS} #" \
-               -e "s#^\(CXXFLAGS=.*\)-Os#\1#" \
-               -e "s#^CC =\(.*\)#CC = $(tc-getCXX)#" \
-               -e "s#^CCOMP =\(.*\)#CCOMP = $(tc-getCC)#" \
-               -e "s#-Os##" \
-               || die "error patching scintilla/gtk/makefile"
-
-       sed -i "${S}/makefile" \
-               -e "s#-rdynamic#-rdynamic ${LDFLAGS}#" \
-               -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#^CCOMP =\(.*\)#CCOMP = $(tc-getCC)#" \
-               -e 's#${D}##' \
-               -e 's#-g root#-g 0#' \
-               -e "s#-Os##" \
-               || die "error patching scite/gtk/makefile"
-
-       # repair and enhance the .desktop file
-       sed -i "${S}/SciTE.desktop" \
-               -e "s#text/plain#text/\*;application/xhtml+xml#" \
-               -e "s#^Categories=\(.*\)#Categories=Development;#" \
-               || die "error patching scite/gtk/SciTe.desktop"
-
-       #  add the ebuild suffix as shell type for working with ebuilds
-       sed -i "${WORKDIR}/scite/src/perl.properties" \
-               -e "s#\*.sh;\*.bsh;#\*.ebuild;\*.sh;\*.bsh;#" \
-               || die "error patching scite/src/perl.properties"
-
-       # it seems that pwd here is ${S}, but user patches are relative to 
${workdir}
-       # Bug #576162
-
-       cd "${WORKDIR}"
-       eapply_user
-}
-
-src_compile() {
-       # prepare make options
-       local emake_pars="GTK3=1"
-       if ! use lua; then
-               emake_pars+=" NO_LUA=1"
-       fi
-
-       emake CC="$(tc-getCC)" LD="$(tc-getLD)" \
-                       LDFLAGS="$(raw-ldflags)" AR="$(tc-getAR)" \
-                       -C "${WORKDIR}/scintilla/gtk" $emake_pars
-       emake $emake_pars
-}
-
-src_install() {
-       emake DESTDIR="${ED}" install
-
-       # we have to keep this because otherwise it'll break upgrading
-       mv "${ED}/usr/bin/SciTE" "${ED}/usr/bin/scite" || die
-       dosym scite /usr/bin/SciTE
-
-       doman ../doc/scite.1
-       dodoc ../README
-}
-
-pkg_preinst() {
-       gnome2_icon_savelist
-}
-
-pkg_postinst() {
-       gnome2_icon_cache_update
-       xdg_desktop_database_update
-}
-
-pkg_postrm() {
-       gnome2_icon_cache_update
-       xdg_desktop_database_update
-}

Reply via email to