summaryrefslogtreecommitdiff
diff options
authorMatias A. Fonzo <[email protected]>2016-02-14 05:39:49 -0300
committerMatias A. Fonzo <[email protected]>2016-02-14 05:39:49 -0300
commit131dd85eb3961f7ad4d5e0569ce4fdb6ca0f698c (patch)
tree0c94b184d5555759af27359c7903078fcb8b0416
parentc788aded1078340957d55e9d5670297a87bcf087 (diff)
downloadolddragora-master.tar.gz
recipes: the descriptions have been removedHEADmaster
Related with commit: c788aded1078340957d55e9d5670297a87bcf087
-rw-r--r--recipes/devel/binutils.recipe14
-rw-r--r--recipes/devel/bison.recipe16
-rw-r--r--recipes/devel/flex.recipe11
-rw-r--r--recipes/devel/m4.recipe18
-rw-r--r--recipes/kernel/linux-headers.recipe10
-rw-r--r--recipes/libs/gmp.recipe16
-rw-r--r--recipes/libs/mpc.recipe12
-rw-r--r--recipes/libs/mpfr.recipe11
-rw-r--r--recipes/libs/musl.recipe12
-rw-r--r--recipes/libs/zlib.recipe14
10 files changed, 0 insertions, 134 deletions
diff --git a/recipes/devel/binutils.recipe b/recipes/devel/binutils.recipe
index f9a6725..e30be1a 100644
--- a/recipes/devel/binutils.recipe
+++ b/recipes/devel/binutils.recipe
@@ -11,20 +11,6 @@ release=1
tarname=${program}-${version}.tar.bz2
-description="
-binutils - The GNU binary utilities.
-
-Binutils is a collection of programming tools for the manipulation
-of object code in various object file formats. These tools consist
-of the GNU linker (ld), the GNU assembler (as) and the profiler
-(gprof). There is also a collection of other binary tools like the
-disassembler (objdump).
-
-"
-
-homepage=https://www.gnu.org/software/binutils
-licenses="GPLv3+, LGPLv3+"
-
# Remote source(s)
fetch=(
http://ftp.gnu.org/gnu/binutils/$tarname
diff --git a/recipes/devel/bison.recipe b/recipes/devel/bison.recipe
index 094c7c0..c8131fd 100644
--- a/recipes/devel/bison.recipe
+++ b/recipes/devel/bison.recipe
@@ -11,22 +11,6 @@ release=1
tarname=${program}-${version}.tar.gz
-description="
-bison - GNU parser generator.
-
-Bison is a general-purpose parser generator that converts an annotated
-context-free grammar into a deterministic LR or generalized LR (GLR)
-parser employing LALR(1) parser tables. As an experimental feature,
-Bison can also generate IELR(1) or canonical LR(1) parser tables.
-Once you are proficient with Bison, you can use it to develop a wide
-range of language parsers, from those used in simple desk calculators
-to complex programming languages.
-
-"
-
-homepage=https://www.gnu.org/software/bison
-licenses=GPLv3+
-
# Remote source(s)
fetch=(
http://ftp.gnu.org/gnu/bison/$tarname
diff --git a/recipes/devel/flex.recipe b/recipes/devel/flex.recipe
index bc158d0..93d69fb 100644
--- a/recipes/devel/flex.recipe
+++ b/recipes/devel/flex.recipe
@@ -11,17 +11,6 @@ release=1
tarname=${program}-${version}.tar.bz2
-description="
-flex - The fast lexical analyser generator.
-
-Flex is a fast lexical analyser generator. It is a tool for
-generating programs that perform pattern-matching on text.
-
-"
-
-homepage=http://www.gnu.org/software/flex
-licenses=Custom
-
# Remote source(s)
fetch=(
http://downloads.sourceforge.net/sourceforge/flex/$tarname
diff --git a/recipes/devel/m4.recipe b/recipes/devel/m4.recipe
index 1fd020d..1ed09bf 100644
--- a/recipes/devel/m4.recipe
+++ b/recipes/devel/m4.recipe
@@ -11,24 +11,6 @@ release=1
tarname=${program}-${version}.tar.bz2
-description="
-m4 - Traditional Unix macro processor.
-
-GNU M4 is an implementation of the traditional Unix macro processor.
-It is mostly SVR4 compatible although it has some extensions
-(for example, handling more than 9 positional parameters to macros).
-
-GNU M4 also has built-in functions for including files, running shell
-commands, doing arithmetic, etc.
-
-GNU M4 is a macro processor in the sense that it copies its input
-to the output expanding macros as it goes.
-
-"
-
-homepage=https://www.gnu.org/software/m4
-licenses=GPLv3+
-
# Remote source(s)
fetch=(
http://ftp.gnu.org/gnu/m4/$tarname
diff --git a/recipes/kernel/linux-headers.recipe b/recipes/kernel/linux-headers.recipe
index a2caca1..c80e1d8 100644
--- a/recipes/kernel/linux-headers.recipe
+++ b/recipes/kernel/linux-headers.recipe
@@ -15,16 +15,6 @@ strip=nostrip
tarname=${program}-libre-${version}-gnu.tar.lz
-description="
-linux-headers - The GNU Linux libre kernel headers.
-
-The GNU Linux libre kernel headers.
-
-"
-
-homepage=http://www.fsfla.org/ikiwiki/selibre/linux-libre
-licenses=GPLv2+
-
# Remote source(s)
fetch=(
http://linux-libre.fsfla.org/pub/linux-libre/releases/${version}-gnu/$tarname
diff --git a/recipes/libs/gmp.recipe b/recipes/libs/gmp.recipe
index 62f826a..82d3207 100644
--- a/recipes/libs/gmp.recipe
+++ b/recipes/libs/gmp.recipe
@@ -13,22 +13,6 @@ srcdir=gmp-6.0.0
tarname=${program}-${version}.tar.lz
-description="
-gmp - GNU multiple precision arithmetic library.
-
-GMP is a free library for arbitrary precision arithmetic, operating
-on signed integers, rational numbers, and floating-point numbers.
-There is no practical limit to the precision except the ones implied
-by the available memory in the machine GMP runs on.
-
-GMP has a rich set of functions, and the functions have a regular
-interface.
-
-"
-
-homepage=https://gmplib.org
-licenses="GPLv2+, GPLv3+, LGPLv3+"
-
# Remote source(s)
fetch=(
https://gmplib.org/download/gmp/$tarname
diff --git a/recipes/libs/mpc.recipe b/recipes/libs/mpc.recipe
index 9877738..35f68a9 100644
--- a/recipes/libs/mpc.recipe
+++ b/recipes/libs/mpc.recipe
@@ -11,18 +11,6 @@ release=1
tarname=${program}-${version}.tar.gz
-description="
-mpc - Library for the arithmetic of complex numbers.
-
-The MPC package contains a library for the arithmetic of complex
-numbers with arbitrarily high precision and correct rounding of the
-result.
-
-"
-
-homepage=http://www.multiprecision.org
-licenses=LGPLv3+
-
# Remote source(s)
fetch=(
ftp://ftp.gnu.org/gnu/mpc/$tarname
diff --git a/recipes/libs/mpfr.recipe b/recipes/libs/mpfr.recipe
index b386cce..09ccf80 100644
--- a/recipes/libs/mpfr.recipe
+++ b/recipes/libs/mpfr.recipe
@@ -11,17 +11,6 @@ release=1
tarname=${program}-${version}.tar.bz2
-description="
-mpfr - Library for multiple-precision floating point.
-
-The MPFR library is a C library for multiple-precision
-floating-point computations with correct rounding.
-
-"
-
-homepage=http://www.mpfr.org
-licenses="GPLv3+, LGPLv3+"
-
# Remote source(s)
fetch=(
http://www.mpfr.org/mpfr-current/$tarname
diff --git a/recipes/libs/musl.recipe b/recipes/libs/musl.recipe
index 04dbb15..0beea89 100644
--- a/recipes/libs/musl.recipe
+++ b/recipes/libs/musl.recipe
@@ -11,18 +11,6 @@ release=1
tarname=${program}-${version}.tar.gz
-description="
-musl - A new powerful standard C/POSIX library.
-
-Musl is a new standard library to power a new generation of Linux-based
-devices. Musl is lightweight, fast, simple, free, and strives to be
-correct in the sense of standards-conformance and safety.
-
-"
-
-homepage=http://www.musl-libc.org
-licenses=MIT
-
# Remote source(s)
fetch=(
http://www.musl-libc.org/releases/$tarname
diff --git a/recipes/libs/zlib.recipe b/recipes/libs/zlib.recipe
index 8f0c3c4..f5871d6 100644
--- a/recipes/libs/zlib.recipe
+++ b/recipes/libs/zlib.recipe
@@ -11,20 +11,6 @@ release=1
tarname=${program}-${version}.tar.gz
-description="
-zlib - A compression data library.
-
-Zlib is a software library used for data compression, and is an
-abstraction of the deflate compression algorithm used in their
-gzip file compression program.
-
-Zlib was written by Jean-loup Gailly and Mark Adler.
-
-"
-
-homepage=http://zlib.net
-licenses=Custom
-
# Remote source(s)
fetch=(
http://zlib.net/$tarname