public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/qwtpolar/
Date: Thu,  2 Mar 2017 19:39:27 +0000 (UTC)	[thread overview]
Message-ID: <1488483556.358a3e704e09893e8d7273f95c692b63b9b47ee3.asturm@gentoo> (raw)

commit:     358a3e704e09893e8d7273f95c692b63b9b47ee3
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 27 00:59:17 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar  2 19:39:16 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=358a3e70

x11-libs/qwtpolar: Drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/4099

 x11-libs/qwtpolar/Manifest                 |  3 ---
 x11-libs/qwtpolar/qwtpolar-0.1.0-r1.ebuild | 42 ------------------------------
 x11-libs/qwtpolar/qwtpolar-1.0.0.ebuild    | 39 ---------------------------
 x11-libs/qwtpolar/qwtpolar-1.1.0.ebuild    | 40 ----------------------------
 4 files changed, 124 deletions(-)

diff --git a/x11-libs/qwtpolar/Manifest b/x11-libs/qwtpolar/Manifest
index f71a2a0c343..067cac7e5ba 100644
--- a/x11-libs/qwtpolar/Manifest
+++ b/x11-libs/qwtpolar/Manifest
@@ -1,4 +1 @@
-DIST qwtpolar-0.1.0.tar.bz2 768348 SHA256 af08b0106b1f7187db02dfd7e36f59ad185fbe72d72c62a6c91e9f492127a481 SHA512 8a11a64d52547fd801a78874daa806540c5efa5828ee7783a1d468cc09667b1b87edcafa134b8c1b8c818c5bcb04f7e42ac836b10f165d002cc90e68294479f5 WHIRLPOOL 6ef7de2a2cf6df068e309fe0d1d60aba5f05fa2cf6733a4fd0df2205a1f029d8781623411a2100666102a51d64787a8154764a6719950881bfaf2840b5cf3b6a
-DIST qwtpolar-1.0.0.zip 636765 SHA256 046cb0378134dbec76fc60435f93fe433c155087a03114eb1b96b605ee0e1e76 SHA512 94536af39e3658d56758d201a29c2e0aaec109ca37b3f9a4e7e7722ea7f63f45e31026d112b384b8e75008c93d10a070ebaa85c0c745a7d11529f7d1de10d4ba WHIRLPOOL 3c8a5d4ffbb8e4b9fc4cfbab3f7faaa1d7c16833c79b43633ded63f89f6efe80b2961985f0ce3d26ede52c48fae934a65616f5b18ecfd03b932225de6b0abae9
-DIST qwtpolar-1.1.0.zip 939175 SHA256 21ba860195985bfcb4e54da6a48aba4f7db44f01a6f26bbe6ffa9123802b78df SHA512 48bc5da93ed18aa83907651569245b77a6bce43e9e87d38f4531fecb20d74bdce4b0a18cee0722065637577cd73937ed8e3b5253df5262347ac382b1673233c0 WHIRLPOOL ba09b46a9da8604feb55bee31d2d336fbe746f2c1b3fb44ec4356f50860d03c713e2049421669a0bf67656afc241e5153c8dd2619d3745b699bfae1316db641c
 DIST qwtpolar-1.1.1.tar.bz2 565546 SHA256 6168baa9dbc8d527ae1ebf2631313291a1d545da268a05f4caa52ceadbe8b295 SHA512 5b752e5426ae15740737277c2ba244cab947c54d573b4eedd1f54359b6eab1fa738d40f68f6c806106d01596eabc9f6d7ee825dde11a4925bebd643f42021621 WHIRLPOOL e03906b22f06d6ea42ab0609d28a578be70c4d5c9a71d0cb00f40e2630f2868890085434e4f2833280db2c445eaefc16bfd321a3d4f5cc9e1538a608fd1d727b

diff --git a/x11-libs/qwtpolar/qwtpolar-0.1.0-r1.ebuild b/x11-libs/qwtpolar/qwtpolar-0.1.0-r1.ebuild
deleted file mode 100644
index 7870146dfaf..00000000000
--- a/x11-libs/qwtpolar/qwtpolar-0.1.0-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit multilib qt4-r2
-
-DESCRIPTION="Library for displaying values on a polar coordinate system"
-HOMEPAGE="http://qwtpolar.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="qwt"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="x11-libs/qwt:5[svg]"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	sed -i \
-		-e "s:/path/to/qwt-5.2/include:${EPREFIX}/usr/include/qwt5:g" \
-		-e "s:/path/to/qwt-5.2/lib:${EPREFIX}/usr/$(get_libdir):g" \
-		-e "/= QwtPolarDesigner/ d" \
-		-e "s:/usr/local/qwtpolar-0.1.0:/usr/:g" \
-		-e "s:INSTALLBASE/lib:INSTALLBASE/$(get_libdir):g" \
-		-e "s:INSTALLBASE/include:INSTALLBASE/include/${PN}:" \
-		${PN}.pri || die
-
-	sed -i \
-		-e "s:{QWT_POLAR_ROOT}/lib:{QWT_POLAR_ROOT}/$(get_libdir):" \
-		src/src.pro || die
-}
-
-src_install() {
-	qt4-r2_src_install
-
-	rm -rf "${ED}/usr/doc" || die
-
-	doman doc/man/man3/QwtPolar*
-	dohtml -r doc/html
-}

diff --git a/x11-libs/qwtpolar/qwtpolar-1.0.0.ebuild b/x11-libs/qwtpolar/qwtpolar-1.0.0.ebuild
deleted file mode 100644
index 9a8c78cb4fd..00000000000
--- a/x11-libs/qwtpolar/qwtpolar-1.0.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit multilib qt4-r2
-
-DESCRIPTION="Library for displaying values on a polar coordinate system"
-HOMEPAGE="http://qwtpolar.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.zip"
-
-LICENSE="qwt"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/qwt:6[svg]"
-DEPEND="${RDEPEND}
-	app-arch/unzip"
-
-src_prepare() {
-	sed -i \
-		-e "/QWT_POLAR_INSTALL_PREFIX /s:=.*$:= ${EPREFIX}/usr:g" \
-		-e "/QWT_POLAR_INSTALL_LIBS/s:lib:$(get_libdir):g" \
-		-e "/QWT_POLAR_INSTALL_DOCS/s:doc:share/doc/${PF}:g" \
-		-e "/QWT_POLAR_INSTALL_PLUGINS/s:=.*$:= ${EPREFIX}/usr/$(get_libdir)/qt4/plugins/designer6/:g" \
-		-e "/QWT_POLAR_INSTALL_FEATURES/s:=.*$:= ${EPREFIX}/usr/$(get_libdir)/qt4/plugins/features6/:g" \
-		-e "/= QwtPolarDesigner/ d" \
-		${PN}config.pri || die
-
-	sed -i \
-		-e "s:{QWT_POLAR_ROOT}/lib:{QWT_POLAR_ROOT}/$(get_libdir):" \
-		src/src.pro || die
-	echo "INCLUDEPATH += ${EPREFIX}/usr/include/qwt6" >> src/src.pro
-	cat >> designer/designer.pro <<- EOF
-	INCLUDEPATH += "${EPREFIX}"/usr/include/qwt6
-	LIBS += -L"${S}"/$(get_libdir)
-	EOF
-}

diff --git a/x11-libs/qwtpolar/qwtpolar-1.1.0.ebuild b/x11-libs/qwtpolar/qwtpolar-1.1.0.ebuild
deleted file mode 100644
index ae5788d414e..00000000000
--- a/x11-libs/qwtpolar/qwtpolar-1.1.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit multilib qt4-r2
-
-DESCRIPTION="Library for displaying values on a polar coordinate system"
-HOMEPAGE="http://qwtpolar.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.zip"
-
-LICENSE="qwt"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/qwt:6[svg]"
-DEPEND="${RDEPEND}
-	app-arch/unzip"
-
-src_prepare() {
-	sed \
-		-e "/QWT_POLAR_INSTALL_PREFIX /s:=.*$:= ${EPREFIX}/usr:g" \
-		-e "/QWT_POLAR_INSTALL_LIBS/s:lib:$(get_libdir):g" \
-		-e "/QWT_POLAR_INSTALL_DOCS/s:doc:share/doc/${PF}:g" \
-		-e "/QWT_POLAR_INSTALL_PLUGINS/s:=.*$:= ${EPREFIX}/usr/$(get_libdir)/qt4/plugins/designer6/:g" \
-		-e "/QWT_POLAR_INSTALL_FEATURES/s:=.*$:= ${EPREFIX}/usr/$(get_libdir)/qt4/plugins/features6/:g" \
-		-e "/= QwtPolarDesigner/ d" \
-		-e "/= QwtPolarExamples/d" \
-		-i ${PN}config.pri || die
-
-	sed \
-		-e "s:{QWT_POLAR_ROOT}/lib:{QWT_POLAR_ROOT}/$(get_libdir):" \
-		-i src/src.pro || die
-	echo "INCLUDEPATH += ${EPREFIX}/usr/include/qwt6" >> src/src.pro
-	cat >> designer/designer.pro <<- EOF
-	INCLUDEPATH += "${EPREFIX}"/usr/include/qwt6
-	LIBS += -L"${S}"/$(get_libdir)
-	EOF
-}


             reply	other threads:[~2017-03-02 19:39 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-02 19:39 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-18 21:42 [gentoo-commits] repo/gentoo:master commit in: x11-libs/qwtpolar/ Andreas Sturmlechner
2024-11-15 22:13 Sam James
2024-11-15 22:13 Sam James
2024-09-23 14:56 Andrew Ammerlaan
2022-10-21 15:05 Andrew Ammerlaan
2020-05-21 19:29 Andreas Sturmlechner
2018-04-12 21:42 Andreas Sturmlechner
2018-04-12 19:07 Thomas Deutschmann
2018-04-09 16:27 Aaron Bauman
2018-03-02 11:11 Michael Palimaka
2017-03-02 10:47 Agostino Sarubbo
2017-03-02 10:30 Agostino Sarubbo
2017-01-26 11:37 Andreas Sturmlechner
2017-01-23 23:21 Andreas Sturmlechner
2017-01-23  2:38 Andreas Sturmlechner
2017-01-23  2:38 Andreas Sturmlechner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1488483556.358a3e704e09893e8d7273f95c692b63b9b47ee3.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox