From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- sci-libs/colamd/files/colamd-2.7.1-autotools.patch | 58 ++++++++++++++++++++++ sci-libs/colamd/files/colamd-2.7.4-autotools.patch | 58 ++++++++++++++++++++++ 2 files changed, 116 insertions(+) create mode 100644 sci-libs/colamd/files/colamd-2.7.1-autotools.patch create mode 100644 sci-libs/colamd/files/colamd-2.7.4-autotools.patch (limited to 'sci-libs/colamd/files') diff --git a/sci-libs/colamd/files/colamd-2.7.1-autotools.patch b/sci-libs/colamd/files/colamd-2.7.1-autotools.patch new file mode 100644 index 000000000000..5778d20e2f05 --- /dev/null +++ b/sci-libs/colamd/files/colamd-2.7.1-autotools.patch @@ -0,0 +1,58 @@ +--- Makefile.am 1970-01-01 01:00:00.000000000 +0100 ++++ Makefile.am 2008-01-29 19:06:31.000000000 +0000 +@@ -0,0 +1,3 @@ ++SUBDIRS = Source Demo ++include_HEADERS = $(top_srcdir)/Include/colamd.h ++EXTRA_DIST = README.txt +--- configure.ac 1970-01-01 01:00:00.000000000 +0100 ++++ configure.ac 2008-01-29 19:06:31.000000000 +0000 +@@ -0,0 +1,12 @@ ++# -*- Autoconf -*- ++AC_PREREQ(2.59) ++AC_INIT(colamd, 2.7.1, davis@cise.ufl.edu) ++AM_INIT_AUTOMAKE([foreign]) ++AC_PROG_INSTALL ++AC_PROG_LIBTOOL ++AC_CHECK_LIB(m, sqrt) ++AC_CHECK_HEADER( UFconfig.h ) ++AC_OUTPUT( ++ Makefile \ ++ Demo/Makefile \ ++ Source/Makefile) +--- Source/Makefile.am 1970-01-01 01:00:00.000000000 +0100 ++++ Source/Makefile.am 2008-01-29 19:06:31.000000000 +0000 +@@ -0,0 +1,11 @@ ++AM_CFLAGS = -I$(top_builddir)/Include ++lib_LTLIBRARIES = libcolamd.la ++noinst_LTLIBRARIES = libcolamdi.la libcolamdl.la ++ ++libcolamdl_la_SOURCES = colamd.c ++libcolamdl_la_CPPFLAGS = -DDLONG ++ ++libcolamdi_la_SOURCES = colamd.c ++ ++libcolamd_la_SOURCES = colamd_global.c ++libcolamd_la_LIBADD = libcolamdi.la libcolamdl.la +--- Demo/Makefile.am 1970-01-01 01:00:00.000000000 +0100 ++++ Demo/Makefile.am 2008-01-29 19:06:31.000000000 +0000 +@@ -0,0 +1,20 @@ ++LDADD = $(top_builddir)/Source/libcolamd.la ++AM_CPPFLAGS = -I$(top_srcdir)/Include ++ ++check_PROGRAMS = colamd_example colamd_l_example ++colamd_example_SOURCES = colamd_example.c ++colamd_l_example_SOURCES = colamd_l_example.c ++colamd_l_example_CPPFLAGS = $(AM_CPPFLAGS) -DDLONG ++ ++check-local: $(check_PROGRAMS) ++ @for i in $(check_PROGRAMS); do \ ++ echo "Testing $$i"; \ ++ ./$$i > my_$$i.out; \ ++ if ! diff $(srcdir)/$$i.out my_$$i.out; then \ ++ echo "Testing $$i failed"; \ ++ exit 1; \ ++ fi \ ++ done; ++ ++clean-local: ++ rm -f my*.out diff --git a/sci-libs/colamd/files/colamd-2.7.4-autotools.patch b/sci-libs/colamd/files/colamd-2.7.4-autotools.patch new file mode 100644 index 000000000000..f58464cd987f --- /dev/null +++ b/sci-libs/colamd/files/colamd-2.7.4-autotools.patch @@ -0,0 +1,58 @@ +--- Makefile.am 1970-01-01 01:00:00.000000000 +0100 ++++ Makefile.am 2008-01-29 19:06:31.000000000 +0000 +@@ -0,0 +1,3 @@ ++SUBDIRS = Source Demo ++include_HEADERS = $(top_srcdir)/Include/colamd.h ++EXTRA_DIST = README.txt +--- configure.ac 1970-01-01 01:00:00.000000000 +0100 ++++ configure.ac 2008-01-29 19:06:31.000000000 +0000 +@@ -0,0 +1,12 @@ ++# -*- Autoconf -*- ++AC_PREREQ(2.59) ++AC_INIT(colamd, 2.7.1, davis@cise.ufl.edu) ++AM_INIT_AUTOMAKE([foreign]) ++AC_PROG_INSTALL ++AC_PROG_LIBTOOL ++AC_CHECK_LIB(m, sqrt) ++AC_CHECK_HEADER( UFconfig.h ) ++AC_OUTPUT( ++ Makefile \ ++ Demo/Makefile \ ++ Source/Makefile) +--- Source/Makefile.am 1970-01-01 01:00:00.000000000 +0100 ++++ Source/Makefile.am 2008-01-29 19:06:31.000000000 +0000 +@@ -0,0 +1,11 @@ ++AM_CFLAGS = -I$(top_srcdir)/Include ++lib_LTLIBRARIES = libcolamd.la ++noinst_LTLIBRARIES = libcolamdi.la libcolamdl.la ++ ++libcolamdl_la_SOURCES = colamd.c ++libcolamdl_la_CPPFLAGS = -DDLONG ++ ++libcolamdi_la_SOURCES = colamd.c ++ ++libcolamd_la_SOURCES = colamd_global.c ++libcolamd_la_LIBADD = libcolamdi.la libcolamdl.la +--- Demo/Makefile.am 1970-01-01 01:00:00.000000000 +0100 ++++ Demo/Makefile.am 2008-01-29 19:06:31.000000000 +0000 +@@ -0,0 +1,20 @@ ++LDADD = $(top_builddir)/Source/libcolamd.la ++AM_CPPFLAGS = -I$(top_srcdir)/Include ++ ++check_PROGRAMS = colamd_example colamd_l_example ++colamd_example_SOURCES = colamd_example.c ++colamd_l_example_SOURCES = colamd_l_example.c ++colamd_l_example_CPPFLAGS = $(AM_CPPFLAGS) -DDLONG ++ ++check-local: $(check_PROGRAMS) ++ @for i in $(check_PROGRAMS); do \ ++ echo "Testing $$i"; \ ++ ./$$i > my_$$i.out; \ ++ if ! diff $(srcdir)/$$i.out my_$$i.out; then \ ++ echo "Testing $$i failed"; \ ++ exit 1; \ ++ fi \ ++ done; ++ ++clean-local: ++ rm -f my*.out -- cgit v1.2.3-65-gdbad