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: Wed, 26 Sep 2012 21:15:13 +0000 (UTC)	[thread overview]
Message-ID: <1348694103.edf6e6770623914e9c436de2d500ee48af9bac87.fulax@gentoo> (raw)

commit:     edf6e6770623914e9c436de2d500ee48af9bac87
Author:     Cyprien Nicolas (fulax) <c.nicolas+gentoo <AT> gmail <DOT> com>
AuthorDate: Wed Sep 26 21:15:03 2012 +0000
Commit:     Cyprien Nicolas <c.nicolas+gentoo <AT> gmail <DOT> com>
CommitDate: Wed Sep 26 21:15:03 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=edf6e677

dev-scheme/guile-999: Remove emacs USE flag

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

---
 dev-scheme/guile/guile-999.ebuild |   30 ++++--------------------------
 1 files changed, 4 insertions(+), 26 deletions(-)

diff --git a/dev-scheme/guile/guile-999.ebuild b/dev-scheme/guile/guile-999.ebuild
index ac1e207..af84054 100644
--- a/dev-scheme/guile/guile-999.ebuild
+++ b/dev-scheme/guile/guile-999.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=4
 
-inherit eutils flag-o-matic elisp-common
+inherit eutils flag-o-matic
 inherit git-2
 
 DESCRIPTION="GNU Ubiquitous Intelligent Language for Extensions"
@@ -14,7 +14,7 @@ EGIT_REPO_URI="git://git.sv.gnu.org/guile.git"
 
 LICENSE="LGPL-3"
 KEYWORDS=""
-IUSE="networking +regex +deprecated emacs nls debug-malloc debug +threads"
+IUSE="networking +regex +deprecated nls debug-malloc debug +threads"
 
 RDEPEND="
 	app-admin/eselect-guile
@@ -23,8 +23,7 @@ RDEPEND="
 	dev-libs/libffi
 	dev-libs/libunistring
 	sys-devel/gettext
-	>=sys-devel/libtool-1.5.6
-	emacs? ( virtual/emacs )"
+	>=sys-devel/libtool-1.5.6"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"
 
@@ -58,20 +57,11 @@ src_configure() {
 		$(use_enable debug-malloc) \
 		$(use_enable debug guile-debug) \
 		$(use_with threads) \
-		--with-modules # \
-#		EMACS=no
+		--with-modules
 }
 
 src_compile()  {
 	emake || die "make failed"
-
-	# Above we have disabled the build system's Emacs support;
-	# for USE=emacs we compile (and install) the files manually
-	# if use emacs; then
-	# 	cd emacs
-	# 	make
-	# 	elisp-compile *.el || die
-	# fi
 }
 
 src_install() {
@@ -82,28 +72,16 @@ src_install() {
 
 	dodoc AUTHORS ChangeLog GUILE-VERSION HACKING NEWS README THANKS || die
 
-	# Replaced by app-admin/eselect-guile
-	## texmacs needs this, closing bug #23493
-	#dodir /etc/env.d
-	#echo "GUILE_LOAD_PATH=\"${EPREFIX}/usr/share/guile/${MAJOR}\"" > "${ED}"/etc/env.d/50guile
-
 	# necessary for registering slib, see bug 206896
 	keepdir /usr/share/guile/site
-
-	# if use emacs; then
-	# 	elisp-install ${PN} emacs/*.{el,elc} || die
-	# 	elisp-site-file-install "${FILESDIR}/50${PN}-gentoo.el" || die
-	# fi
 }
 
 pkg_postinst() {
 	[ "${EROOT}" == "/" ] && pkg_config
-	use emacs && elisp-site-regen
 	eselect guile update ifunset
 }
 
 pkg_postrm() {
-	use emacs && elisp-site-regen
 	eselect guile update ifunset
 }
 


             reply	other threads:[~2012-09-26 21:15 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-26 21:15 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 18:56 Cyprien Nicolas
2012-08-21  8:16 Cyprien Nicolas
2012-08-21  8:16 Cyprien Nicolas
2012-05-08 14:25 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=1348694103.edf6e6770623914e9c436de2d500ee48af9bac87.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