From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/aalib/
Date: Sat, 9 Nov 2019 21:18:29 +0000 (UTC) [thread overview]
Message-ID: <1573334305.2e268ee1d6605765f37669e2e9c7e8c99b93c9b1.slyfox@gentoo> (raw)
commit: 2e268ee1d6605765f37669e2e9c7e8c99b93c9b1
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 9 21:16:59 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Nov 9 21:18:25 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e268ee1
media-libs/aalib: drop old
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
media-libs/aalib/aalib-1.4_rc5-r6.ebuild | 67 -------------------------------
media-libs/aalib/aalib-1.4_rc5-r7.ebuild | 68 --------------------------------
2 files changed, 135 deletions(-)
diff --git a/media-libs/aalib/aalib-1.4_rc5-r6.ebuild b/media-libs/aalib/aalib-1.4_rc5-r6.ebuild
deleted file mode 100644
index b9c8de5910d..00000000000
--- a/media-libs/aalib/aalib-1.4_rc5-r6.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools-multilib eutils toolchain-funcs
-
-MY_P="${P/_/}"
-S="${WORKDIR}/${PN}-1.4.0"
-
-DESCRIPTION="A ASCII-Graphics Library"
-HOMEPAGE="http://aa-project.sourceforge.net/aalib/"
-SRC_URI="mirror://sourceforge/aa-project/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86"
-IUSE="X slang gpm static-libs"
-
-RDEPEND="
- X? ( >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] )
- gpm? ( >=sys-libs/gpm-1.20.7-r2[${MULTILIB_USEDEP}] )
- slang? ( >=sys-libs/slang-2.2.4-r1[${MULTILIB_USEDEP}] )
- >=sys-libs/ncurses-5.9-r3:0=[${MULTILIB_USEDEP}]
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- X? ( x11-base/xorg-proto )
-"
-
-DOCS="ANNOUNCE AUTHORS ChangeLog NEWS README*"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-1.4_rc4-gentoo.patch
- epatch "${FILESDIR}"/${PN}-1.4_rc4-m4.patch
- epatch "${FILESDIR}"/${PN}-1.4_rc5-fix-protos.patch #224267
- epatch "${FILESDIR}"/${PN}-1.4_rc5-fix-aarender.patch #214142
- epatch "${FILESDIR}"/${PN}-1.4_rc5-tinfo.patch #468566
-
- sed -i -e 's:#include <malloc.h>:#include <stdlib.h>:g' "${S}"/src/*.c
-
- # Fix bug #165617.
- use gpm || sed -i \
- 's/gpm_mousedriver_test=yes/gpm_mousedriver_test=no/' "${S}/configure.in"
-
- #467988 automake-1.13
- mv configure.{in,ac} || die
- sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac || die
-
- eautoreconf
-}
-
-src_configure() {
- local myeconfargs=(
- $(use_with slang slang-driver)
- $(use_with X x11-driver)
- $(use_enable static-libs static)
- )
-
- PKG_CONFIG=$(tc-getPKG_CONFIG) \
- autotools-multilib_src_configure
-}
-
-src_install() {
- autotools-multilib_src_install
- use static-libs || prune_libtool_files --all
-}
diff --git a/media-libs/aalib/aalib-1.4_rc5-r7.ebuild b/media-libs/aalib/aalib-1.4_rc5-r7.ebuild
deleted file mode 100644
index 64ea7bfd9bb..00000000000
--- a/media-libs/aalib/aalib-1.4_rc5-r7.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools-multilib eutils toolchain-funcs
-
-MY_P="${P/_/}"
-S="${WORKDIR}/${PN}-1.4.0"
-
-DESCRIPTION="A ASCII-Graphics Library"
-HOMEPAGE="http://aa-project.sourceforge.net/aalib/"
-SRC_URI="mirror://sourceforge/aa-project/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE="X slang gpm static-libs"
-
-RDEPEND="
- X? ( >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] )
- gpm? ( >=sys-libs/gpm-1.20.7-r2[${MULTILIB_USEDEP}] )
- slang? ( >=sys-libs/slang-2.2.4-r1[${MULTILIB_USEDEP}] )
- >=sys-libs/ncurses-5.9-r3:0=[${MULTILIB_USEDEP}]
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- X? ( x11-base/xorg-proto )
-"
-
-DOCS="ANNOUNCE AUTHORS ChangeLog NEWS README*"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-1.4_rc4-gentoo.patch
- epatch "${FILESDIR}"/${PN}-1.4_rc4-m4.patch
- epatch "${FILESDIR}"/${PN}-1.4_rc5-fix-protos.patch #224267
- epatch "${FILESDIR}"/${PN}-1.4_rc5-fix-aarender.patch #214142
- epatch "${FILESDIR}"/${PN}-1.4_rc5-tinfo.patch #468566
- epatch "${FILESDIR}"/${PN}-1.4_rc6-key-down-OOB.patch
-
- sed -i -e 's:#include <malloc.h>:#include <stdlib.h>:g' "${S}"/src/*.c
-
- # Fix bug #165617.
- use gpm || sed -i \
- 's/gpm_mousedriver_test=yes/gpm_mousedriver_test=no/' "${S}/configure.in"
-
- #467988 automake-1.13
- mv configure.{in,ac} || die
- sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac || die
-
- eautoreconf
-}
-
-src_configure() {
- local myeconfargs=(
- $(use_with slang slang-driver)
- $(use_with X x11-driver)
- $(use_enable static-libs static)
- )
-
- PKG_CONFIG=$(tc-getPKG_CONFIG) \
- autotools-multilib_src_configure
-}
-
-src_install() {
- autotools-multilib_src_install
- use static-libs || prune_libtool_files --all
-}
next reply other threads:[~2019-11-10 10:30 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-09 21:18 Sergei Trofimovich [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-07 7:42 [gentoo-commits] repo/gentoo:master commit in: media-libs/aalib/ Sam James
2025-03-07 7:42 Sam James
2025-03-07 7:23 Sam James
2025-03-07 7:23 Sam James
2025-03-07 7:23 Sam James
2025-03-07 6:41 Sam James
2025-03-07 6:41 Sam James
2024-11-17 13:59 Sam James
2024-11-17 13:59 Sam James
2023-04-10 10:53 Marek Szuba
2023-04-10 10:53 Marek Szuba
2023-04-10 10:40 Sam James
2023-04-10 10:37 Sam James
2023-04-10 10:37 Sam James
2023-04-10 10:37 Sam James
2023-04-10 10:37 Sam James
2023-04-10 10:37 Sam James
2023-04-10 10:37 Sam James
2023-02-24 16:50 Marek Szuba
2022-11-29 15:58 WANG Xuerui
2021-10-02 22:52 James Le Cuirot
2021-07-02 9:34 Sergei Trofimovich
2021-07-02 9:18 Marek Szuba
2021-05-25 8:25 Yixun Lan
2020-02-12 20:32 Sergei Trofimovich
2019-12-23 10:11 Sergei Trofimovich
2019-05-15 19:40 Aaron Bauman
2019-05-13 19:28 Markus Meier
2019-05-07 8:46 Tobias Klausmann
2019-03-26 21:09 Sergei Trofimovich
2019-03-25 22:18 Sergei Trofimovich
2019-03-25 11:47 Mikle Kolyada
2019-03-24 20:25 Sergei Trofimovich
2019-03-24 20:12 Sergei Trofimovich
2019-03-24 19:44 Sergei Trofimovich
2019-03-24 10:01 Agostino Sarubbo
2018-06-28 14:42 Mikle Kolyada
2017-07-26 10:46 Fabian Groffen
2017-06-26 9:25 Alexis Ballier
2015-08-16 11:30 Justin Lecher
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=1573334305.2e268ee1d6605765f37669e2e9c7e8c99b93c9b1.slyfox@gentoo \
--to=slyfox@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