public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marijn Schouten (hkbst)" <hkbst@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-scheme/scm: ChangeLog scm-5.5.4.ebuild
Date: Fri, 18 Jan 2008 13:25:51 +0000	[thread overview]
Message-ID: <E1JFrEF-0004HQ-CB@stork.gentoo.org> (raw)

hkbst       08/01/18 13:25:51

  Modified:             ChangeLog
  Added:                scm-5.5.4.ebuild
  Log:
  bump, fixes bug 191829 and bug 188335
  (Portage version: 2.1.4)

Revision  Changes    Path
1.5                  dev-scheme/scm/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/scm/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/scm/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/scm/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-scheme/scm/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	25 Jun 2007 10:25:57 -0000	1.4
+++ ChangeLog	18 Jan 2008 13:25:50 -0000	1.5
@@ -1,6 +1,11 @@
 # ChangeLog for dev-scheme/scm
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-scheme/scm/ChangeLog,v 1.4 2007/06/25 10:25:57 hkbst Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-scheme/scm/ChangeLog,v 1.5 2008/01/18 13:25:50 hkbst Exp $
+
+*scm-5.5.4 (18 Jan 2008)
+
+  18 Jan 2008; Marijn Schouten <hkBst@gentoo.org> +scm-5.5.4.ebuild:
+  bump, fixes bug 191829 and bug 188335
 
   25 Jun 2007; Marijn Schouten <hkBst@gentoo.org> scm-5.5.3.ebuild:
   check for ROOT in pkg_postinst, thanks to peper



1.1                  dev-scheme/scm/scm-5.5.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/scm/scm-5.5.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/scm/scm-5.5.4.ebuild?rev=1.1&content-type=text/plain

Index: scm-5.5.4.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-scheme/scm/scm-5.5.4.ebuild,v 1.1 2008/01/18 13:25:50 hkbst Exp $

inherit versionator eutils

#version magic thanks to masterdriverz and UberLord using bash array instead of tr
trarr="0abcdefghi"
MY_PV="$(get_version_component_range 1)${trarr:$(get_version_component_range 2):1}$(get_version_component_range 3)"

MY_P=${PN}${MY_PV}
S=${WORKDIR}/${PN}
DESCRIPTION="Scheme implementation from author of slib"
SRC_URI="http://swiss.csail.mit.edu/ftpdir/scm/${MY_P}.zip"

HOMEPAGE="http://swiss.csail.mit.edu/~jaffer/SCM"

SLOT="0"
LICENSE="GPL-2-with-linking-exception"
KEYWORDS="~amd64"
IUSE=""

#unzip for unpacking
RDEPEND=""
DEPEND="app-arch/unzip
		>=dev-scheme/slib-3.1.5"

src_unpack() {
	unpack ${A}; cd "${S}"

#	cp Makefile Makefile.old

	sed "s#local/##" -i Makefile

	#sent upstream again
	sed "s#mkdir#mkdir -p#" -i Makefile
	sed "s#-p -p#-p#" -i Makefile

#	diff -u Makefile.old Makefile
}

src_compile() {
	einfo "Making scmlit"
	#parallel make fails sometimes
	emake -j1 scmlit
	einfo "Creating script to build scm"
	echo "srcdir=/usr/share/scm/" > srcdir.mk
	./build --compiler-options="${CFLAGS}" --linker-options="${LDFLAGS}" -F macro -F inexact &> _compile.sh || die
	einfo "Building scm"
	sh _compile.sh || die
}

src_install() {
	emake DESTDIR="${D}" install || die
}

pkg_postinst() {
	[ "${ROOT}" == "/" ] && pkg_config
}

pkg_config() {
	einfo "Regenerating catalog..."
	scm -e "(require 'new-catalog)"
}



-- 
gentoo-commits@lists.gentoo.org mailing list



             reply	other threads:[~2008-01-18 13:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-18 13:25 Marijn Schouten (hkbst) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-11-17 13:40 [gentoo-commits] gentoo-x86 commit in dev-scheme/scm: ChangeLog scm-5.5.4.ebuild Panagiotis Christopoulos (pchrist)

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=E1JFrEF-0004HQ-CB@stork.gentoo.org \
    --to=hkbst@gentoo.org \
    --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