diff options
author | 2015-08-08 13:49:04 -0700 | |
---|---|---|
committer | 2015-08-08 17:38:18 -0700 | |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /sci-electronics/balsa/files | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
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 <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'sci-electronics/balsa/files')
-rw-r--r-- | sci-electronics/balsa/files/4.0-datadir.patch | 73 | ||||
-rw-r--r-- | sci-electronics/balsa/files/4.0-ldflags.patch | 11 | ||||
-rw-r--r-- | sci-electronics/balsa/files/4.0-libdir.patch | 36 |
3 files changed, 120 insertions, 0 deletions
diff --git a/sci-electronics/balsa/files/4.0-datadir.patch b/sci-electronics/balsa/files/4.0-datadir.patch new file mode 100644 index 000000000000..2693508d4ad3 --- /dev/null +++ b/sci-electronics/balsa/files/4.0-datadir.patch @@ -0,0 +1,73 @@ +diff --git a/share/scheme/Makefile.am b/share/scheme/Makefile.am +index 37f9332..e3d81d0 100644 +--- a/share/scheme/Makefile.am ++++ b/share/scheme/Makefile.am +@@ -1,6 +1,6 @@ + ## Process this file with automake to produce Makefile.in + +-schemedir = $(datadir)/scheme ++schemedir = $(datadir)/balsa/scheme + + scheme_DATA = \ + balsa-list-builtins.scm \ +diff --git a/share/style/dual_b/Makefile.am b/share/style/dual_b/Makefile.am +index 478910d..d41a873 100644 +--- a/share/style/dual_b/Makefile.am ++++ b/share/style/dual_b/Makefile.am +@@ -1,6 +1,6 @@ + ## Process this file with automake to produce Makefile.in + +-styledual_bdir = $(datadir)/style/dual_b ++styledual_bdir = $(datadir)/balsa/style/dual_b + + styledual_b_DATA = \ + startup.scm \ +diff --git a/share/style/four_b_rb/Makefile.am b/share/style/four_b_rb/Makefile.am +index 9eeac84..b167939 100644 +--- a/share/style/four_b_rb/Makefile.am ++++ b/share/style/four_b_rb/Makefile.am +@@ -1,6 +1,6 @@ + ## Process this file with automake to produce Makefile.in + +-stylefour_b_rbdir = $(datadir)/style/four_b_rb ++stylefour_b_rbdir = $(datadir)/balsa/style/four_b_rb + + stylefour_b_rb_DATA = \ + startup.scm \ +diff --git a/share/style/four_e_e/Makefile.am b/share/style/four_e_e/Makefile.am +index d374125..f3d9db6 100644 +--- a/share/style/four_e_e/Makefile.am ++++ b/share/style/four_e_e/Makefile.am +@@ -1,6 +1,6 @@ + ## Process this file with automake to produce Makefile.in + +-stylefour_e_edir = $(datadir)/style/four_e_e ++stylefour_e_edir = $(datadir)/balsa/style/four_e_e + + stylefour_e_e_DATA = \ + startup.scm \ +diff --git a/share/style/one_of_2_4/Makefile.am b/share/style/one_of_2_4/Makefile.am +index ed02904..18d9201 100644 +--- a/share/style/one_of_2_4/Makefile.am ++++ b/share/style/one_of_2_4/Makefile.am +@@ -1,6 +1,6 @@ + ## Process this file with automake to produce Makefile.in + +-styleone_of_2_4dir = $(datadir)/style/one_of_2_4 ++styleone_of_2_4dir = $(datadir)/balsa/style/one_of_2_4 + + styleone_of_2_4_DATA = \ + startup.scm \ +diff --git a/share/tech/common/Makefile.am b/share/tech/common/Makefile.am +index 8a34646..0190b73 100644 +--- a/share/tech/common/Makefile.am ++++ b/share/tech/common/Makefile.am +@@ -2,7 +2,7 @@ + + SUBDIRS = + +-techcommondir = $(datadir)/tech/common ++techcommondir = $(datadir)/balsa/tech/common + + techcommon_DATA = \ + components.abs \ diff --git a/sci-electronics/balsa/files/4.0-ldflags.patch b/sci-electronics/balsa/files/4.0-ldflags.patch new file mode 100644 index 000000000000..74df6c075c29 --- /dev/null +++ b/sci-electronics/balsa/files/4.0-ldflags.patch @@ -0,0 +1,11 @@ +--- bin/balsa-make-builtin-lib.in.orig 2010-08-27 11:14:54.000000000 +0200 ++++ bin/balsa-make-builtin-lib.in 2010-08-27 11:15:09.000000000 +0200 +@@ -89,7 +89,7 @@ + # Test compilation + if [ -n "${DOCOMPILE}" ]; then + if ${LIBTOOL} --mode=compile @CC@ @CFLAGS@ -c ${INCLUDES} -o ${LIBNAME}.o $* && +- ${LIBTOOL} --mode=link @CC@ @CFLAGS@ -o ${LIBNAME}.la -c ${INCLUDES} ${LIBNAME}.lo -rpath ${INSTALLDIR} -module ++ ${LIBTOOL} --mode=link @CC@ @CFLAGS@ @LDFLAGS@ -o ${LIBNAME}.la -c ${INCLUDES} ${LIBNAME}.lo -rpath ${INSTALLDIR} -module + then + : + else diff --git a/sci-electronics/balsa/files/4.0-libdir.patch b/sci-electronics/balsa/files/4.0-libdir.patch new file mode 100644 index 000000000000..9ba9739dc29f --- /dev/null +++ b/sci-electronics/balsa/files/4.0-libdir.patch @@ -0,0 +1,36 @@ +diff --git a/share/balsa/parts/Makefile.am b/share/balsa/parts/Makefile.am +index 6873e26..e168d70 100644 +--- a/share/balsa/parts/Makefile.am ++++ b/share/balsa/parts/Makefile.am +@@ -1,6 +1,6 @@ + ## Process this file with automake to produce Makefile.in + +-balsapartsdir = $(datadir)/balsa/parts ++balsapartsdir = $(libdir)/balsa/parts + + balsa_files = buffers.balsa counters.balsa + breeze_files = buffers.breeze counters.breeze +diff --git a/share/balsa/sim/Makefile.am b/share/balsa/sim/Makefile.am +index 2cd2932..233d2ec 100644 +--- a/share/balsa/sim/Makefile.am ++++ b/share/balsa/sim/Makefile.am +@@ -1,6 +1,6 @@ + ## Process this file with automake to produce Makefile.in + +-balsasimdir = $(datadir)/balsa/sim ++balsasimdir = $(libdir)/balsa/sim + + breeze_files = fileio.breeze string.breeze memory.breeze sim.breeze portio.breeze + balsa_files = fileio.balsa string.balsa memory.balsa sim.balsa portio.balsa +diff --git a/share/balsa/types/Makefile.am b/share/balsa/types/Makefile.am +index 475058a..317176f 100644 +--- a/share/balsa/types/Makefile.am ++++ b/share/balsa/types/Makefile.am +@@ -1,6 +1,6 @@ + ## Process this file with automake to produce Makefile.in + +-balsatypesdir = $(datadir)/balsa/types ++balsatypesdir = $(libdir)/balsa/types + + balsa_files = basic.balsa builtin.balsa synthesis.balsa types.balsa + breeze_files = basic.breeze builtin.breeze synthesis.breeze types.breeze |