diff options
author | Markus Dittrich <markusle@gentoo.org> | 2007-09-24 14:48:58 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2007-09-24 14:48:58 +0000 |
commit | 880171bc2448c0b2802113b93e2fc83e676e4c82 (patch) | |
tree | d7d20c60a8a8f46104faf8a9d202a47969002dba /sci-calculators | |
parent | Add ~hppa and ~ia64 keywords, following emacs-22 keywording. (diff) | |
download | gentoo-2-880171bc2448c0b2802113b93e2fc83e676e4c82.tar.gz gentoo-2-880171bc2448c0b2802113b93e2fc83e676e4c82.tar.bz2 gentoo-2-880171bc2448c0b2802113b93e2fc83e676e4c82.zip |
Removed link to qalculate from build (see bug #193453).
(Portage version: 2.1.3.9)
Diffstat (limited to 'sci-calculators')
4 files changed, 39 insertions, 4 deletions
diff --git a/sci-calculators/qalculate-kde/ChangeLog b/sci-calculators/qalculate-kde/ChangeLog index f5bc5ee95428..34e0118ffa4f 100644 --- a/sci-calculators/qalculate-kde/ChangeLog +++ b/sci-calculators/qalculate-kde/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-calculators/qalculate-kde # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-kde/ChangeLog,v 1.17 2007/07/09 15:48:40 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-kde/ChangeLog,v 1.18 2007/09/24 14:48:58 markusle Exp $ + + 24 Sep 2007; Markus Dittrich <markusle@gentoo.org> + +files/qalculate-kde-0.9.6-remove-link.patch, qalculate-kde-0.9.6.ebuild: + Removed link to qalculate from build (see bug #193453) *qalculate-kde-0.9.6 (09 Jul 2007) diff --git a/sci-calculators/qalculate-kde/files/qalculate-kde-0.9.6-remove-link.patch b/sci-calculators/qalculate-kde/files/qalculate-kde-0.9.6-remove-link.patch new file mode 100644 index 000000000000..b6daf11f38f7 --- /dev/null +++ b/sci-calculators/qalculate-kde/files/qalculate-kde-0.9.6-remove-link.patch @@ -0,0 +1,30 @@ +diff -Naur qalculate-kde-0.9.6/src/Makefile.in qalculate-kde-0.9.6-new/src/Makefile.in +--- qalculate-kde-0.9.6/src/Makefile.in 2007-06-17 07:34:19.000000000 -0400 ++++ qalculate-kde-0.9.6-new/src/Makefile.in 2007-09-24 09:44:29.000000000 -0400 +@@ -772,7 +772,7 @@ + #>+ 1 + install-data-am: install-kde-icons install-shelldesktopDATA install-shellrcDATA + +-install-exec-am: install-binPROGRAMS install-exec-local ++install-exec-am: install-binPROGRAMS + + install-info: install-info-am + +@@ -809,7 +809,7 @@ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-binPROGRAMS install-data install-data-am install-exec \ +- install-exec-am install-exec-local install-info \ ++ install-exec-am install-info \ + install-info-am install-man install-shelldesktopDATA \ + install-shellrcDATA install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ +@@ -823,8 +823,6 @@ + $(EXTRACTRC) `find . -name \*.ui -o -name \*.rc` > rc.cpp + $(XGETTEXT) *.cpp -o $(podir)/qalculate_kde.pot + +-install-exec-local: +- cd $(DESTDIR)$(bindir) && rm -f qalculate; $(LN_S) qalculate-kde qalculate + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. + .NOEXPORT: diff --git a/sci-calculators/qalculate-kde/qalculate-kde-0.9.4.ebuild b/sci-calculators/qalculate-kde/qalculate-kde-0.9.4.ebuild index 18bd8553f387..3f03eec7438f 100644 --- a/sci-calculators/qalculate-kde/qalculate-kde-0.9.4.ebuild +++ b/sci-calculators/qalculate-kde/qalculate-kde-0.9.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-kde/qalculate-kde-0.9.4.ebuild,v 1.3 2007/07/15 06:05:01 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-kde/qalculate-kde-0.9.4.ebuild,v 1.4 2007/09/24 14:48:58 markusle Exp $ myconf="--disable-clntest" diff --git a/sci-calculators/qalculate-kde/qalculate-kde-0.9.6.ebuild b/sci-calculators/qalculate-kde/qalculate-kde-0.9.6.ebuild index 1bb521fba752..ee3a8f9b6860 100644 --- a/sci-calculators/qalculate-kde/qalculate-kde-0.9.6.ebuild +++ b/sci-calculators/qalculate-kde/qalculate-kde-0.9.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-kde/qalculate-kde-0.9.6.ebuild,v 1.2 2007/07/15 06:05:01 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-kde/qalculate-kde-0.9.6.ebuild,v 1.3 2007/09/24 14:48:58 markusle Exp $ myconf="--disable-clntest" @@ -22,6 +22,7 @@ DOCS="AUTHORS ChangeLog NEWS README TODO" src_unpack() { kde_src_unpack + epatch "${FILESDIR}"/${P}-remove-link.patch } need-kde 3.1 |