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: app-misc/ignuit/, profiles/
Date: Wed,  1 Jul 2020 23:25:00 +0000 (UTC)	[thread overview]
Message-ID: <1593645885.5f50f6b6a52c623af667963210c184302b249c1f.asturm@gentoo> (raw)

commit:     5f50f6b6a52c623af667963210c184302b249c1f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  1 23:23:22 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jul  1 23:24:45 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f50f6b6

app-misc/ignuit: Remove last-rited package

Closes: https://bugs.gentoo.org/726822
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-misc/ignuit/Manifest             |  1 -
 app-misc/ignuit/ignuit-2.24.3.ebuild | 52 ------------------------------------
 app-misc/ignuit/metadata.xml         |  5 ----
 profiles/package.mask                |  3 +--
 4 files changed, 1 insertion(+), 60 deletions(-)

diff --git a/app-misc/ignuit/Manifest b/app-misc/ignuit/Manifest
deleted file mode 100644
index da36070ff21..00000000000
--- a/app-misc/ignuit/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ignuit-2.24.3.testing.tar.gz 573592 BLAKE2B ae3fb9d5b0616a7305e00aeb54a55199ded1f518725342af39d6b79079589fecaa6bc3b3de541cc963f32972e79348a6fc824410cce975a9ea3ef9592f663852 SHA512 c52997745e905abfcdf8bfa8dfb04065fe05a34a9abdd0348bcb3c480d4bcb56ca279c9074d4659a237593a4697cb18ec7092fd79ee682a2b1a26749e8987d4d

diff --git a/app-misc/ignuit/ignuit-2.24.3.ebuild b/app-misc/ignuit/ignuit-2.24.3.ebuild
deleted file mode 100644
index 764322cae99..00000000000
--- a/app-misc/ignuit/ignuit-2.24.3.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools gnome2
-
-DESCRIPTION="Memorization aid based on the Leitner flashcard system"
-HOMEPAGE="http://homepages.ihug.co.nz/~trmusson/programs.html#ignuit"
-#SRC_URI="http://homepages.ihug.co.nz/~trmusson/stuff/${P}.tar.gz"
-# Upstream has put this out as an "emergency release" onto Google Drive; mirror it..
-SRC_URI="https://dev.gentoo.org/~leio/distfiles/${P}.testing.tar.gz"
-S="${WORKDIR}/${P}.testing"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="examples latex"
-
-RDEPEND="
-	>=app-text/gnome-doc-utils-0.3.2
-	dev-libs/glib:2
-	dev-libs/libxml2:2
-	>=dev-libs/libxslt-1.1.28
-	>=gnome-base/libgnomeui-2.24.5
-	>=gnome-base/gconf-3.2.6:2
-	gnome-base/libglade:2.0
-	>=media-libs/gstreamer-1.8.2:1.0
-	x11-libs/gtk+:2
-	x11-libs/pango
-	latex? (
-		app-text/dvipng
-		virtual/latex-base
-	)
-"
-DEPEND="${RDEPEND}
-	>=dev-util/intltool-0.50.0
-	sys-devel/gettext
-	app-text/gnome-doc-utils
-"
-
-src_prepare() {
-	eautoreconf # Needed to fix bogus intltool rules
-	gnome2_src_prepare
-}
-
-src_install() {
-	gnome2_src_install
-	if use examples; then
-		insinto /usr/share/doc/${PF}
-		doins -r examples
-	fi
-}

diff --git a/app-misc/ignuit/metadata.xml b/app-misc/ignuit/metadata.xml
deleted file mode 100644
index 6f49eba8f49..00000000000
--- a/app-misc/ignuit/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>

diff --git a/profiles/package.mask b/profiles/package.mask
index 55908ad495b..33449a0337e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -414,9 +414,8 @@ net-news/rawdog
 
 # Andreas Sturmlechner <asturm@gentoo.org> (2020-06-02)
 # libgnomeui revdeps with no sign of upstream porting away or doing anything.
-# No maintainer. Bugs #726826, #726822. Masked for removal in 30 days.
+# No maintainer. Bug #726826. Masked for removal in 30 days.
 app-misc/cbrpager
-app-misc/ignuit
 
 # Jonas Stein <jstein@gentoo.org> (2020-06-01)
 # Last rite package due to missing/unclear license.


                 reply	other threads:[~2020-07-01 23:25 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=1593645885.5f50f6b6a52c623af667963210c184302b249c1f.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