public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde-sunset:master commit in: x11-libs/qscintilla/files/, x11-libs/qscintilla/
@ 2020-11-30  2:19 Andreas Sturmlechner
  0 siblings, 0 replies; only message in thread
From: Andreas Sturmlechner @ 2020-11-30  2:19 UTC (permalink / raw
  To: gentoo-commits

commit:     4487ab4fb78b1381e132b61a01f8c90debe877ec
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 30 01:35:08 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 30 02:19:18 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=4487ab4f

x11-libs/qscintilla: Drop 1.5.1

Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../qscintilla/files/qscintilla-1.5-sandbox.patch  | 30 -----------
 x11-libs/qscintilla/qscintilla-1.5.1.ebuild        | 61 ----------------------
 2 files changed, 91 deletions(-)

diff --git a/x11-libs/qscintilla/files/qscintilla-1.5-sandbox.patch b/x11-libs/qscintilla/files/qscintilla-1.5-sandbox.patch
deleted file mode 100644
index 65bf1ad5..00000000
--- a/x11-libs/qscintilla/files/qscintilla-1.5-sandbox.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- Makefile.orig	2005-01-23 03:57:03.000000000 +0100
-+++ Makefile	2005-01-23 03:57:35.000000000 +0100
-@@ -314,7 +314,7 @@
- QMAKE_TARGET = qscintilla
- DESTDIR  = ${destdir}/
- TARGET   = libqscintilla.so.5.2.0
--TARGETA	= ${destdir}/libqscintilla.a
-+TARGETA	= libqscintilla.a
- TARGETD	= libqscintilla.so.5.2.0
- TARGET0	= libqscintilla.so
- TARGET1	= libqscintilla.so.5
-@@ -345,17 +345,12 @@
- all: Makefile  ${destdir}/$(TARGET)
- 
- ${destdir}/$(TARGET):  $(UICDECLS) $(OBJECTS) $(OBJMOC) $(SUBLIBS) $(OBJCOMP)  
--	test -d ${destdir}/ || mkdir -p ${destdir}/
-+#	test -d ${destdir}/ || mkdir -p ${destdir}/
- 	-$(DEL_FILE) $(TARGET) $(TARGET0) $(TARGET1) $(TARGET2)
- 	$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJMOC) $(LIBS) $(OBJCOMP)
- 	-ln -s $(TARGET) $(TARGET0)
- 	-ln -s $(TARGET) $(TARGET1)
- 	-ln -s $(TARGET) $(TARGET2)
--	-$(DEL_FILE) ${destdir}/$(TARGET)
--	-$(DEL_FILE) ${destdir}/$(TARGET0)
--	-$(DEL_FILE) ${destdir}/$(TARGET1)
--	-$(DEL_FILE) ${destdir}/$(TARGET2)
--	-$(MOVE) $(TARGET) $(TARGET0) $(TARGET1) $(TARGET2) ${destdir}/
- 
- 
- 

diff --git a/x11-libs/qscintilla/qscintilla-1.5.1.ebuild b/x11-libs/qscintilla/qscintilla-1.5.1.ebuild
deleted file mode 100644
index 0a3a9b27..00000000
--- a/x11-libs/qscintilla/qscintilla-1.5.1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# 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-1.5.1.ebuild,v 1.4 2009/11/04 17:44:32 yngwin Exp $
-
-inherit eutils toolchain-funcs
-
-SCINTILLA_VER="1.62"
-MY_P="${PN}-${SCINTILLA_VER}-gpl-${PV}"
-MY_P=${MY_P/_pre/snapshot-}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="QScintilla is a port to Qt of Neil Hodgson's Scintilla C++ editor class."
-HOMEPAGE="http://www.riverbankcomputing.co.uk/qscintilla/"
-#SRC_URI="http://www.river-bank.demon.co.uk/download/snapshots/QScintilla/${MY_P}.tar.gz"
-#SRC_URI="http://www.river-bank.demon.co.uk/download/QScintilla/${MY_P}.tar.gz"
-SRC_URI="mirror://gentoo/${MY_P}.tar.gz mirror://kde-sunset/${MY_P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc x86"
-IUSE="doc"
-
-RDEPEND="=dev-qt/qt-meta-3*"
-DEPEND="${RDEPEND}
-	sys-apps/sed"
-
-LIBDIR="/usr/$(get_libdir)"
-
-src_unpack() {
-	unpack ${A} ; cd "${S}"/qt
-	sed -i -e "s:DESTDIR = \$(QTDIR)/lib:DESTDIR = \${destdir}:" qscintilla.pro
-	echo -e "\nQMAKE_CFLAGS_RELEASE=${CFLAGS} -w\nQMAKE_CXXFLAGS_RELEASE=${CXXFLAGS} -w\nQMAKE_LFLAGS_RELEASE=${LDFLAGS}" >> qscintilla.pro
-
-	${QTDIR}/bin/qmake -o Makefile qscintilla.pro
-	epatch "${FILESDIR}"/${PN}-1.5-sandbox.patch
-}
-
-src_compile() {
-	cd "${S}"/qt
-	# It uses g++'s syntax while linking (-Wl,) so it can't use tc-getLD.
-	make destdir=${LIBDIR} all staticlib CC="$(tc-getCC)" CXX="$(tc-getCXX)" LINK="$(tc-getCXX)" || die "make failed"
-}
-
-src_install() {
-	dodoc ChangeLog NEWS README
-	dodir /usr/include ${LIBDIR} /usr/share/qscintilla/translations
-	cd "${S}"/qt
-	cp qextscintilla*.h "${D}/usr/include"
-	cp qscintilla*.qm "${D}/usr/share/qscintilla/translations"
-	cp libqscintilla.a* "${D}${LIBDIR}"
-	cp -d libqscintilla.so.* "${D}${LIBDIR}"
-	dodir ${QTDIR}/translations/
-	for I in $(ls -1 qscintilla*.qm) ; do
-		dosym "/usr/share/qscintilla/translations/${I}" "${QTDIR}/translations/${I}"
-	done
-	if use doc ; then
-		dohtml "${S}"/doc/html/*
-		insinto /usr/share/doc/${PF}/Scintilla
-		doins "${S}"/doc/Scintilla/*
-	fi
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-11-30  2:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-30  2:19 [gentoo-commits] proj/kde-sunset:master commit in: x11-libs/qscintilla/files/, x11-libs/qscintilla/ Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox