diff options
author | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
commit | 709c4d66e0b107ca606941b988bad717c0b45d9b (patch) | |
tree | 37ee08b1eb308f3b2b6426d5793545c38396b838 /packages/groff | |
parent | fa6cd5a3b993f16c27de4ff82b42684516d433ba (diff) |
rename packages/ to recipes/ per earlier agreement
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'packages/groff')
-rw-r--r-- | packages/groff/groff/Makefile.in.patch | 31 | ||||
-rw-r--r-- | packages/groff/groff/Makefile.sub.patch | 21 | ||||
-rw-r--r-- | packages/groff/groff/groff.patch | 35 | ||||
-rw-r--r-- | packages/groff/groff_1.19.1.bb | 23 | ||||
-rw-r--r-- | packages/groff/groff_1.19.2.bb | 27 |
5 files changed, 0 insertions, 137 deletions
diff --git a/packages/groff/groff/Makefile.in.patch b/packages/groff/groff/Makefile.in.patch deleted file mode 100644 index 30aac8cbf0..0000000000 --- a/packages/groff/groff/Makefile.in.patch +++ /dev/null @@ -1,31 +0,0 @@ -*** groff-1.19.2/Makefile.in.orig Sun Aug 7 10:03:33 2005 ---- groff-1.19.2/Makefile.in Sat Dec 3 16:44:50 2005 -*************** -*** 242,249 **** - - # The configure script checks whether all necessary utility programs for - # grohtml are available -- only then we can build the HTML documentation. -! make_html=@make_html@ -! make_install_html=@make_install_html@ - - # The configure script also checks whether all necessary utility programs - # for pdfroff are available -- only then we can build PDF documentation. ---- 242,249 ---- - - # The configure script checks whether all necessary utility programs for - # grohtml are available -- only then we can build the HTML documentation. -! make_html= -! make_install_html= - - # The configure script also checks whether all necessary utility programs - # for pdfroff are available -- only then we can build PDF documentation. -*************** -*** 549,555 **** - contrib/pic2graph \ - contrib/eqn2graph \ - contrib/grap2graph \ -- contrib/groffer \ - contrib/mom \ - contrib/pdfmark \ - contrib/gdiffmk ---- 549,554 ---- diff --git a/packages/groff/groff/Makefile.sub.patch b/packages/groff/groff/Makefile.sub.patch deleted file mode 100644 index 1b5a7dfac5..0000000000 --- a/packages/groff/groff/Makefile.sub.patch +++ /dev/null @@ -1,21 +0,0 @@ -*** groff-1.19.2/src/include/Makefile.sub.orig Thu Jun 23 13:27:53 2005 ---- groff-1.19.2/src/include/Makefile.sub Sat Dec 3 18:35:40 2005 -*************** -*** 39,46 **** - "DEVICE=\"$(DEVICE)\"" \ - "INSTALLPATH=\"$(prefix)\"" \ - "BINPATH=\"$(bindir)\"" \ -! "FONTPATH=\"$(fontpath)\"" \ -! "MACROPATH=\"$(tmacpath)\"" \ - "INDEX_SUFFIX=\"$(indexext)\"" \ - "COMMON_WORDS_FILE=\"$(common_words_file)\"" \ - "DEFAULT_INDEX_DIR=\"$(indexdir)\"" \ ---- 39,46 ---- - "DEVICE=\"$(DEVICE)\"" \ - "INSTALLPATH=\"$(prefix)\"" \ - "BINPATH=\"$(bindir)\"" \ -! "FONTPATH=\"/usr/share/groff/site-font:/usr/share/groff/1.19.2/font:/usr/lib/font\"" \ -! "MACROPATH=\"/usr/lib/groff/site-tmac:/usr/share/groff/site-tmac:/usr/share/groff/1.19.2/tmac\"" \ - "INDEX_SUFFIX=\"$(indexext)\"" \ - "COMMON_WORDS_FILE=\"$(common_words_file)\"" \ - "DEFAULT_INDEX_DIR=\"$(indexdir)\"" \ diff --git a/packages/groff/groff/groff.patch b/packages/groff/groff/groff.patch deleted file mode 100644 index d28c21a2a3..0000000000 --- a/packages/groff/groff/groff.patch +++ /dev/null @@ -1,35 +0,0 @@ ---- groff/contrib/mom/Makefile.sub~ 2005-01-23 10:48:26.000000000 +0100 -+++ groff/contrib/mom/Makefile.sub 2005-01-23 10:52:49.000000000 +0100 -@@ -18,7 +18,7 @@ - # Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - - # These may be overridden if cross-compiling. --GROFFBIN=$(top_builddir)/src/roff/groff/groff -+GROFFBIN=echo - GROFF_BIN_PATH=`echo $(groff_bin_dirs) | sed -e 's| *|$(SH_SEP)|g'` - - groff_bin_dirs=\ ---- groff/doc/Makefile.in~ 2005-01-23 10:58:22.000000000 +0100 -+++ groff/doc/Makefile.in 2005-01-23 10:59:13.000000000 +0100 -@@ -35,8 +35,8 @@ - pnmtops=@pnmtops_nosetpage@ - - # These may be overridden if cross-compiling. --TROFFBIN=$(top_builddir)/src/roff/troff/troff --GROFFBIN=$(top_builddir)/src/roff/groff/groff -+TROFFBIN=echo -+GROFFBIN=echo - GROFF_BIN_PATH=`echo $(groff_bin_dirs) | sed -e 's| *|:|g'` - - # Since info files are distributed within the groff package, no ---- groff/doc/Makefile.sub~ 2005-01-23 10:58:30.000000000 +0100 -+++ groff/doc/Makefile.sub 2005-01-23 10:59:35.000000000 +0100 -@@ -18,7 +18,7 @@ - # Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - - # These may be overridden if cross-compiling. --GROFFBIN=$(top_builddir)/src/roff/groff/groff -+GROFFBIN=echo - GROFF_BIN_PATH=`echo $(groff_bin_dirs) | sed -e 's| *|$(SH_SEP)|g'` - - # Since info files are distributed within the groff package, no diff --git a/packages/groff/groff_1.19.1.bb b/packages/groff/groff_1.19.1.bb deleted file mode 100644 index 42b0d80d15..0000000000 --- a/packages/groff/groff_1.19.1.bb +++ /dev/null @@ -1,23 +0,0 @@ -DESCRIPTION = "GNU roff" -SECTION = "base" -LICENSE = "GPL" -PR = "r2" - -SRC_URI = "http://ftp.gnu.org/gnu/groff/groff-${PV}.tar.gz \ - file://groff.patch;patch=1" - -PARALLEL_MAKE = "" -# prefix and exec-prefix are broken and the .in file is broken too -# and can't be autoreconf'ed, so specify every dir -EXTRA_OECONF="--prefix=${D} --exec-prefix=${D} --bindir=${D}${bindir} --datadir=${D}${datadir} --mandir=${D}${datadir}/man --infodir=${D}${datadir}/info" - -inherit autotools - -do_configure () { - oe_runconf -} - -#do_install() { -# oe_runmake 'PREFIX=${D}' install -#} - diff --git a/packages/groff/groff_1.19.2.bb b/packages/groff/groff_1.19.2.bb deleted file mode 100644 index 62f56a8c27..0000000000 --- a/packages/groff/groff_1.19.2.bb +++ /dev/null @@ -1,27 +0,0 @@ -DESCRIPTION = "GNU roff" -SECTION = "base" -LICENSE = "GPL" -PR = "r4" - -SRC_URI = "http://ftp.gnu.org/gnu/groff/groff-${PV}.tar.gz \ - file://Makefile.in.patch;patch=1 \ - file://Makefile.sub.patch;patch=1 \ - file://groff.patch;patch=1" - -PARALLEL_MAKE = "" -# prefix and exec-prefix are broken and the .in file is broken too -# and can't be autoreconf'ed, so specify every dir -EXTRA_OECONF="--prefix=${D} --exec-prefix=${D} --bindir=${D}${bindir} --datadir=${D}${datadir} --mandir=${D}${datadir}/man --infodir=${D}${datadir}/info --with-appresdir=${D}${datadir}" -inherit autotools - -do_configure() { - oe_runconf -} - -# -# The installer refuses to do anything if the prefix directory does not -# already exist, so create it manually before the standard install runs. -# -do_install_prepend() { - install -m 0755 -d ${D} -} |