diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-10-23 15:02:38 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-10-23 15:02:38 +0000 |
commit | a8e7a994a418c5c4fa11a2dcd9e9a7ec1adea8d8 (patch) | |
tree | 3fc546618ebfd8cfeb92cc18d97e5dff3d548f98 /sci-mathematics/qtiplot | |
parent | Fixed emerge --config wrt bug #109482. (diff) | |
download | gentoo-2-a8e7a994a418c5c4fa11a2dcd9e9a7ec1adea8d8.tar.gz gentoo-2-a8e7a994a418c5c4fa11a2dcd9e9a7ec1adea8d8.tar.bz2 gentoo-2-a8e7a994a418c5c4fa11a2dcd9e9a7ec1adea8d8.zip |
Version bump, bug 109968.
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'sci-mathematics/qtiplot')
-rw-r--r-- | sci-mathematics/qtiplot/ChangeLog | 8 | ||||
-rw-r--r-- | sci-mathematics/qtiplot/Manifest | 12 | ||||
-rw-r--r-- | sci-mathematics/qtiplot/files/digest-qtiplot-0.6.9 | 1 | ||||
-rw-r--r-- | sci-mathematics/qtiplot/files/digest-qtiplot-0.7 | 1 | ||||
-rw-r--r-- | sci-mathematics/qtiplot/qtiplot-0.7.ebuild (renamed from sci-mathematics/qtiplot/qtiplot-0.6.9.ebuild) | 7 |
5 files changed, 14 insertions, 15 deletions
diff --git a/sci-mathematics/qtiplot/ChangeLog b/sci-mathematics/qtiplot/ChangeLog index c9a869b10ba7..8868e7946288 100644 --- a/sci-mathematics/qtiplot/ChangeLog +++ b/sci-mathematics/qtiplot/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-mathematics/qtiplot # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtiplot/ChangeLog,v 1.1 2005/10/14 02:26:26 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtiplot/ChangeLog,v 1.2 2005/10/23 15:02:38 cryos Exp $ + +*qtiplot-0.7 (23 Oct 2005) + + 23 Oct 2005; Marcus D. Hanwell <cryos@gentoo.org> -qtiplot-0.6.9.ebuild, + +qtiplot-0.7.ebuild: + Version bump, bug 109968. *qtiplot-0.6.9 (14 Oct 2005) diff --git a/sci-mathematics/qtiplot/Manifest b/sci-mathematics/qtiplot/Manifest index 380ce71ba35a..d0098bfdb3e4 100644 --- a/sci-mathematics/qtiplot/Manifest +++ b/sci-mathematics/qtiplot/Manifest @@ -1,14 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 004dc4c43720637943aa43ac72cf1575 ChangeLog 444 MD5 893bc4adeb75782d32a1a7725958b2fa files/digest-qtiplot-0.6.9 62 +MD5 0fb2c4631892f19ca2c9701415170d7a files/digest-qtiplot-0.7 60 MD5 be5373660391ac23dc1d97a654ca9e79 metadata.xml 604 MD5 03504d95cb0a01e5d2d0107fdd851882 qtiplot-0.6.9.ebuild 1135 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFDTxdjntT9W3vfTuoRAqSkAJ90SzCIb2TPta8yBeFS65Z5QiEp0gCeO+Do -yB3fmXX9H/6+ZTRVe8TOl6M= -=R6AS ------END PGP SIGNATURE----- +MD5 9e8dc46db02539b6d441cd7bf65bc10a qtiplot-0.7.ebuild 1138 diff --git a/sci-mathematics/qtiplot/files/digest-qtiplot-0.6.9 b/sci-mathematics/qtiplot/files/digest-qtiplot-0.6.9 deleted file mode 100644 index c35252ae9035..000000000000 --- a/sci-mathematics/qtiplot/files/digest-qtiplot-0.6.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 77f6554e7bb5f42b370f7407a75b8b5c qtiplot-0.6.9.zip 601001 diff --git a/sci-mathematics/qtiplot/files/digest-qtiplot-0.7 b/sci-mathematics/qtiplot/files/digest-qtiplot-0.7 new file mode 100644 index 000000000000..14b192147693 --- /dev/null +++ b/sci-mathematics/qtiplot/files/digest-qtiplot-0.7 @@ -0,0 +1 @@ +MD5 70b42b5699f2e8102528d1e67c11a7db qtiplot-0.7.zip 616783 diff --git a/sci-mathematics/qtiplot/qtiplot-0.6.9.ebuild b/sci-mathematics/qtiplot/qtiplot-0.7.ebuild index e554bcaa4fcd..ecf58df2db88 100644 --- a/sci-mathematics/qtiplot/qtiplot-0.6.9.ebuild +++ b/sci-mathematics/qtiplot/qtiplot-0.7.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtiplot/qtiplot-0.6.9.ebuild,v 1.1 2005/10/14 02:26:26 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtiplot/qtiplot-0.7.ebuild,v 1.1 2005/10/23 15:02:38 cryos Exp $ + +inherit eutils IUSE="" DESCRIPTION="Qt based clone of the Origin plotting package" @@ -38,7 +40,6 @@ src_compile () { } src_install() { - cd ${S} + make_desktop_entry qtiplot qtiplot qtiplot Graphics dobin qtiplot || die 'Binary installation failed.' -# dohtml *.html (doesn't appear to be any documentation) } |