mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-10 05:40:07 +02:00
De-lint recipes.
* allegro Don't start SUMMARY with app name. Re-ordered blocks * bzip2 Don't start SUMMARY with app name. Re-ordered blocks * caya Don't start SUMMARY with app name. Re-ordered blocks * clucene Don't start SUMMARY with app name. Re-ordered blocks * cyassl Don't start SUMMARY with app name. Re-ordered blocks * digiclock Don't start SUMMARY with app name. Re-ordered blocks * dockbert Don't start SUMMARY with app name. Re-ordered blocks * docutils Don't start SUMMARY with app name. Re-ordered blocks * dos2unix Don't start SUMMARY with app name. Re-ordered blocks * ducksaver Don't start SUMMARY with app name. Re-ordered blocks * erlang Don't start SUMMARY with app name. Re-ordered blocks * fdupes Don't start SUMMARY with app name. Re-ordered blocks * figlet (old BEP style) Don't start SUMMARY with app name. Re-ordered blocks * flac Don't start SUMMARY with app name. Re-ordered blocks * gdal Don't start SUMMARY with app name. Re-ordered blocks * gemrb Don't start SUMMARY with app name. Re-ordered blocks * giflib Don't start SUMMARY with app name. Re-ordered blocks * glib Don't start SUMMARY with app name. Re-ordered blocks * globe Don't start SUMMARY with app name. Re-ordered blocks * gmp Don't start SUMMARY with app name. Re-ordered blocks
This commit is contained in:
@@ -1,13 +1,9 @@
|
||||
SUMMARY="Docutils is an open-source text processing system"
|
||||
DESCRIPTION="
|
||||
Docutils is an open-source text processing system for processing plaintext \
|
||||
documentation into useful formats, such as HTML, LaTeX, man-pages, \
|
||||
SUMMARY="An open-source text processing system"
|
||||
DESCRIPTION="Docutils is an open-source text processing system for processing \
|
||||
plaintext documentation into useful formats, such as HTML, LaTeX, man-pages, \
|
||||
open-document or XML. It includes reStructuredText, the easy to read, easy to \
|
||||
use, what-you-see-is-what-you-get plaintext markup language.
|
||||
"
|
||||
use, what-you-see-is-what-you-get plaintext markup language."
|
||||
HOMEPAGE="http://docutils.sourceforge.net/"
|
||||
SOURCE_URI="http://sourceforge.net/projects/docutils/files/docutils/0.11/docutils-0.11.tar.gz"
|
||||
CHECKSUM_SHA256="9af4166adf364447289c5c697bb83c52f1d6f57e77849abcccd6a4a18a5e7ec9"
|
||||
COPYRIGHT="Günter Milde
|
||||
John Gruber
|
||||
Alex Fernández"
|
||||
@@ -16,6 +12,9 @@ LICENSE="Public Domain
|
||||
GNU GPL v3
|
||||
Python"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://sourceforge.net/projects/docutils/files/docutils/0.11/docutils-0.11.tar.gz"
|
||||
CHECKSUM_SHA256="9af4166adf364447289c5c697bb83c52f1d6f57e77849abcccd6a4a18a5e7ec9"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
@@ -32,15 +31,15 @@ PROVIDES="
|
||||
cmd:rst2xml.py = $portVersion
|
||||
cmd:rstpep2html.py = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
cmd:python
|
||||
"
|
||||
|
||||
BUILD_REQUIRES=""
|
||||
BUILD_PREREQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:python
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user