From: "Mikle Kolyada" <zlogene@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/agg/
Date: Mon, 8 Oct 2018 11:04:13 +0000 (UTC) [thread overview]
Message-ID: <1538996631.2a54c0e14644702a3f075d04a95f5a4ab27a62b5.zlogene@gentoo> (raw)
commit: 2a54c0e14644702a3f075d04a95f5a4ab27a62b5
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 8 11:03:51 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Oct 8 11:03:51 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a54c0e1
x11-libs/agg: Drop old (EAPI=2)
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
x11-libs/agg/agg-2.5-r2.ebuild | 59 ------------------------------------------
1 file changed, 59 deletions(-)
diff --git a/x11-libs/agg/agg-2.5-r2.ebuild b/x11-libs/agg/agg-2.5-r2.ebuild
deleted file mode 100644
index 8228f01acbc..00000000000
--- a/x11-libs/agg/agg-2.5-r2.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit eutils autotools base
-
-DESCRIPTION="Anti-Grain Geometry - A High Quality Rendering Engine for C++"
-HOMEPAGE="http://antigrain.com/"
-SRC_URI="http://antigrain.com/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ppc ~ppc64 sparc x86 ~x86-fbsd"
-IUSE="+gpc +truetype +X"
-
-# preffer X with enabled xcb, really
-RDEPEND="
- media-libs/libsdl[X?]
- X? ( >=x11-libs/libX11-1.3.99.901 )
- truetype? ( media-libs/freetype:2 )
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
-"
-
-# taken from debian
-PATCHES=(
- "${FILESDIR}/${PV}/02_maintainer_mode.patch"
- "${FILESDIR}/${PV}/04_no_rpath.patch"
-)
-
-src_prepare() {
- base_src_prepare
- sed -r -i \
- -e 's:^(.*) -L@.*:\1:' \
- src/platform/X11/Makefile.am || die "Failed to sed"
- # fix building against automake-1.12, bug 420701
- sed -i '/^AM_C_PROTOTYPES/d' configure.in || die
- eautoreconf
-}
-
-src_configure() {
- # examples are not (yet) installed, so do not compile them
- # sdl is harddep only sdl-tests are optional so we enable them anyway
- econf \
- --enable-ctrl \
- --enable-sdltest \
- --disable-examples \
- --disable-dependency-tracking \
- $(use_enable gpc gpc) \
- $(use_enable truetype freetype) \
- $(use_with X x)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc readme authors ChangeLog news
-}
next reply other threads:[~2018-10-08 11:04 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-08 11:04 Mikle Kolyada [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-28 7:23 [gentoo-commits] repo/gentoo:master commit in: x11-libs/agg/ Alfredo Tupone
2018-10-08 11:04 Mikle Kolyada
2018-10-05 13:28 Mikle Kolyada
2018-10-02 18:32 Sergei Trofimovich
2018-10-01 21:47 Thomas Deutschmann
2018-08-26 20:35 Michał Górny
2018-05-29 20:30 Pacho Ramos
2018-05-28 17:55 Pacho Ramos
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=1538996631.2a54c0e14644702a3f075d04a95f5a4ab27a62b5.zlogene@gentoo \
--to=zlogene@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