public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libnsfb/
Date: Tue, 16 Mar 2021 19:23:12 +0000 (UTC)	[thread overview]
Message-ID: <1615922556.944736360a08589e1b6301f9c1a0c3aee460fcf6.sam@gentoo> (raw)

commit:     944736360a08589e1b6301f9c1a0c3aee460fcf6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 16 18:44:56 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 16 19:22:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94473636

dev-libs/libnsfb: drop 0.2.0-r2, 0.2.1-r1

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/libnsfb/Manifest                |  2 --
 dev-libs/libnsfb/libnsfb-0.2.0-r2.ebuild | 50 -------------------------------
 dev-libs/libnsfb/libnsfb-0.2.1-r1.ebuild | 51 --------------------------------
 3 files changed, 103 deletions(-)

diff --git a/dev-libs/libnsfb/Manifest b/dev-libs/libnsfb/Manifest
index 6dad5396567..6d519af81e1 100644
--- a/dev-libs/libnsfb/Manifest
+++ b/dev-libs/libnsfb/Manifest
@@ -1,3 +1 @@
-DIST libnsfb-0.2.0-src.tar.gz 82322 BLAKE2B d805478728015663b4bf9c8de018bda33dcd84a7ace7246c450a7c31cc3358f834ade21ac1df9f0ca0e4dcea1138369cc3cd9ac468ebb484cce139d4bc89441e SHA512 b90eca76c8dcb22e554e13b5bea4268e5c9fc6e4711bafa5acbed92cc83513c3a3965208b3956de250fb3013cc3db6a33922ded471fa7a24bde97f748d2212c5
-DIST libnsfb-0.2.1-src.tar.gz 82357 BLAKE2B 2904b8890fd1ce3f6eb8d327db09c7b38146d5d16499beecbe56efd762e33d6ee9da3394ed7923ad43a89fa41e45602ea4af2710dbf2f232b42a038ee90abdcc SHA512 f8965aeaab0d8e7c2676bac56ae67bdf6ef651ae84c62e01aeee888807f1edd7d65542cb14027a8f1a207155a1cc54ded9112a42bf9e7a8836956bba38d365ed
 DIST libnsfb-0.2.2-src.tar.gz 82594 BLAKE2B 6deb775e77df71fbcefac6ef8755484bed476b652ae5dc3fe8914b859262ea1f6ee49da9d27a5a1bf34256481c58dd98339f0eb96511dcdc44cff2bef9ef6a7a SHA512 8cd16c0ca974aad8105dc32c8ebd627cf24f6d3bd81360515c2e0159e35328920e91039bb06ab4f52c93264c2112d0e130761e3837ba26fc703caeb52bf27b66

diff --git a/dev-libs/libnsfb/libnsfb-0.2.0-r2.ebuild b/dev-libs/libnsfb/libnsfb-0.2.0-r2.ebuild
deleted file mode 100644
index ce5964414d8..00000000000
--- a/dev-libs/libnsfb/libnsfb-0.2.0-r2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit netsurf
-
-DESCRIPTION="framebuffer abstraction library, written in C"
-HOMEPAGE="http://www.netsurf-browser.org/projects/libnsfb/"
-SRC_URI="https://download.netsurf-browser.org/libs/releases/${P}-src.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
-IUSE="sdl test vnc wayland X"
-RESTRICT="!test? ( test )"
-
-RDEPEND="sdl? ( >=media-libs/libsdl-1.2.15-r4 )
-	vnc? ( >=net-libs/libvncserver-0.9.9-r2 )
-	wayland? ( >=dev-libs/wayland-1.0.6 )
-	X? (
-		>=x11-libs/libxcb-1.9.1
-		>=x11-libs/xcb-util-0.3.9-r1
-		>=x11-libs/xcb-util-image-0.3.9-r1
-		>=x11-libs/xcb-util-keysyms-0.3.9-r1
-	)"
-DEPEND="${RDEPEND}
-	dev-util/netsurf-buildsystem"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.1.0-autodetect.patch )
-
-DOCS=( usage )
-
-_emake() {
-	netsurf_define_makeconf
-	emake "${NETSURF_MAKECONF[@]}" COMPONENT_TYPE=lib-shared \
-		WITH_VNC=$(usex vnc) \
-		WITH_SDL=$(usex sdl) \
-		WITH_XCB=$(usex X) \
-		WITH_WLD=$(usex wayland) \
-		$@
-}
-
-src_compile() {
-	_emake
-}
-
-src_install() {
-	_emake DESTDIR="${D}" install
-}

diff --git a/dev-libs/libnsfb/libnsfb-0.2.1-r1.ebuild b/dev-libs/libnsfb/libnsfb-0.2.1-r1.ebuild
deleted file mode 100644
index 354ba28b0bb..00000000000
--- a/dev-libs/libnsfb/libnsfb-0.2.1-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit netsurf
-
-DESCRIPTION="framebuffer abstraction library, written in C"
-HOMEPAGE="http://www.netsurf-browser.org/projects/libnsfb/"
-SRC_URI="https://download.netsurf-browser.org/libs/releases/${P}-src.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
-IUSE="sdl test vnc wayland X"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="sdl? ( >=media-libs/libsdl-1.2.15-r4 )
-	vnc? ( >=net-libs/libvncserver-0.9.9-r2 )
-	wayland? ( >=dev-libs/wayland-1.0.6 )
-	X? (
-		>=x11-libs/libxcb-1.9.1
-		>=x11-libs/xcb-util-0.3.9-r1
-		>=x11-libs/xcb-util-image-0.3.9-r1
-		>=x11-libs/xcb-util-keysyms-0.3.9-r1
-	)"
-BDEPEND="
-	dev-util/netsurf-buildsystem"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.1.0-autodetect.patch )
-
-DOCS=( usage )
-
-_emake() {
-	netsurf_define_makeconf
-	emake "${NETSURF_MAKECONF[@]}" COMPONENT_TYPE=lib-shared \
-		WITH_VNC=$(usex vnc) \
-		WITH_SDL=$(usex sdl) \
-		WITH_XCB=$(usex X) \
-		WITH_WLD=$(usex wayland) \
-		$@
-}
-
-src_compile() {
-	_emake
-}
-
-src_install() {
-	_emake DESTDIR="${D}" install
-}


             reply	other threads:[~2021-03-16 19:23 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-16 19:23 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-04 19:11 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libnsfb/ Jakov Smolić
2022-03-22 18:43 Jakov Smolić
2021-11-10 17:56 Jakov Smolić
2021-03-30 17:38 Sam James
2020-08-15 12:03 Michael Orlitzky
2020-06-17 13:38 Michael Orlitzky
2020-01-14 21:47 Matt Turner
2019-12-04 14:49 Joonas Niilola
2019-12-04 14:49 Joonas Niilola
2019-07-05 19:05 Virgil Dupras
2019-02-17 17:46 Sergei Trofimovich
2018-11-13 18:13 Virgil Dupras
2017-12-18 15:08 Michael Weber
2017-02-05 12:18 Michael Weber
2017-01-24  1:16 Michael Weber
2016-07-25 17:45 Chí-Thanh Christopher Nguyễn
2016-03-02 22:53 Michael Weber

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=1615922556.944736360a08589e1b6301f9c1a0c3aee460fcf6.sam@gentoo \
    --to=sam@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