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-libs/libggi/
Date: Fri,  2 Aug 2019 11:36:30 +0000 (UTC)	[thread overview]
Message-ID: <1564745778.e59ffb3ff77ebc2f4f9adadd3a8afb1b202368c8.asturm@gentoo> (raw)

commit:     e59ffb3ff77ebc2f4f9adadd3a8afb1b202368c8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  2 11:36:18 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Aug  2 11:36:18 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e59ffb3f

media-libs/libggi: Drop 2.2.2 (r0)

Closes: https://bugs.gentoo.org/669354
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-libs/libggi/libggi-2.2.2.ebuild | 61 -----------------------------------
 1 file changed, 61 deletions(-)

diff --git a/media-libs/libggi/libggi-2.2.2.ebuild b/media-libs/libggi/libggi-2.2.2.ebuild
deleted file mode 100644
index 521bb6974d0..00000000000
--- a/media-libs/libggi/libggi-2.2.2.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="Provides an opaque interface to the display's acceleration function"
-HOMEPAGE="https://ibiblio.org/ggicore/packages/libggi.html"
-SRC_URI="mirror://sourceforge/ggi/${P}.src.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="X aalib svga fbcon directfb 3dfx debug cpu_flags_x86_mmx vis"
-
-RDEPEND=">=media-libs/libgii-1.0.2
-	X? ( x11-libs/libXt
-		x11-libs/libXxf86dga
-		x11-libs/libXxf86vm
-		x11-libs/libXt )
-	svga? ( >=media-libs/svgalib-1.4.2 )
-	aalib? ( >=media-libs/aalib-1.2-r1 )"
-DEPEND="${RDEPEND}
-	X? ( x11-base/xorg-proto )"
-
-src_compile() {
-	local myconf=""
-
-	use svga || myconf="${myconf} --disable-svga --disable-vgagl"
-
-	if use !fbcon && use !directfb; then
-		myconf="${myconf} --disable-fbdev --disable-directfb"
-	elif use directfb; then
-		myconf="${myconf} --enable-fbdev --enable-directfb"
-	else
-		myconf="${myconf} --enable-fbdev"
-	fi
-
-	if use amd64 || use ppc64 || use ia64 ; then
-		myconf="${myconf} --enable-64bitc"
-	else
-		myconf="${myconf} --disable-64bitc"
-	fi
-
-	econf $(use_enable 3dfx glide) \
-		$(use_enable aalib aa) \
-		$(use_enable debug) \
-		$(use_enable cpu_flags_x86_mmx mmx) \
-		$(use_enable vis) \
-		$(use_with X x) \
-		$(use_enable X x) \
-		${myconf}
-	emake || die
-}
-
-src_install () {
-	emake DESTDIR="${D}" install || die
-
-	dodoc ChangeLog* FAQ NEWS README
-	docinto txt
-	dodoc doc/*.txt
-}


             reply	other threads:[~2019-08-02 11:36 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-02 11:36 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-12-03  4:47 [gentoo-commits] repo/gentoo:master commit in: media-libs/libggi/ WANG Xuerui
2022-05-13 20:18 Sam James
2020-08-07  6:00 Michał Górny
2019-01-04 22:57 Mikle Kolyada
2018-11-27 20:57 Tobias Klausmann
2018-11-18 10:38 Sergei Trofimovich
2018-11-09 18:38 Mikle Kolyada
2018-11-07 23:44 Thomas Deutschmann
2018-11-07 22:59 Sergei Trofimovich
2018-11-07  0:17 Sergei Trofimovich
2018-11-06 23:56 Sergei Trofimovich
2018-11-05 19:43 Sergei Trofimovich
2018-11-05 18:52 Mikle Kolyada
2018-10-07 14:02 Andreas Sturmlechner
2018-10-07 14:02 Andreas Sturmlechner
2017-06-26  9:21 Alexis Ballier

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=1564745778.e59ffb3ff77ebc2f4f9adadd3a8afb1b202368c8.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