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

commit:     3379b627ad821d1f22eadd30b200c1feb7ed3765
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 30 01:09:14 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 30 01:09:14 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=3379b627

x11-libs/qscintilla: Drop 1.7.1

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

 x11-libs/qscintilla/files/qscintilla-1.7.1.patch   | 17 ------
 x11-libs/qscintilla/files/qscintilla-2.2-qt.patch  | 14 -----
 x11-libs/qscintilla/files/qscintilla-2.2-qt4.patch | 19 ------
 x11-libs/qscintilla/qscintilla-1.7.1.ebuild        | 71 ----------------------
 4 files changed, 121 deletions(-)

diff --git a/x11-libs/qscintilla/files/qscintilla-1.7.1.patch b/x11-libs/qscintilla/files/qscintilla-1.7.1.patch
deleted file mode 100644
index 5d63990c..00000000
--- a/x11-libs/qscintilla/files/qscintilla-1.7.1.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- designer/designer.pro.orig	2006-11-14 08:35:36.000000000 -0500
-+++ designer/designer.pro	2006-11-14 08:35:49.000000000 -0500
-@@ -3,10 +3,12 @@
- 
- TEMPLATE = lib
- TARGET = qscintillaplugin
--DESTDIR = $(QTDIR)/plugins/designer
-+DESTDIR = .
- 
- CONFIG += qt warn_on release plugin
- 
- SOURCES += qscintillaplugin.cpp
- 
--LIBS += -lqscintilla
-+LIBS += -L../qt/lib -lqscintilla
-+
-+INCLUDEPATH += ../qt

diff --git a/x11-libs/qscintilla/files/qscintilla-2.2-qt.patch b/x11-libs/qscintilla/files/qscintilla-2.2-qt.patch
deleted file mode 100644
index 98b4fb5a..00000000
--- a/x11-libs/qscintilla/files/qscintilla-2.2-qt.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- designer.pro.orig	2006-09-16 09:07:21.000000000 -0700
-+++ designer.pro	2007-06-24 18:57:47.000000000 -0700
-@@ -5,8 +5,10 @@
- TARGET = qscintillaplugin
- DESTDIR = $(QTDIR)/plugins/designer
- 
-+INCLUDEPATH = ../Qt3
-+
- CONFIG += qt warn_on release plugin
- 
- SOURCES += qscintillaplugin.cpp
- 
--LIBS += -lqscintilla2
-+LIBS += -L../Qt3 -lqscintilla2

diff --git a/x11-libs/qscintilla/files/qscintilla-2.2-qt4.patch b/x11-libs/qscintilla/files/qscintilla-2.2-qt4.patch
deleted file mode 100644
index 35062e46..00000000
--- a/x11-libs/qscintilla/files/qscintilla-2.2-qt4.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- designer.pro.ori	2006-12-13 09:31:54.000000000 +0700
-+++ designer.pro	2006-12-13 09:40:49.000000000 +0700
-@@ -4,12 +4,14 @@
- TEMPLATE = lib
- TARGET = qscintillaplugin
- 
-+INCLUDEPATH = ../Qt4
-+
- CONFIG += designer release plugin
- 
- HEADERS = qscintillaplugin.h
- SOURCES = qscintillaplugin.cpp
- 
--target.path = $$[QT_INSTALL_PLUGINS]/designer
-+target.path = .
- INSTALLS += target
- 
--LIBS += -lqscintilla2
-+LIBS += -L../Qt4 -lqscintilla2

diff --git a/x11-libs/qscintilla/qscintilla-1.7.1.ebuild b/x11-libs/qscintilla/qscintilla-1.7.1.ebuild
deleted file mode 100644
index e8425916..00000000
--- a/x11-libs/qscintilla/qscintilla-1.7.1.ebuild
+++ /dev/null
@@ -1,71 +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.7.1.ebuild,v 1.4 2009/11/05 17:09:09 yngwin Exp $
-
-EAPI=1
-
-inherit eutils toolchain-funcs qt3
-
-SCINTILLA_VER="1.71"
-MY_P="${PN/qs/QS}-${SCINTILLA_VER}-gpl-${PV}"
-MY_P=${MY_P/_pre/snapshot-}
-
-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.riverbankcomputing.com/Downloads/QScintilla1/${MY_P}.tar.gz  mirror://kde-sunset/${MY_P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
-IUSE="doc"
-
-DEPEND="dev-qt/qt-meta:3"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
-	unpack ${A}
-
-	cd "${S}/qt"
-	sed -i -e "s:DESTDIR = \$(QTDIR)/lib:DESTDIR = lib:" 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 || die "qmake qscintilla failed"
-
-	cd "${S}"
-	epatch "${FILESDIR}/${P}.patch"
-
-	cd "${S}/designer"
-	echo -e "\nQMAKE_CFLAGS_RELEASE=${CFLAGS} -w\nQMAKE_CXXFLAGS_RELEASE=${CXXFLAGS} -w\nQMAKE_LFLAGS_RELEASE=${LDFLAGS}" >> designer.pro
-	${QTDIR}/bin/qmake -o Makefile designer.pro || die "qmake designer failed"
-}
-
-src_compile() {
-	cd "${S}/qt"
-	emake all staticlib CC="$(tc-getCC)" CXX="$(tc-getCXX)" LINK="$(tc-getCXX)" || die "emake failed"
-	cd "${S}/designer"
-	dodir ${QTDIR}/plugins/designer
-	emake || die "emake designer failed"
-}
-
-src_install() {
-	dodoc ChangeLog NEWS README*
-	dodir /usr/{include,$(get_libdir),share/qscintilla/translations}
-	cd "${S}"/qt
-	cp qextscintilla*.h "${D}/usr/include"
-	cp qscintilla*.qm "${D}/usr/share/qscintilla/translations"
-	cp lib/libqscintilla.a* "${D}/usr/$(get_libdir)"
-	cp -R lib/libqscintilla.so.* "${D}/usr/$(get_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
-	insinto ${QTDIR}/plugins/designer
-	insopts  -m0755
-	doins "${S}"/designer/libqscintillaplugin.so
-}


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

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

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

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