diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-06-30 23:11:40 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-06-30 23:11:40 +0000 |
commit | 926d9f8f2fce61dd6dce6f41ec78c145e1b9d838 (patch) | |
tree | 7bda4df2ee6da5c15850c9b100e2e382196a0eb7 /sci-mathematics/pspp | |
parent | whitespace (diff) | |
download | historical-926d9f8f2fce61dd6dce6f41ec78c145e1b9d838.tar.gz historical-926d9f8f2fce61dd6dce6f41ec78c145e1b9d838.tar.bz2 historical-926d9f8f2fce61dd6dce6f41ec78c145e1b9d838.zip |
whitespace
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'sci-mathematics/pspp')
-rw-r--r-- | sci-mathematics/pspp/Manifest | 2 | ||||
-rw-r--r-- | sci-mathematics/pspp/pspp-0.6.0.ebuild | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sci-mathematics/pspp/Manifest b/sci-mathematics/pspp/Manifest index 6497bf654a53..3b7a08f9666f 100644 --- a/sci-mathematics/pspp/Manifest +++ b/sci-mathematics/pspp/Manifest @@ -3,6 +3,6 @@ AUX pspp-0.6.0-disable-inline.patch 4390 RMD160 08daa6269532ed88ea50556f4e71050d DIST pspp-0.4.0.tar.gz 1566807 RMD160 28c52e4ee530c80acf37d7cbea4e45aaefc11f7c SHA1 382c76ccbc62f881e439c38095b1f520b2627706 SHA256 b19403e15848ad0f0b393ed4e52beeb236fd4badfdfa63fe3e680f9cc683ca24 DIST pspp-0.6.0.tar.gz 2872929 RMD160 889745e4b423845f0d87cdfb38004320475dff49 SHA1 b6a89d758a39c9c53803a8b44d73899e9219e33c SHA256 8c85ada08e2133846efc221d88b6b3abd9a525587b1630b246a1887120d0804e EBUILD pspp-0.4.0.ebuild 1561 RMD160 ae630b5c06d8a71298989324abcf9940a4198a30 SHA1 11e558cbcb64ca0177dd697ed6939fef0eb2a4f3 SHA256 ca99d27287852a124773006228fba4075bcb7214fb107e2fcfaa726554cd6f4a -EBUILD pspp-0.6.0.ebuild 1832 RMD160 643ded0e29d5003f5b6df71658b57b4699457a6d SHA1 e6f51034977d3350a990afbdcf6489ebace6e500 SHA256 552ec8715bd6b47fd01b91f0e9d3eb8ff3afeb8494ba0879e7e48a8e1ab13be1 +EBUILD pspp-0.6.0.ebuild 1831 RMD160 1e4dae137c96b842b87ac36f512177e7014c0ce5 SHA1 ab72621a71044d173d53e2b8bb6561b588b7e44b SHA256 872f6479af55213f77a412f768e304c1980a1e9f695f153fea094e030cdfc1fc MISC ChangeLog 1302 RMD160 ae331e4373251ac58cdc4542f9523cde8585b097 SHA1 402780004cd386ad4b3c8bc048f4ca667919c5f6 SHA256 fa4d1f52ff8785f78bdb0af1ddbef4f793c667960e61c605c332724a46a4e492 MISC metadata.xml 578 RMD160 3d9347a787f561f99489ea5be06c551cbd8f4b43 SHA1 0a5efc597a0325fbd138488e6848ade8c5b29338 SHA256 6b524ccbf204aeb826e21e271c676fc9ee7d36187cb862e80b544267a4451fcf diff --git a/sci-mathematics/pspp/pspp-0.6.0.ebuild b/sci-mathematics/pspp/pspp-0.6.0.ebuild index 4badf370f260..cfcbfd414f6b 100644 --- a/sci-mathematics/pspp/pspp-0.6.0.ebuild +++ b/sci-mathematics/pspp/pspp-0.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.6.0.ebuild,v 1.1 2008/06/30 13:28:44 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.6.0.ebuild,v 1.2 2008/06/30 23:11:40 mr_bones_ Exp $ inherit elisp-common autotools @@ -26,7 +26,6 @@ RDEPEND="sci-libs/gsl DEPEND="${RDEPEND} psppire? ( dev-util/pkgconfig )" - SITEFILE=50${PN}-gentoo.el src_unpack() { @@ -36,7 +35,6 @@ src_unpack() { eautoreconf } - src_compile() { econf \ $(use_with plotutils libplot) \ |