summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-02-20 18:49:31 +0100
committerPacho Ramos <pacho@gentoo.org>2016-02-20 18:51:06 +0100
commit760e17fcbac1b8c04a96ab08306dbcc644131dfb (patch)
treee89f1b472226b0439a5a08e98af7fca11f0e892c /dev-scheme/bigloo/metadata.xml
parentsys-fs/pytagsfs: distutils-r1 + EAPI 5 (diff)
downloadgentoo-760e17fcbac1b8c04a96ab08306dbcc644131dfb.tar.gz
gentoo-760e17fcbac1b8c04a96ab08306dbcc644131dfb.tar.bz2
gentoo-760e17fcbac1b8c04a96ab08306dbcc644131dfb.zip
Remove masked for removal packages
Diffstat (limited to 'dev-scheme/bigloo/metadata.xml')
-rw-r--r--dev-scheme/bigloo/metadata.xml39
1 files changed, 0 insertions, 39 deletions
diff --git a/dev-scheme/bigloo/metadata.xml b/dev-scheme/bigloo/metadata.xml
deleted file mode 100644
index 88cbe66d9d23..000000000000
--- a/dev-scheme/bigloo/metadata.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>scheme@gentoo.org</email>
- <name>Gentoo Scheme Project</name>
- </maintainer>
- <longdescription>
- Bigloo is a Scheme implementation devoted to one goal: enabling Scheme
- based programming style where C(++) is usually required. Bigloo attempts
- to make Scheme practical by offering features usually presented by
- traditional programming languages but not offered by Scheme and functional
- programming. Bigloo compiles Scheme modules. It delivers small and fast
- stand alone binary executables. Bigloo enables full connections between
- Scheme and C programs, between Scheme and Java programs, and between
- Scheme and C# programs.
- </longdescription>
- <use>
- <flag name="bglpkg">Build bglpkg binary, which can be use to access scmpkg servers (requires web)</flag>
- <flag name="calendar">Build the embedded library for calendar programming</flag>
- <flag name="crypto">Build the embedded cryptographic library</flag>
- <flag name="debug">Enable extra debug codepaths</flag>
- <flag name="doc">Install Bigloo Manual (HTML docs of Bigloo and r5rs)</flag>
- <flag name="emacs">Build and install the Bigloo Developement Environment for Emacs (aka bee-mode)</flag>
- <flag name="gmp">Adds support for <pkg>dev-libs/gmp</pkg> (GNU MP library)</flag>
- <flag name="java">Enable the JVM backend for the Bigloo compiler</flag>
- <flag name="mail">Mail library for email management (e.g. maildir and imap support)</flag>
- <flag name="multimedia">Build multimedia library (e.g. for managing images). Needed for <pkg>dev-scheme/hop</pkg></flag>
- <flag name="openpgp">Build OpenPGP support (requires crypto)</flag>
- <flag name="packrat">Bigloo port of Tony Garnock-Jones' packrat parser (requires srfi1)</flag>
- <flag name="sqlite">Use the system-wide <pkg>dev-db/sqlite</pkg></flag>
- <flag name="srfi1">Build the srfi1 library: List library</flag>
- <flag name="srfi27">Build the srfi27 library: Source of Random Bits (32bit-arch only, requires gmp)</flag>
- <flag name="ssl">Adds support for SSL connections through <pkg>dev-libs/openssl</pkg></flag>
- <flag name="threads">Enable thread support, it depends on <pkg>dev-libs/boehm-gc</pkg> built with threads use flag</flag>
- <flag name="text">Library for dealing with text (e.g. BibTeX parser)</flag>
- <flag name="web">Library for web programming (e.g. XML, CGI parsers). Needed for <pkg>dev-scheme/hop</pkg></flag>
- </use>
-</pkgmetadata>