Portage is a package management system used by Gentoo Linux
# ChangeLog for app-arch/xdms
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/xdms/ChangeLog,v 1.9 2007/12/25 12:10:32 phreak Exp $
25 Dec 2007; Christian Heim
Removing dholm from metadata.xml as per #24623. Assigning to maintainer-needed.
16 Nov 2007; Samuli Suominen
amd64 stable
05 May 2007; Tobias Scherbaum
ppc stable
20 Mar 2007; Raúl Porcel
x86 stable
21 Feb 2007; Piotr Jaroszyński
Transition to Manifest2.
*xdms-1.3.2 (08 Dec 2006)
08 Dec 2006; Alec Warner
bump for bug 137947, homepage, src_uri changes, thanks to Heikki Orsila for
reporting
02 Apr 2005; David Holm
Fixed SRC_URI and marked stable (Bug #87185)
*xdms-1.3.1 (11 Sep 2004)
11 Sep 2004; David Holm
Initial import. ebuild submitted by Heikki Orsila
DIST xdms-1.3.2.tar.bz2 43010 RMD160 35f9fadf9b9633408b4cd025c4315c529c35ddd7 SHA1 686b6da6fc8bf1782f0fe77795bf3a24c57450dc SHA256 367ec4f02dd6a3a225b4338ea7b961b87fb144f7388b2ea1eb3a5593fc53f47e
EBUILD xdms-1.3.2.ebuild 766 RMD160 7019c5a62f47185b3d61d0c7d613f2af92ff4a14 SHA1 e023f589508f1a0df9f0a4bd9e6953ea4855a415 SHA256 4c4c8784eb040ffff2f395c119b398bebf901a05ffb350aabcf648b8e6aac788
MISC ChangeLog 1172 RMD160 3f2843f6cc27e5e7742d909a4c122a3a78667691 SHA1 37071ff696ebc435cf67ebbf078ef30e497d45a8 SHA256 bbe149c181bf0ec916f5ac7256377bfd7b1ff8d4558c9585985c7ab4df73b3fd
MISC metadata.xml 932 RMD160 3e87a8bd313a541481e0d01a7d2baaff8d45816f SHA1 b2012d148cdc3418afbf6dfd4851073ff2794e70 SHA256 a315c2bf407b3b25aa0b007ff86567d543c0bcfe80a3d5bccb2cac5056b97c6b
Supports decompression of files compressed using all known DMS compression modes, including old and obsolete ones, and also encrypted files, for 100% compatibility.
Can test DMS files integrity, view file informations and show attached Banners and FILEID.DIZ .
Can generate standard disk images and compressed disk images, using gzip, if you want to store your files in ADF or ADZ formats.
Can extract the files contained inside the DMS archives, if the compressed disk is an AmigaDOS disk, using readdisk made by Bernd Schmidt.
Can process multiple files in batch with a single command, and also use stdin and stdout for input and output of data.
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/xdms/xdms-1.3.2.ebuild,v 1.4 2007/11/16 19:48:36 drac Exp $
inherit toolchain-funcs
DESCRIPTION="xDMS - Amiga DMS disk image decompressor"
HOMEPAGE="http://zakalwe.fi/~shd/foss/xdms"
SRC_URI="http://zakalwe.fi/~shd/foss/xdms/${P}.tar.bz2"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="amd64 ~hppa ppc x86"
IUSE=""
src_unpack() {
unpack ${A}
sed -i -e 's:COPYING::' "${S}"/Makefile.in
}
src_compile() {
./configure --prefix=/usr --package-prefix="${D}" \
|| die "configure failed."
emake CC="$(tc-getCC)" || die "emake failed."
}
src_install() {
emake install || die "emake install failed."
prepalldocs
}