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: media-gfx/structure-synth/, profiles/
Date: Fri,  8 Jun 2018 20:56:04 +0000 (UTC)	[thread overview]
Message-ID: <1528491310.efc89d1aa9607e6c810555b8426458320731a4af.asturm@gentoo> (raw)

commit:     efc89d1aa9607e6c810555b8426458320731a4af
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  2 11:32:18 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jun  8 20:55:10 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efc89d1a

media-gfx/structure-synth: Remove last-rited package

Closes: https://bugs.gentoo.org/408651
Closes: https://bugs.gentoo.org/642950
Closes: https://bugs.gentoo.org/651622

 media-gfx/structure-synth/Manifest                 |  1 -
 media-gfx/structure-synth/metadata.xml             | 11 -------
 .../structure-synth/structure-synth-1.5.0.ebuild   | 38 ----------------------
 profiles/package.mask                              |  5 ---
 4 files changed, 55 deletions(-)

diff --git a/media-gfx/structure-synth/Manifest b/media-gfx/structure-synth/Manifest
deleted file mode 100644
index 57a765c59af..00000000000
--- a/media-gfx/structure-synth/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST StructureSynth-Source-v1.5.0.zip 1922583 BLAKE2B a2b35d824d73f28cf8ccb6d57feed1d3442b30e1797425a3184cbf6af72507def24136165ee7bc43afe6fc5039eeaacd84ea9646853ee7a755d9283ca37fe18c SHA512 50fbd2838ccc9978e9646d3b0a45bcad92cf64008db205fa171b2ea90ca6327981de6bce9d0eec61a670be8c883f03731c265c730a1218c5ffc9882d53ff7289

diff --git a/media-gfx/structure-synth/metadata.xml b/media-gfx/structure-synth/metadata.xml
deleted file mode 100644
index 66e0f549e61..00000000000
--- a/media-gfx/structure-synth/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer type="project">
-    <email>graphics@gentoo.org</email>
-    <name>Gentoo Graphics Project</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="sourceforge">structuresynth</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/media-gfx/structure-synth/structure-synth-1.5.0.ebuild b/media-gfx/structure-synth/structure-synth-1.5.0.ebuild
deleted file mode 100644
index 0974d6a6c10..00000000000
--- a/media-gfx/structure-synth/structure-synth-1.5.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils qt4-r2
-
-MY_P="StructureSynth-Source-v${PV}"
-DESCRIPTION="A program to generate 3D structures by specifying a design grammar"
-HOMEPAGE="http://structuresynth.sourceforge.net/"
-SRC_URI="mirror://sourceforge/structuresynth/${MY_P}.zip"
-
-LICENSE="|| ( LGPL-2.1 GPL-3 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="virtual/opengl
-	dev-qt/qtcore:4
-	dev-qt/qtgui:4
-	dev-qt/qtopengl:4
-	dev-qt/qtscript:4"
-DEPEND="${RDEPEND}
-	app-arch/unzip"
-
-S="${WORKDIR}/Structure Synth Source Code"
-
-src_prepare() {
-	qmake -project -o ${PN}.pro -after "CONFIG+=opengl" \
-		-after "QT+=xml opengl script" || die "qmake failed"
-}
-
-src_install() {
-	dobin ${PN}
-	dodoc roadmap.txt changelog.txt bugs.txt
-	domenu ${PN}.desktop
-	newicon images/structuresynth.png ${PN}.png
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 2bbb5cdb28d..d938b3766ed 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -232,11 +232,6 @@ media-sound/projectm-jack
 # Depends on dead Qt4, no revdeps. Masked for removal in 30 days.
 dev-libs/sni-qt
 
-# Andreas Sturmlechner <asturm@gentoo.org> (10 May 2018)
-# Depends on dead Qt4, dead upstream.
-# Masked for removal in 30 days. Bugs #408651, #642950, #651622
-media-gfx/structure-synth
-
 # Hans de Graaff <graaff@gentoo.org> (7 May 2018)
 # Old slots that are ruby23-only and no longer maintained
 # upstream, and that do not have packages depend on them.


                 reply	other threads:[~2018-06-08 20:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1528491310.efc89d1aa9607e6c810555b8426458320731a4af.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