diff options
author | 2007-11-16 19:48:36 +0000 | |
---|---|---|
committer | 2007-11-16 19:48:36 +0000 | |
commit | 49d70d36f6f9ed38fb54b707d46678182eca0f62 (patch) | |
tree | d8b12ebbed1b3ab563603ebc3f08d62bf5a6347a /app-arch/xdms | |
parent | remove reference to really old sys-apps/debianutils (diff) | |
download | gentoo-2-49d70d36f6f9ed38fb54b707d46678182eca0f62.tar.gz gentoo-2-49d70d36f6f9ed38fb54b707d46678182eca0f62.tar.bz2 gentoo-2-49d70d36f6f9ed38fb54b707d46678182eca0f62.zip |
amd64 stable, remove unused version, clean up current version - toolchanify CC, stop installing COPYING and such
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-arch/xdms')
-rw-r--r-- | app-arch/xdms/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/xdms/files/digest-xdms-1.3.1 | 3 | ||||
-rw-r--r-- | app-arch/xdms/xdms-1.3.1.ebuild | 28 | ||||
-rw-r--r-- | app-arch/xdms/xdms-1.3.2.ebuild | 22 |
4 files changed, 17 insertions, 41 deletions
diff --git a/app-arch/xdms/ChangeLog b/app-arch/xdms/ChangeLog index 06f517b911ab..1a09d0869a8e 100644 --- a/app-arch/xdms/ChangeLog +++ b/app-arch/xdms/ChangeLog @@ -1,6 +1,9 @@ # 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.7 2007/05/05 14:12:07 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/xdms/ChangeLog,v 1.8 2007/11/16 19:48:36 drac Exp $ + + 16 Nov 2007; Samuli Suominen <drac@gentoo.org> xdms-1.3.2.ebuild: + amd64 stable 05 May 2007; Tobias Scherbaum <dertobi123@gentoo.org> xdms-1.3.2.ebuild: ppc stable diff --git a/app-arch/xdms/files/digest-xdms-1.3.1 b/app-arch/xdms/files/digest-xdms-1.3.1 deleted file mode 100644 index eb0b9140d141..000000000000 --- a/app-arch/xdms/files/digest-xdms-1.3.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 cba680961e6cffc855481d15442a71bc xdms-1.3.1.tar.gz 41258 -RMD160 d49f1f67c2ab025be7ff81b99854b7d5f2c6cb73 xdms-1.3.1.tar.gz 41258 -SHA256 35abadf64f6259b31b9431489e237a6db8fdc070b45509f56fb80475e08ca4d8 xdms-1.3.1.tar.gz 41258 diff --git a/app-arch/xdms/xdms-1.3.1.ebuild b/app-arch/xdms/xdms-1.3.1.ebuild deleted file mode 100644 index 28ed0c0ba883..000000000000 --- a/app-arch/xdms/xdms-1.3.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/xdms/xdms-1.3.1.ebuild,v 1.5 2005/11/29 03:01:52 vapier Exp $ - -inherit eutils - -DESCRIPTION="xDMS - Amiga DMS disk image decompressor" -HOMEPAGE="http://freshmeat.net/projects/xdms" -SRC_URI="http://modeemi.cs.tut.fi/~shd/xdms/${P}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="amd64 ~hppa ppc x86" -IUSE="" - -DEPEND="virtual/libc" - -src_compile() { - cd ${S} - ./configure --prefix=/usr --package-prefix="${D}" \ - || die "configure failed" - emake || die "emake failed" -} - -src_install() { - make install || die "make install failed" - dodoc COPYING xdms.txt ChangeLog.txt -} diff --git a/app-arch/xdms/xdms-1.3.2.ebuild b/app-arch/xdms/xdms-1.3.2.ebuild index f4794b9f26d5..f709e311c500 100644 --- a/app-arch/xdms/xdms-1.3.2.ebuild +++ b/app-arch/xdms/xdms-1.3.2.ebuild @@ -1,26 +1,30 @@ # 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.3 2007/05/05 14:12:07 dertobi123 Exp $ +# $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 eutils +inherit toolchain-funcs DESCRIPTION="xDMS - Amiga DMS disk image decompressor" -HOMEPAGE="http://zakalwe.fi/~shd/foss/xdms/" +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" +KEYWORDS="amd64 ~hppa ppc x86" IUSE="" +src_unpack() { + unpack ${A} + sed -i -e 's:COPYING::' "${S}"/Makefile.in +} + src_compile() { - cd ${S} ./configure --prefix=/usr --package-prefix="${D}" \ - || die "configure failed" - emake || die "emake failed" + || die "configure failed." + emake CC="$(tc-getCC)" || die "emake failed." } src_install() { - make install || die "make install failed" - dodoc COPYING xdms.txt ChangeLog.txt + emake install || die "emake install failed." + prepalldocs } |