public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/svgalib: svgalib-1.9.25.ebuild
@ 2008-01-27 10:48 Mike Frysinger (vapier)
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Frysinger (vapier) @ 2008-01-27 10:48 UTC (permalink / raw
  To: gentoo-commits

vapier      08/01/27 10:48:03

  Modified:             svgalib-1.9.25.ebuild
  Log:
  patch cleanup
  (Portage version: 2.1.4)

Revision  Changes    Path
1.5                  media-libs/svgalib/svgalib-1.9.25.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/svgalib/svgalib-1.9.25.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/svgalib/svgalib-1.9.25.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/svgalib/svgalib-1.9.25.ebuild?r1=1.4&r2=1.5

Index: svgalib-1.9.25.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/svgalib/svgalib-1.9.25.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- svgalib-1.9.25.ebuild	12 Feb 2007 05:09:35 -0000	1.4
+++ svgalib-1.9.25.ebuild	27 Jan 2008 10:48:03 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/svgalib/svgalib-1.9.25.ebuild,v 1.4 2007/02/12 05:09:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/svgalib/svgalib-1.9.25.ebuild,v 1.5 2008/01/27 10:48:03 vapier Exp $
 
 inherit eutils flag-o-matic toolchain-funcs linux-mod
 
@@ -27,17 +27,8 @@
 src_unpack() {
 	unpack ${A}
 	cd "${S}"
-
-	# Misc makefile clean ups
-	epatch "${FILESDIR}"/${PN}-1.9.25-gentoo.patch
-
-	# Get it to work with kernel 2.6
 	epatch "${FILESDIR}"/${PN}-1.9.25-linux2.6.patch
-
-	# -fPIC does work for lrmi, see bug #51698
-	epatch "${FILESDIR}"/${PN}-1.9.19-pic.patch
-
-	# Don't strip stuff, let portage do it
+	epatch "${FILESDIR}"/${PN}-1.9.19-pic.patch #51698
 	epatch "${FILESDIR}"/${PN}-1.9.25-build.patch
 }
 



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/svgalib: svgalib-1.9.25.ebuild
@ 2008-03-30  3:30 Mike Frysinger (vapier)
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Frysinger (vapier) @ 2008-03-30  3:30 UTC (permalink / raw
  To: gentoo-commits

vapier      08/03/30 03:30:35

  Modified:             svgalib-1.9.25.ebuild
  Log:
  punt old files
  (Portage version: 2.2_pre5)

Revision  Changes    Path
1.6                  media-libs/svgalib/svgalib-1.9.25.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/svgalib/svgalib-1.9.25.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/svgalib/svgalib-1.9.25.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/svgalib/svgalib-1.9.25.ebuild?r1=1.5&r2=1.6

Index: svgalib-1.9.25.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/svgalib/svgalib-1.9.25.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- svgalib-1.9.25.ebuild	27 Jan 2008 10:48:03 -0000	1.5
+++ svgalib-1.9.25.ebuild	30 Mar 2008 03:30:34 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/svgalib/svgalib-1.9.25.ebuild,v 1.5 2008/01/27 10:48:03 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/svgalib/svgalib-1.9.25.ebuild,v 1.6 2008/03/30 03:30:34 vapier Exp $
 
 inherit eutils flag-o-matic toolchain-funcs linux-mod
 
@@ -74,7 +74,7 @@
 
 	dodir /etc/svgalib /usr/{include,lib,bin,share/man}
 
-	make \
+	emake \
 		TOPDIR="${D}" OPTIMIZE="${CFLAGS}" INSTALLMODULE="" \
 		install || die "Failed to install svgalib!"
 	! use build && ! use no-helper && linux-mod_src_install
@@ -95,16 +95,8 @@
 	doins src/vga.h gl/vgagl.h src/mouse/vgamouse.h src/joystick/vgajoystick.h
 	doins src/keyboard/vgakeyboard.h
 
-	if best_version '>=sys-fs/udev-045' ; then
-		insinto /etc/udev/rules.d
-		newins "${FILESDIR}"/svgalib.udev.rules.d 30-svgalib.rules
-	elif best_version sys-fs/udev ; then
-		insinto /etc/udev/permissions.d
-		newins "${FILESDIR}"/svgalib.udev.perms.d 30-svgalib.permissions
-	elif best_version sys-fs/devfsd ; then
-		insinto /etc/devfs.d
-		newins "${FILESDIR}"/svgalib.devfs svgalib
-	fi
+	insinto /etc/udev/rules.d
+	newins "${FILESDIR}"/svgalib.udev.rules.d 30-svgalib.rules
 
 	exeinto /usr/lib/svgalib/demos
 	for x in "${S}"/demos/* ; do



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/svgalib: svgalib-1.9.25.ebuild
@ 2010-04-23 22:14 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2010-04-23 22:14 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    10/04/23 22:14:07

  Removed:              svgalib-1.9.25.ebuild
  Log:
  old
  (Portage version: 2.1.8.3/cvs/Linux i686)



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-04-23 22:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-23 22:14 [gentoo-commits] gentoo-x86 commit in media-libs/svgalib: svgalib-1.9.25.ebuild Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2008-03-30  3:30 Mike Frysinger (vapier)
2008-01-27 10:48 Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox