From 0abe3d112f557ef565516371d2cc135bf9044f64 Mon Sep 17 00:00:00 2001 From: noryb009 Date: Thu, 2 Jan 2014 16:40:56 -0500 Subject: [PATCH] Rewrap dev-db DESCRIPTIONs --- dev-db/db/db-5.3.28.recipe | 5 ++++- dev-db/postgresql/postgresql-9.2.3.recipe | 2 +- dev-db/redis/redis-2.2.11.recipe | 6 +++++- dev-db/redis/redis-2.9.0_git.recipe | 6 +++++- dev-db/sqlite/sqlite-3.8.0.2.recipe | 11 +++++------ 5 files changed, 20 insertions(+), 10 deletions(-) diff --git a/dev-db/db/db-5.3.28.recipe b/dev-db/db/db-5.3.28.recipe index afa37f969..a503e433f 100644 --- a/dev-db/db/db-5.3.28.recipe +++ b/dev-db/db/db-5.3.28.recipe @@ -1,5 +1,8 @@ SUMMARY="The Oracle Berkeley Database" -DESCRIPTION="The Oracle Berkeley DB family of open source, embeddable databases provides developers with fast, reliable, local persistence with zero administration." +DESCRIPTION=" +The Oracle Berkeley DB family of open source, embeddable databases provides \ +developers with fast, reliable, local persistence with zero administration. +" HOMEPAGE="http://www.oracle.com/technetwork/database/berkeleydb/index.html" SRC_URI="http://download.oracle.com/berkeley-db/db-5.3.28.tar.gz" CHECKSUM_MD5="b99454564d5b4479750567031d66fe24" diff --git a/dev-db/postgresql/postgresql-9.2.3.recipe b/dev-db/postgresql/postgresql-9.2.3.recipe index 61dfce44c..e0e1cc6a0 100644 --- a/dev-db/postgresql/postgresql-9.2.3.recipe +++ b/dev-db/postgresql/postgresql-9.2.3.recipe @@ -1,4 +1,4 @@ -DESCRIPTION="PostgreSQL is a powerful, open source object-relational database system." +DESCRIPTION="A powerful, open source object-relational database system." HOMEPAGE="http://www.postgresql.org/" SRC_URI="http://ftp.postgresql.org/pub/source/v9.2.3/postgresql-9.2.3.tar.bz2" REVISION="1" diff --git a/dev-db/redis/redis-2.2.11.recipe b/dev-db/redis/redis-2.2.11.recipe index fb63186b5..59c6c1caf 100644 --- a/dev-db/redis/redis-2.2.11.recipe +++ b/dev-db/redis/redis-2.2.11.recipe @@ -1,5 +1,9 @@ HOMEPAGE="http://redis.io/" -DESCRIPTION="Redis is an open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets." +DESCRIPTION=" +Redis is an open source, advanced key-value store. It is often referred to as \ +a data structure server since keys can contain strings, hashes, lists, sets \ +and sorted sets. +" SRC_URI="http://redis.googlecode.com/files/redis-2.2.11.tar.gz" REVISION="1" DEPEND="" diff --git a/dev-db/redis/redis-2.9.0_git.recipe b/dev-db/redis/redis-2.9.0_git.recipe index 66322690b..1a22ad365 100644 --- a/dev-db/redis/redis-2.9.0_git.recipe +++ b/dev-db/redis/redis-2.9.0_git.recipe @@ -1,5 +1,9 @@ HOMEPAGE="http://redis.io/" -DESCRIPTION="Redis is an open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets." +DESCRIPTION=" +Redis is an open source, advanced key-value store. It is often referred to as \ +a data structure server since keys can contain strings, hashes, lists, sets \ +and sorted sets. +" SRC_URI="git://github.com/antirez/redis.git" REVISION="1" DEPEND="" diff --git a/dev-db/sqlite/sqlite-3.8.0.2.recipe b/dev-db/sqlite/sqlite-3.8.0.2.recipe index 255f1a9c6..ea34006c8 100644 --- a/dev-db/sqlite/sqlite-3.8.0.2.recipe +++ b/dev-db/sqlite/sqlite-3.8.0.2.recipe @@ -1,11 +1,10 @@ SUMMARY="An SQL Database Engine in a C Library" DESCRIPTION=" - SQLite is a software library that implements a self-contained, - serverless, zero-configuration, transactional SQL database engine. - - SQLite is the most widely deployed SQL database engine in the world. - The source code for SQLite is in the public domain. - " +SQLite is a software library that implements a self-contained, serverless, \ +zero-configuration, transactional SQL database engine. +SQLite is the most widely deployed SQL database engine in the world. The \ +source code for SQLite is in the public domain. +" HOMEPAGE="http://www.sqlite.org/" SRC_URI="http://www.sqlite.org/2013/sqlite-autoconf-3080002.tar.gz" CHECKSUM_MD5="6d6cc639a4da04fbbdda7b1a1a01b386"