From: "Andrew Savchenko" <bircoph@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/svgalib/
Date: Mon, 17 May 2021 11:42:42 +0000 (UTC) [thread overview]
Message-ID: <1621251747.acb654cb3c7355286a267a56697f77a9325f6bc7.bircoph@gentoo> (raw)
commit: acb654cb3c7355286a267a56697f77a9325f6bc7
Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Mon May 17 11:37:21 2021 +0000
Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Mon May 17 11:42:27 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acb654cb
media-libs/svgalib: cleanup old
Bug: https://bugs.gentoo.org/778752
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
media-libs/svgalib/svgalib-1.9.25-r7.ebuild | 129 ----------------------------
1 file changed, 129 deletions(-)
diff --git a/media-libs/svgalib/svgalib-1.9.25-r7.ebuild b/media-libs/svgalib/svgalib-1.9.25-r7.ebuild
deleted file mode 100644
index d6e517631e7..00000000000
--- a/media-libs/svgalib/svgalib-1.9.25-r7.ebuild
+++ /dev/null
@@ -1,129 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit flag-o-matic linux-mod toolchain-funcs
-
-DESCRIPTION="A library for running svga graphics on the console"
-HOMEPAGE="http://www.svgalib.org/"
-SRC_URI="http://www.arava.co.il/matan/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="-* x86"
-IUSE="build +kernel-helper"
-
-MODULE_NAMES="svgalib_helper(misc:${S}/kernel/svgalib_helper)"
-BUILD_TARGETS="default"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-1.9.25-linux_2.6.patch
- "${FILESDIR}"/${PN}-1.9.19-pic.patch
- "${FILESDIR}"/${PN}-1.9.25-build.patch
- "${FILESDIR}"/${PN}-1.9.25-linux_2.6.28.patch
- "${FILESDIR}"/${PN}-1.9.25-glibc210.patch
- "${FILESDIR}"/${PN}-1.9.25-linux_2.6.36-r1.patch
- "${FILESDIR}"/${PN}-1.9.25-fix_buffer.patch
- "${FILESDIR}"/${PN}-1.9.25-vga_reset.patch
- "${FILESDIR}"/${PN}-1.9.25-missing_include.patch
- "${FILESDIR}"/${PN}-1.9.25-linux_3.4.patch
- "${FILESDIR}"/${PN}-1.9.25-linux_3.9.patch
-)
-
-pkg_setup() {
- linux-mod_pkg_setup
- BUILD_PARAMS="KDIR=${KV_OUT_DIR}"
-}
-
-src_prepare() {
- default
- sed -i -e '/linux\/smp_lock.h/d' kernel/svgalib_helper/main.c || die
-}
-
-src_compile() {
- use kernel-helper || export NO_HELPER=y
-
- export CC=$(tc-getCC)
- # C89 extern inlines are needed, see #576260
- append-cflags -fgnu89-inline
-
- # First build static
- emake OPTIMIZE="${CFLAGS}" static
- # Then build shared ...
- emake OPTIMIZE="${CFLAGS}" shared
- # Missing in some cases ...
- ln -s libvga.so.${PV} sharedlib/libvga.so
- # Build lrmi and tools ...
- emake OPTIMIZE="${CFLAGS}" LDFLAGS+=" -L../sharedlib" \
- textutils lrmi utils
- # Build the gl stuff tpp
- emake OPTIMIZE="${CFLAGS}" -C gl
- emake OPTIMIZE="${CFLAGS}" -C gl libvgagl.so.${PV}
- # Missing in some cases ...
- ln -s libvgagl.so.${PV} sharedlib/libvgagl.so
- emake OPTIMIZE="${CFLAGS}" -C src libvga.so.${PV}
- cp -pPR src/libvga.so.${PV} sharedlib/
- # Build threeDKit ...
- emake OPTIMIZE="${CFLAGS}" LDFLAGS+=" -L../sharedlib" \
- -C threeDKit lib3dkit.a
- # Build demo's ...
- emake OPTIMIZE="${CFLAGS} -I../gl" LDFLAGS+=" -L../sharedlib" \
- demoprogs
-
- ! use build && use kernel-helper && linux-mod_src_compile
-}
-
-src_install() {
- local x
-
- dodir /etc/svgalib /usr/{include,lib,bin,share/man}
-
- emake \
- TOPDIR="${D}" OPTIMIZE="${CFLAGS}" INSTALLMODULE="" \
- install
- ! use build && use kernel-helper && linux-mod_src_install
-
- insinto /usr/include
- doins gl/vgagl.h
- dolib.a staticlib/libvga.a
- dolib.a gl/libvgagl.a
- dolib.a threeDKit/lib3dkit.a
- dolib.so gl/libvgagl.so.${PV}
- local abiver=$(sed -n '/^MAJOR_VER.*=/{s:.*=[ ]*::;p}' Makefile.cfg)
- for x in lib3dkit libvga libvgagl ; do
- dosym ${x}.so.${PV} /usr/lib/${x}.so
- dosym ${x}.so.${PV} /usr/lib/${x}.so.${abiver}
- done
-
- insinto /usr/include
- doins src/vga.h gl/vgagl.h src/mouse/vgamouse.h src/joystick/vgajoystick.h
- doins src/keyboard/vgakeyboard.h kernel/svgalib_helper/svgalib_helper.h
-
- insinto /lib/udev/rules.d
- newins "${FILESDIR}"/svgalib.udev.rules.d.2 30-svgalib.rules
-
- exeinto /usr/lib/svgalib/demos
- for x in "${S}"/demos/* ; do
- [[ -x ${x} ]] && doexe ${x}
- done
-
- cd "${S}"/threeDKit
- exeinto /usr/lib/svgalib/threeDKit
- local THREED_PROGS="plane wrapdemo"
- doexe ${THREED_PROGS}
-
- cd "${S}"
- dodoc 0-README
- cd "${S}"/doc
- dodoc CHANGES DESIGN TODO
- docinto txt
- dodoc Driver-programming-HOWTO add_driver svgalib.lsm \
- README.{joystick,keymap,multi-monitor,patching,vesa}
- # avoid installation of a broken symlink
- newdoc ../lrmi-0.6m/README README.lrmi
-}
-
-pkg_postinst() {
- ! use build && use kernel-helper && linux-mod_pkg_postinst
-}
next reply other threads:[~2021-05-17 11:42 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-17 11:42 Andrew Savchenko [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-04-28 3:38 [gentoo-commits] repo/gentoo:master commit in: media-libs/svgalib/ Sam James
2022-03-19 23:39 Sam James
2021-05-16 18:53 Sam James
2018-05-24 0:42 Aaron Bauman
2016-02-22 12:08 Andrew Savchenko
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=1621251747.acb654cb3c7355286a267a56697f77a9325f6bc7.bircoph@gentoo \
--to=bircoph@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