* [gentoo-commits] repo/gentoo:master commit in: x11-libs/rep-gtk/, profiles/
@ 2023-01-19 14:00 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2023-01-19 14:00 UTC (permalink / raw
To: gentoo-commits
commit: 38461d3817cd17be238a319fb4c3eefe6cc5a4e6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 19 13:57:00 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 19 13:57:00 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38461d38
x11-libs/rep-gtk: Remove last-rited pkg
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
profiles/package.mask | 1 -
x11-libs/rep-gtk/Manifest | 1 -
x11-libs/rep-gtk/metadata.xml | 8 ------
x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild | 45 --------------------------------
4 files changed, 55 deletions(-)
diff --git a/profiles/package.mask b/profiles/package.mask
index 81d70bf7dff2..466b35b3dce6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -768,7 +768,6 @@ x11-libs/libast
# Includes dependencies specific to Sawfish.
# Removal on 2023-01-18. Bug #637978.
dev-libs/librep
-x11-libs/rep-gtk
# Jaco Kroon <jaco@uls.co.za> (2022-12-14)
# Multiple open bugs (bug #870910, bug #877731, bug #884815), only one of which
diff --git a/x11-libs/rep-gtk/Manifest b/x11-libs/rep-gtk/Manifest
deleted file mode 100644
index ffaa923b6f41..000000000000
--- a/x11-libs/rep-gtk/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST rep-gtk_0.90.8.3.tar.xz 120616 BLAKE2B a0ada2bb13a8104d0dd532f35b64e6b049711284b60b4c4960b730909061ecce058a0ee79517cc508db95647d93f9af95c5ca73cf76e26b59467c8441064ac07 SHA512 d33de562c94731c0ce0fbca574952b9f36c2f2cb084783976486c8751daba5de0d20bc781a06ebd2005e541bbbec3f984453ef65ba6233bb7acfefa31b1acaac
diff --git a/x11-libs/rep-gtk/metadata.xml b/x11-libs/rep-gtk/metadata.xml
deleted file mode 100644
index 5c65cae090ba..000000000000
--- a/x11-libs/rep-gtk/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="github">SawfishWM/rep-gtk</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild b/x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild
deleted file mode 100644
index 3a80f748f880..000000000000
--- a/x11-libs/rep-gtk/rep-gtk-0.90.8.3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-MY_P="${PN}_${PV}"
-DESCRIPTION="GTK+/libglade/GNOME bindings for the librep Lisp environment"
-HOMEPAGE="http://sawfish.wikia.com/wiki/Main_Page"
-SRC_URI="http://download.tuxfamily.org/librep/${PN}/${MY_P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="gtk-2.0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 sparc x86"
-IUSE="examples"
-
-RDEPEND=">=dev-libs/librep-0.90.5
- >=dev-libs/glib-2.6:2
- >=x11-libs/gtk+-2.24.0:2
- >=x11-libs/gdk-pixbuf-2.23:2"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- app-arch/xz-utils"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS=( AUTHORS ChangeLog README README.gtk-defs README.guile-gtk TODO )
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf \
- --libdir=/usr/$(get_libdir) \
- --disable-static
-}
-
-src_install() {
- default
- use examples && dodoc -r examples
- find "${D}" -name '*.la' -exec rm -f {} + || die "la file removal failed"
-}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-01-19 14:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-19 14:00 [gentoo-commits] repo/gentoo:master commit in: x11-libs/rep-gtk/, profiles/ Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox