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/guile/
Date: Tue,  8 May 2012 14:25:02 +0000 (UTC)	[thread overview]
Message-ID: <1336487071.53e3ecdd8663e4cf42308adf41537fc82bdfec27.fulax@gentoo> (raw)

commit:     53e3ecdd8663e4cf42308adf41537fc82bdfec27
Author:     Cyprien Nicolas (fulax) <c.nicolas+gentoo <AT> gmail <DOT> com>
AuthorDate: Tue May  8 14:24:31 2012 +0000
Commit:     Cyprien Nicolas <c.nicolas+gentoo <AT> gmail <DOT> com>
CommitDate: Tue May  8 14:24:31 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=53e3ecdd

dev-scheme/guile: bump to 2.0.5. with other changes:
* Update dev-util/pkgconfig dependencies to use the virtual.
* Update guile-999 to use git-2.eclass.
* Add metadata.xml, repoman complains about it missing.

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

---
 dev-scheme/guile/guile-2.0.1.ebuild                |    8 +++---
 .../{guile-2.0.1.ebuild => guile-2.0.5.ebuild}     |    6 ++--
 dev-scheme/guile/guile-999.ebuild                  |    8 +++---
 dev-scheme/guile/metadata.xml                      |   21 ++++++++++++++++++++
 4 files changed, 32 insertions(+), 11 deletions(-)

diff --git a/dev-scheme/guile/guile-2.0.1.ebuild b/dev-scheme/guile/guile-2.0.1.ebuild
index c5b130e..2218004 100644
--- a/dev-scheme/guile/guile-2.0.1.ebuild
+++ b/dev-scheme/guile/guile-2.0.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-scheme/guile/guile-2.0.0.ebuild,v 1.2 2011/04/12 18:20:24 mr_bones_ Exp $
+# $Header: $
 
 EAPI=3
 inherit eutils flag-o-matic elisp-common
@@ -18,11 +18,11 @@ DEPEND="
 	dev-libs/gmp
 	>=sys-devel/libtool-1.5.6
 	sys-devel/gettext
-	dev-util/pkgconfig
 	dev-libs/libunistring
 	>=dev-libs/boehm-gc-7.0[threads?]
 	dev-libs/libffi
-	emacs? ( virtual/emacs )"
+	emacs? ( virtual/emacs )
+	virtual/pkgconfig"
 RDEPEND="${DEPEND}"
 
 SLOT="2"

diff --git a/dev-scheme/guile/guile-2.0.1.ebuild b/dev-scheme/guile/guile-2.0.5.ebuild
similarity index 96%
copy from dev-scheme/guile/guile-2.0.1.ebuild
copy to dev-scheme/guile/guile-2.0.5.ebuild
index c5b130e..76e1125 100644
--- a/dev-scheme/guile/guile-2.0.1.ebuild
+++ b/dev-scheme/guile/guile-2.0.5.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: /var/cvsroot/gentoo-x86/dev-scheme/guile/guile-2.0.0.ebuild,v 1.2 2011/04/12 18:20:24 mr_bones_ Exp $
 
@@ -18,11 +18,11 @@ DEPEND="
 	dev-libs/gmp
 	>=sys-devel/libtool-1.5.6
 	sys-devel/gettext
-	dev-util/pkgconfig
 	dev-libs/libunistring
 	>=dev-libs/boehm-gc-7.0[threads?]
 	dev-libs/libffi
-	emacs? ( virtual/emacs )"
+	emacs? ( virtual/emacs )
+	virtual/pkgconfig"
 RDEPEND="${DEPEND}"
 
 SLOT="2"

diff --git a/dev-scheme/guile/guile-999.ebuild b/dev-scheme/guile/guile-999.ebuild
index 9b9beaa..f94ca8c 100644
--- a/dev-scheme/guile/guile-999.ebuild
+++ b/dev-scheme/guile/guile-999.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: $
 
@@ -7,7 +7,7 @@ EAPI=4
 # for live ebuilds uncomment inherit git, comment SRC_URI and empty KEYWORDS
 
 inherit eutils flag-o-matic elisp-common
-inherit git
+inherit git-2
 
 DESCRIPTION="GNU Ubiquitous Intelligent Language for Extensions"
 HOMEPAGE="http://www.gnu.org/software/guile/"
@@ -23,11 +23,11 @@ DEPEND="
 	dev-libs/gmp
 	>=sys-devel/libtool-1.5.6
 	sys-devel/gettext
-	dev-util/pkgconfig
 	dev-libs/libunistring
 	>=dev-libs/boehm-gc-7.0[threads?]
 	dev-libs/libffi
-	emacs? ( virtual/emacs )"
+	emacs? ( virtual/emacs )
+	virtual/pkgconfig"
 RDEPEND="${DEPEND}"
 
 # Not 2.2; File colisions with 2.0 on libguilereadline-v-18

diff --git a/dev-scheme/guile/metadata.xml b/dev-scheme/guile/metadata.xml
new file mode 100644
index 0000000..77fb31d
--- /dev/null
+++ b/dev-scheme/guile/metadata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>scheme</herd>
+	<maintainer>
+		<email>hkBst@gentoo.org</email>
+	</maintainer>
+	<longdescription lang="en">
+Guile is a library designed to help programmers create flexible applications. Using Guile in an application allows programmers to write plug-ins, or modules (there are many names, but the concept is essentially the same) and users to use them to have an application fit their needs.
+	</longdescription>
+	<use>
+	<flag name='debug-freelist'>Include garbage collector freelist debugging
+	code</flag>
+	<flag name='debug-malloc'>Include malloc debugging code</flag>
+	<flag name='deprecated'>Enable deprecated features</flag>
+	<flag name='discouraged'> (implied by deprecated) enable merely discouraged
+	features</flag>
+	<flag name='networking'>Include networking interfaces</flag>
+	<flag name='regex'> Include regular expression interfaces</flag>
+	</use>
+</pkgmetadata>



             reply	other threads:[~2012-05-08 14:25 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-08 14:25 Cyprien Nicolas [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-04-01 11:12 [gentoo-commits] proj/lisp:master commit in: dev-scheme/guile/ Ulrich Müller
2022-04-01 11:12 Ulrich Müller
2019-08-31 12:09 Cyprien Nicolas
2019-08-11  9:44 Cyprien Nicolas
2019-06-22 16:51 Cyprien Nicolas
2014-06-02 11:41 Panagiotis Christopoulos
2013-04-24 21:37 Panagiotis Christopoulos
2013-04-18 13:45 Cyprien Nicolas
2013-04-15 19:51 Panagiotis Christopoulos
2013-01-26 19:07 Cyprien Nicolas
2012-09-26 21:15 Cyprien Nicolas
2012-09-26 18:56 Cyprien Nicolas
2012-08-21  8:16 Cyprien Nicolas
2012-08-21  8:16 Cyprien Nicolas
2011-04-12  8:29 Marijn Schouten

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=1336487071.53e3ecdd8663e4cf42308adf41537fc82bdfec27.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