diff options
author | 2009-06-21 18:50:13 +0000 | |
---|---|---|
committer | 2009-06-21 18:50:13 +0000 | |
commit | 05771915f4fa801e702adceaccd41fbd99c018f4 (patch) | |
tree | f27a2206ab505d742a66847bc2bbca0a5c3f1acd /sci-mathematics | |
parent | Rename virtual/xemacs -> app-editors/xemacs. (diff) | |
download | gentoo-2-05771915f4fa801e702adceaccd41fbd99c018f4.tar.gz gentoo-2-05771915f4fa801e702adceaccd41fbd99c018f4.tar.bz2 gentoo-2-05771915f4fa801e702adceaccd41fbd99c018f4.zip |
Rename virtual/xemacs -> app-editors/xemacs.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/singular/ChangeLog | 8 | ||||
-rw-r--r-- | sci-mathematics/singular/singular-3.0.1.2.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sci-mathematics/singular/ChangeLog b/sci-mathematics/singular/ChangeLog index 778e3ae5cb7f..76bb6bd5de80 100644 --- a/sci-mathematics/singular/ChangeLog +++ b/sci-mathematics/singular/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/singular -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.25 2008/11/08 03:53:08 markusle Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.26 2009/06/21 18:50:13 graaff Exp $ + + 21 Jun 2009; Hans de Graaff <graaff@gentoo.org> singular-3.0.1.2.ebuild: + Rename virtual/xemacs -> app-editors/xemacs since the virtual has been + removed. 08 Nov 2008; Markus Dittrich <markusle@gentoo.org> +files/singular-3.0.4.4-emacs-22.patch, singular-3.0.4.4.ebuild: diff --git a/sci-mathematics/singular/singular-3.0.1.2.ebuild b/sci-mathematics/singular/singular-3.0.1.2.ebuild index 117c7b4f625b..1f4118255aed 100644 --- a/sci-mathematics/singular/singular-3.0.1.2.ebuild +++ b/sci-mathematics/singular/singular-3.0.1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.0.1.2.ebuild,v 1.10 2008/04/21 14:39:28 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.0.1.2.ebuild,v 1.11 2009/06/21 18:50:13 graaff Exp $ inherit eutils flag-o-matic @@ -21,7 +21,7 @@ IUSE="doc emacs" DEPEND=">=dev-lang/perl-5.6 >=dev-libs/gmp-4.1-r1 - emacs? ( || ( virtual/xemacs + emacs? ( || ( app-editors/xemacs virtual/emacs ) )" S="${WORKDIR}"/${MY_PN}-${MY_PV_MAJOR} |