diff options
author | Michał Górny <mgorny@gentoo.org> | 2009-09-20 08:32:44 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2009-09-20 08:32:44 +0000 |
commit | 3f49651fefe0560584c93d2374a93fb217159481 (patch) | |
tree | 6f3c17b5d8933d261958968dc00cda16b41e22a3 /app-arch | |
parent | moved to tree (diff) | |
download | sunrise-3f49651fefe0560584c93d2374a93fb217159481.tar.gz sunrise-3f49651fefe0560584c93d2374a93fb217159481.tar.bz2 sunrise-3f49651fefe0560584c93d2374a93fb217159481.zip |
app-arch/zpaq: Version bump.
svn path=/sunrise/; revision=9249
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/zpaq/ChangeLog | 4 | ||||
-rw-r--r-- | app-arch/zpaq/Manifest | 6 | ||||
-rw-r--r-- | app-arch/zpaq/zpaq-1.04.ebuild (renamed from app-arch/zpaq/zpaq-1.03a.ebuild) | 21 |
3 files changed, 23 insertions, 8 deletions
diff --git a/app-arch/zpaq/ChangeLog b/app-arch/zpaq/ChangeLog index d4d46b0e9..5101d87f5 100644 --- a/app-arch/zpaq/ChangeLog +++ b/app-arch/zpaq/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 20 Sep 2009; Michał Górny (sedzimir) <gentoo@mgorny.alt.pl> + -zpaq-1.03a.ebuild, +zpaq-1.04.ebuild: + Version bump. + 09 Sep 2009; Michał Górny (sedzimir) <gentoo@mgorny.alt.pl> -zpaq-1.02.ebuild, +zpaq-1.03a.ebuild: Version bump. diff --git a/app-arch/zpaq/Manifest b/app-arch/zpaq/Manifest index 27835455a..8903f29d6 100644 --- a/app-arch/zpaq/Manifest +++ b/app-arch/zpaq/Manifest @@ -1,4 +1,4 @@ -DIST zpaq103a.zip 249965 RMD160 d516bef4777127733d145fd434d9f35bd9f3ff49 SHA1 74b58e532d21024da33b365ff62fde2672ddf0ec SHA256 414da052ce2666b959b1a731587b4357d1d3a43c5a79c7aecf87012a734c5bc3 -EBUILD zpaq-1.03a.ebuild 1384 RMD160 affee2380fc2840111283344a0b9d89484b58ab8 SHA1 e0aa8087d29c55f4e442fd214250af1e2898e671 SHA256 28ecf811fbb7afe4c3a025e48768384b2f71f832f167d1f6c0a452a2764e91ff -MISC ChangeLog 424 RMD160 face0ca1f7c24b92b64613b71f7ab7957f270314 SHA1 73176fa6714736d0e8ef40e5177da6930c5f4d73 SHA256 23f893d7316fbbb0d54bfee28d4d7e264b5d7455defa1b217293efd964e15b34 +DIST zpaq104.zip 282319 RMD160 ab5506841b7a221a02943139bc1068be95ad6bcb SHA1 2d2328f35623303e89ab49cbb9c15892dbc59ba3 SHA256 1351ee190cc8ce0d1438adb3a94ab2cf882ad2b7e92c534250f7c5bf1bc1d79f +EBUILD zpaq-1.04.ebuild 1805 RMD160 b0030e5fc0e4fc0c4b0fd688a42009fb89ec3858 SHA1 f1da2e6cc96182e25d8ccf77bb2f70c86a47e40f SHA256 e861c3676ce95f9c7afb94415bce4bc8ad8717dbbd83afa79d2adaa7a0665284 +MISC ChangeLog 546 RMD160 d74b484b887bd4e3b75ac083a56ddcd81e0ce744 SHA1 e08eb77d1f21048f2d11876856ceb5da56822026 SHA256 a65546a99bb749e2453d01357b12d232e96b57efdc44edcc5eef85c948b95bc8 MISC metadata.xml 262 RMD160 64951ca639702aa31b3e4d358978702060b25740 SHA1 b50842ac8bb710e9e04e21c3ef2c6fd6cbaef4db SHA256 1855a3b4e8fb1583a58be48d0341c975d52d7dca8a4ca71d1285ef7a0d577e08 diff --git a/app-arch/zpaq/zpaq-1.03a.ebuild b/app-arch/zpaq/zpaq-1.04.ebuild index 740b069bc..55ea6bdd9 100644 --- a/app-arch/zpaq/zpaq-1.03a.ebuild +++ b/app-arch/zpaq/zpaq-1.04.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -inherit toolchain-funcs +inherit multilib toolchain-funcs MY_P="${PN}${PV/./}" DESCRIPTION="Unified compressor for PAQ algorithms" @@ -17,8 +17,13 @@ IUSE="doc" src_compile() { # Upstream doesn't provide any Makefile - "$(tc-getCXX)" ${CXXFLAGS} ${MY_P%?}.cpp -o zpaq || die 'compiling zpaq failed' - "$(tc-getCXX)" ${CXXFLAGS} un${MY_P%?}.cpp -o unzpaq || die 'compiling unzpaq failed' + "$(tc-getCXX)" ${CXXFLAGS} zpaq104.cpp -o zpaq || die 'compiling zpaq failed' + "$(tc-getCXX)" ${CXXFLAGS} unzpaq103.cpp -o unzpaq || die 'compiling unzpaq failed' + + # SFX part is upstream-broken +# "$(tc-getCXX)" ${CXXFLAGS} zpaqsfx.cpp -o zpaqsfx || die 'compiling zpaqsfx failed' + +# cat zpaqsfx.tag >> zpaqsfx || die 'appending tag to zpaqsfx failed' } src_install() { @@ -29,6 +34,9 @@ src_install() { dodoc zpaq100.pdf || die 'dodoc failed' fi +# exeinto /usr/$(get_libdir)/zpaq +# doexe zpaqsfx || die 'doexe failed' + # These are more like compression profiles, so install them in /usr/share insinto /usr/share/zpaq doins *.cfg || die 'doins failed' @@ -42,6 +50,9 @@ pkg_postinst() { elog "We install few default configs in /usr/share/zpaq to start with. They can" elog "be used like that:" elog " zpaq c/usr/share/zpaq/max.cfg out.zpaq files" - elog - elog "We're working on a more user-friendly solution." +# elog +# elog "zpaq SFX stub is installed in /usr/$(get_libdir)/zpaq. You can use it" +# elog "to create SFX archives like that:" +# elog " cp /usr/$(get_libdir)/zpaq/zpaqsfx sfxarchive +# elog " zpaq c sfxarchive ..." } |