summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-11-30 02:09:38 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-11-30 02:09:38 +0100
commit0ead71907cf19a089ec7e5487b7d88f2ff06036c (patch)
treee143a276a1dd6c60a0d84711d8230e6d2f80f036 /dev-util
parentx11-libs/qscintilla: Drop 1.7.1 (diff)
downloadkde-sunset-0ead71907cf19a089ec7e5487b7d88f2ff06036c.tar.gz
kde-sunset-0ead71907cf19a089ec7e5487b7d88f2ff06036c.tar.bz2
kde-sunset-0ead71907cf19a089ec7e5487b7d88f2ff06036c.zip
*/*: Remove ancient qt3.eclass revdeps
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/bouml/ChangeLog26
-rw-r--r--dev-util/bouml/Manifest6
-rw-r--r--dev-util/bouml/bouml-4.12.1.ebuild36
-rw-r--r--dev-util/bouml/bouml-4.13.1.ebuild36
-rw-r--r--dev-util/bouml/bouml-4.15.ebuild36
-rw-r--r--dev-util/bouml/bouml-4.16.4.ebuild33
-rw-r--r--dev-util/bouml/bouml-4.19.2.ebuild33
-rw-r--r--dev-util/bouml/bouml-4.22.2.ebuild33
-rw-r--r--dev-util/bouml/metadata.xml5
9 files changed, 0 insertions, 244 deletions
diff --git a/dev-util/bouml/ChangeLog b/dev-util/bouml/ChangeLog
deleted file mode 100644
index b6a9aca3..00000000
--- a/dev-util/bouml/ChangeLog
+++ /dev/null
@@ -1,26 +0,0 @@
-# ChangeLog for dev-util/bouml
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/bouml/Attic/ChangeLog,v 1.1 2006/09/03 16:01:35 flameeyes Exp $
-
- 21 Mar 2013; Lars Wendler <polynomial-c@gentoo.org> bouml-4.12.1.ebuild,
- bouml-4.13.1.ebuild, bouml-4.15.ebuild, bouml-4.16.4.ebuild,
- bouml-4.19.2.ebuild, bouml-4.22.2.ebuild:
- Fixed dependencies on qt packages.
-
-*bouml-4.16.4 (03 Apr 2010)
-*bouml-4.15 (03 Apr 2010)
-*bouml-4.13.1 (03 Apr 2010)
-*bouml-4.12.1 (03 Apr 2010)
-
- 03 Apr 2010; Markos Chandras <hwoarang@gentoo.org> +bouml-4.12.1.ebuild,
- +bouml-4.13.1.ebuild, +bouml-4.15.ebuild, +bouml-4.16.4.ebuild,
- +metadata.xml:
- Initial commit to kde-sunset overlay
-
-*bouml-2.16 (03 Sep 2006)
-
- 03 Sep 2006; Diego Pettenò <flameeyes@gentoo.org> +metadata.xml,
- +bouml-2.16.ebuild:
- Initial import of BOUML UML toolbox. Thanks to Gabi Shaar, Fabrice Belamy
- and Baptiste Grenier in bug #112208 for their work and patience.
-
diff --git a/dev-util/bouml/Manifest b/dev-util/bouml/Manifest
deleted file mode 100644
index fa3bcbe0..00000000
--- a/dev-util/bouml/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-DIST bouml_4.12.1.tar.gz 5022117 SHA256 bbe3aac50c5391833078cf3e53d05ae1ee9b853ae038a6e3675c3b01f8d7d2b4
-DIST bouml_4.13.1.tar.gz 5180729 SHA256 7475ecba7bec9dc9e9fac346f3b978c1143bd8924b5e5b02c04a679b64f58f7e
-DIST bouml_4.15.tar.gz 5185663 SHA256 71df2ef7826fc40cff252ad50808fce55c4f2a78b7ab187652474c55de9ae1d7
-DIST bouml_4.16.4.tar.gz 5295320 SHA256 f4f2308b9d14f7b5b80de863e1d42e32f3a54df7f3c23db835ba9ccb02ecfe1b
-DIST bouml_4.19.2.tar.gz 5389334 SHA256 6588bb9520cbb367c9812a3ee461dcda2d3f3d0296274c38fe415812de8d165d
-DIST bouml_4.22.2.tar.gz 5474273 SHA256 03fff70ebac25357eb18c4842c6a6b3f292a33dcb42390a15b5011a67e3a0f62
diff --git a/dev-util/bouml/bouml-4.12.1.ebuild b/dev-util/bouml/bouml-4.12.1.ebuild
deleted file mode 100644
index 042f44ac..00000000
--- a/dev-util/bouml/bouml-4.12.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/bouml/Attic/bouml-4.12.1.ebuild,v 1.1 2009/04/04 10:28:08 bangert Exp $
-
-EAPI=1
-
-inherit multilib qt3
-
-MY_P="${PN}_${PV}"
-
-DESCRIPTION="Free UML 2 tool with code generation"
-HOMEPAGE="http://bouml.free.fr/"
-SRC_URI="mirror://kde-sunset/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-qt/qt-meta:3"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_compile() {
- find src/ genplugouts/ -type f -name "*.pro" | while read file; do
- local subdir="${file%/*}"
- eqmake3 "${file}" -o "${subdir}"/Makefile
- emake -C "${subdir}" || die "emake failed in ${subdir}"
- done
-}
-
-src_install() {
- emake BOUML_LIB="/usr/$(get_libdir)/bouml" DESTDIR="${D}" install \
- || die "emake install failed"
-}
diff --git a/dev-util/bouml/bouml-4.13.1.ebuild b/dev-util/bouml/bouml-4.13.1.ebuild
deleted file mode 100644
index 4a2ee17f..00000000
--- a/dev-util/bouml/bouml-4.13.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/bouml/Attic/bouml-4.13.1.ebuild,v 1.1 2009/09/12 01:34:29 patrick Exp $
-
-EAPI=1
-
-inherit multilib qt3
-
-MY_P="${PN}_${PV}"
-
-DESCRIPTION="Free UML 2 tool with code generation"
-HOMEPAGE="http://bouml.free.fr/"
-SRC_URI="mirror://kde-sunset/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-qt/qt-meta:3"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_compile() {
- find src/ genplugouts/ -type f -name "*.pro" | while read file; do
- local subdir="${file%/*}"
- eqmake3 "${file}" -o "${subdir}"/Makefile
- emake -C "${subdir}" || die "emake failed in ${subdir}"
- done
-}
-
-src_install() {
- emake BOUML_LIB="/usr/$(get_libdir)/bouml" DESTDIR="${D}" install \
- || die "emake install failed"
-}
diff --git a/dev-util/bouml/bouml-4.15.ebuild b/dev-util/bouml/bouml-4.15.ebuild
deleted file mode 100644
index 2ae3ec77..00000000
--- a/dev-util/bouml/bouml-4.15.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/bouml/Attic/bouml-4.15.ebuild,v 1.1 2009/10/09 16:30:12 vostorga Exp $
-
-EAPI=1
-
-inherit multilib qt3
-
-MY_P="${PN}_${PV}"
-
-DESCRIPTION="Free UML 2 tool with code generation"
-HOMEPAGE="http://bouml.free.fr/"
-SRC_URI="mirror://kde-sunset/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-qt/qt-meta:3"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_compile() {
- find src/ genplugouts/ -type f -name "*.pro" | while read file; do
- local subdir="${file%/*}"
- eqmake3 "${file}" -o "${subdir}"/Makefile
- emake -C "${subdir}" || die "emake failed in ${subdir}"
- done
-}
-
-src_install() {
- emake BOUML_LIB="/usr/$(get_libdir)/bouml" DESTDIR="${D}" install \
- || die "emake install failed"
-}
diff --git a/dev-util/bouml/bouml-4.16.4.ebuild b/dev-util/bouml/bouml-4.16.4.ebuild
deleted file mode 100644
index 7c2b4bb6..00000000
--- a/dev-util/bouml/bouml-4.16.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/bouml/Attic/bouml-4.16.4.ebuild,v 1.1 2009/12/31 17:33:51 ssuominen Exp $
-
-EAPI=1
-inherit multilib qt3
-
-MY_P=${PN}_${PV}
-
-DESCRIPTION="Free UML 2 tool with code generation"
-HOMEPAGE="http://bouml.free.fr/"
-SRC_URI="mirror://kde-sunset/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-qt/qt-meta:3"
-
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
- find src/ genplugouts/ -type f -name "*.pro" | while read file; do
- local subdir="${file%/*}"
- eqmake3 "${file}" -o "${subdir}"/Makefile
- emake -C "${subdir}" || die "emake failed in ${subdir}"
- done
-}
-
-src_install() {
- emake BOUML_LIB="/usr/$(get_libdir)/bouml" DESTDIR="${D}" install || die
-}
diff --git a/dev-util/bouml/bouml-4.19.2.ebuild b/dev-util/bouml/bouml-4.19.2.ebuild
deleted file mode 100644
index 7c2b4bb6..00000000
--- a/dev-util/bouml/bouml-4.19.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/bouml/Attic/bouml-4.16.4.ebuild,v 1.1 2009/12/31 17:33:51 ssuominen Exp $
-
-EAPI=1
-inherit multilib qt3
-
-MY_P=${PN}_${PV}
-
-DESCRIPTION="Free UML 2 tool with code generation"
-HOMEPAGE="http://bouml.free.fr/"
-SRC_URI="mirror://kde-sunset/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-qt/qt-meta:3"
-
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
- find src/ genplugouts/ -type f -name "*.pro" | while read file; do
- local subdir="${file%/*}"
- eqmake3 "${file}" -o "${subdir}"/Makefile
- emake -C "${subdir}" || die "emake failed in ${subdir}"
- done
-}
-
-src_install() {
- emake BOUML_LIB="/usr/$(get_libdir)/bouml" DESTDIR="${D}" install || die
-}
diff --git a/dev-util/bouml/bouml-4.22.2.ebuild b/dev-util/bouml/bouml-4.22.2.ebuild
deleted file mode 100644
index 7c2b4bb6..00000000
--- a/dev-util/bouml/bouml-4.22.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/bouml/Attic/bouml-4.16.4.ebuild,v 1.1 2009/12/31 17:33:51 ssuominen Exp $
-
-EAPI=1
-inherit multilib qt3
-
-MY_P=${PN}_${PV}
-
-DESCRIPTION="Free UML 2 tool with code generation"
-HOMEPAGE="http://bouml.free.fr/"
-SRC_URI="mirror://kde-sunset/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-qt/qt-meta:3"
-
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
- find src/ genplugouts/ -type f -name "*.pro" | while read file; do
- local subdir="${file%/*}"
- eqmake3 "${file}" -o "${subdir}"/Makefile
- emake -C "${subdir}" || die "emake failed in ${subdir}"
- done
-}
-
-src_install() {
- emake BOUML_LIB="/usr/$(get_libdir)/bouml" DESTDIR="${D}" install || die
-}
diff --git a/dev-util/bouml/metadata.xml b/dev-util/bouml/metadata.xml
deleted file mode 100644
index 7a38bb90..00000000
--- a/dev-util/bouml/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
-</pkgmetadata>