public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Cyprien Nicolas" <c.nicolas+gentoo@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/lisp:master commit in: dev-scheme/bigloo/
Date: Fri, 23 Mar 2012 09:57:27 +0000 (UTC)	[thread overview]
Message-ID: <1332495884.9cd653c2112fa10d2cbe547d46d0bcc4805e5c04.fulax@gentoo> (raw)

commit:     9cd653c2112fa10d2cbe547d46d0bcc4805e5c04
Author:     Cyprien Nicolas (fulax) <c.nicolas+gentoo <AT> gmail <DOT> com>
AuthorDate: Fri Mar 23 09:26:35 2012 +0000
Commit:     Cyprien Nicolas <c.nicolas+gentoo <AT> gmail <DOT> com>
CommitDate: Fri Mar 23 09:44:44 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=9cd653c2

dev-scheme/bigloo: bump to 3.8a

(Portage version: 2.2.0_alpha90/git/Linux i686, signed Manifest commit with key 0xBE63A96F)

---
 ....6b_alpha20110713.ebuild => bigloo-3.8a.ebuild} |   24 ++++++++++++++-----
 dev-scheme/bigloo/metadata.xml                     |   10 ++++++++
 2 files changed, 27 insertions(+), 7 deletions(-)

diff --git a/dev-scheme/bigloo/bigloo-3.6b_alpha20110713.ebuild b/dev-scheme/bigloo/bigloo-3.8a.ebuild
similarity index 89%
rename from dev-scheme/bigloo/bigloo-3.6b_alpha20110713.ebuild
rename to dev-scheme/bigloo/bigloo-3.8a.ebuild
index 39fd5fe..1dc76de 100644
--- a/dev-scheme/bigloo/bigloo-3.6b_alpha20110713.ebuild
+++ b/dev-scheme/bigloo/bigloo-3.8a.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -17,7 +17,12 @@ if [[ $PV = *_alpha* ]] || [[ $PV = *_beta* ]]; then
 	date=${PV/*_alpha/}
 	date=${date/*_beta/}
 	year=${date:2:2}
-	month=${Months[${date:4:2}]}
+	month=${date:4:2}
+	if [ ${month:0:1} = "0" ]; then
+		# Remove the initial "0" as 08 and 09 are considered as octal values
+		month=${month:1:1}
+	fi
+	month=${Months[$month]}
 	day=${date:6:2}
 	MY_P="${MY_P}${day}${month}${year}"
 fi
@@ -26,18 +31,20 @@ BGL_RELEASE=${PV/_*/}
 
 DESCRIPTION="Bigloo is a Scheme implementation."
 HOMEPAGE="http://www-sop.inria.fr/indes/fp/Bigloo/bigloo.html"
-#SRC_URI="ftp://ftp-sop.inria.fr/indes/fp/Bigloo/${MY_P}.tar.gz"
-SRC_URI="ftp://ftp-sop.inria.fr/members/Cyprien.Nicolas/mirror/${MY_P}.tar.gz"
+#SRC_URI="ftp://ftp-sop.inria.fr/members/Cyprien.Nicolas/mirror/${MY_P}.tar.gz"
+SRC_URI="ftp://ftp-sop.inria.fr/indes/fp/Bigloo/${MY_P}.tar.gz"
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
-#KEYWORDS="~amd64 ~ppc ~x86"
-KEYWORDS=""
-IUSE="alsa bglpkg calendar crypto debug doc emacs flac gmp gstreamer java mail mp3 multimedia openpgp packrat sqlite srfi1 srfi27 ssl text threads web"
+#KEYWORDS=""
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="alsa avahi bglpkg calendar crypto csv debug doc emacs flac gmp gstreamer java mail mp3 multimedia openpgp packrat sqlite srfi1 srfi27 ssl text threads web"
 REQUIRED_USE="
 	alsa? ( multimedia )
 	bglpkg? ( web )
+	flac? ( alsa )
 	gstreamer? ( multimedia threads )
+	mp3? ( alsa )
 	openpgp? ( crypto )
 	packrat? ( srfi1 )
 	srfi27? ( x86? ( gmp ) )
@@ -46,6 +53,7 @@ REQUIRED_USE="
 # bug 254916 for >=dev-libs/boehm-gc-7.1
 DEPEND=">=dev-libs/boehm-gc-7.1[threads?]
 	alsa? ( media-libs/alsa-lib )
+	avahi? ( net-dns/avahi )
 	emacs? ( virtual/emacs )
 	flac? ( media-libs/flac )
 	gmp? ( dev-libs/gmp )
@@ -135,8 +143,10 @@ src_configure() {
 		$(use debug && echo --debug)
 		${myconf}
 		$(use_enable alsa)
+		$(use_enable avahi)
 		$(use_enable calendar)
 		$(use_enable crypto)
+		$(use_enable csv)
 		$(use_enable flac)
 		$(use_enable gmp)
 		$(use_enable gstreamer)

diff --git a/dev-scheme/bigloo/metadata.xml b/dev-scheme/bigloo/metadata.xml
index ee836ce..ce863ba 100644
--- a/dev-scheme/bigloo/metadata.xml
+++ b/dev-scheme/bigloo/metadata.xml
@@ -16,6 +16,7 @@
     <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="csv">bigloo-csv is a library for parsing csv and csv-like data</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="gstreamer">Adds support for <pkg>media-libs/gstreamer</pkg> (requires threads and multimedia)</flag>
@@ -33,4 +34,13 @@
     <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>
+  <upstream>
+    <maintainer status="active">
+      <email>Manuel.Serrano@inria.fr</email>
+      <name>Manuel Serrano</name>
+    </maintainer>
+    <bugs-to>mailto:bigloo@lists-sop.inria.fr</bugs-to>
+    <changelog>http://www-sop.inria.fr/indes/fp/Bigloo/bigloo-4.html</changelog>
+    <doc>http://www-sop.inria.fr/indes/fp/Bigloo/bigloo-3.html</doc>
+  </upstream>
 </pkgmetadata>



             reply	other threads:[~2012-03-23  9:57 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-23  9:57 Cyprien Nicolas [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-06-04 17:42 [gentoo-commits] proj/lisp:master commit in: dev-scheme/bigloo/ Cyprien Nicolas
2013-02-03 13:59 Cyprien Nicolas
2013-01-27 20:51 Cyprien Nicolas
2013-01-26 14:42 Cyprien Nicolas
2012-10-31 16:55 Cyprien Nicolas
2012-09-14 16:42 Cyprien Nicolas
2012-06-01  9:35 Cyprien Nicolas
2012-05-08 12:00 Cyprien Nicolas
2011-02-18 12:01 Cyprien Nicolas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1332495884.9cd653c2112fa10d2cbe547d46d0bcc4805e5c04.fulax@gentoo \
    --to=c.nicolas+gentoo@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox