diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-01-13 19:06:04 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-01-13 19:06:04 +0000 |
commit | 09908fb19dabdb739c1f4e03f9f2adb70a972c71 (patch) | |
tree | 1be88bc011564d261ba74328dbd21f727503abb9 /sys-apps/mtx | |
parent | Version bumped. Closes 37947. (diff) | |
download | historical-09908fb19dabdb739c1f4e03f9f2adb70a972c71.tar.gz historical-09908fb19dabdb739c1f4e03f9f2adb70a972c71.tar.bz2 historical-09908fb19dabdb739c1f4e03f9f2adb70a972c71.zip |
Version bumped. Closes 37947.
Diffstat (limited to 'sys-apps/mtx')
-rw-r--r-- | sys-apps/mtx/Manifest | 4 | ||||
-rw-r--r-- | sys-apps/mtx/files/digest-mtx-1.2.18 | 1 | ||||
-rw-r--r-- | sys-apps/mtx/mtx-1.2.18.ebuild | 30 |
3 files changed, 33 insertions, 2 deletions
diff --git a/sys-apps/mtx/Manifest b/sys-apps/mtx/Manifest index 3b17561e2e56..b38a658aabfc 100644 --- a/sys-apps/mtx/Manifest +++ b/sys-apps/mtx/Manifest @@ -1,6 +1,6 @@ -MD5 12896acd15ec31678be94e3c4f8d23fc ChangeLog 1052 +MD5 c3f23406a11938b72f7028b40a036e18 ChangeLog 1181 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 024a7f08697e12b6635c3481c23e3b2b mtx-1.2.17.ebuild 784 -MD5 2f42eb93769abef92a356eaa6aad5f8e mtx-1.2.18.ebuild 778 +MD5 f2fefd5e0440577481fdc77d1b06b1d6 mtx-1.2.18.ebuild 778 MD5 8832da25d461a2c902b1fc5076de53a4 files/digest-mtx-1.2.17 65 MD5 07eb107ed4d8911e6f428014d22ccaec files/digest-mtx-1.2.18 65 diff --git a/sys-apps/mtx/files/digest-mtx-1.2.18 b/sys-apps/mtx/files/digest-mtx-1.2.18 new file mode 100644 index 000000000000..304ffb33b87d --- /dev/null +++ b/sys-apps/mtx/files/digest-mtx-1.2.18 @@ -0,0 +1 @@ +MD5 0bbacc465ef34eb05d485896f7b8dc9f mtx-1.2.18rel.tar.gz 167728 diff --git a/sys-apps/mtx/mtx-1.2.18.ebuild b/sys-apps/mtx/mtx-1.2.18.ebuild new file mode 100644 index 000000000000..c3da717f1523 --- /dev/null +++ b/sys-apps/mtx/mtx-1.2.18.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mtx/mtx-1.2.18.ebuild,v 1.1 2004/01/13 19:05:31 mholzer Exp $ + +IUSE="" + +DESCRIPTION="Utilities for controlling SCSI media changers and tape drives" +HOMEPAGE="http://mtx.sourceforge.net" +LICENSE="GPL-2" +DEPEND="virtual/glibc" +SRC_URI="ftp://ftp.badtux.net/pub/storage/${PN}/${P}rel.tar.gz" +S=${WORKDIR}/${P} +KEYWORDS="~x86 ~amd64 ~sparc ~alpha ~ppc" +SLOT="0" + +src_unpack() { + unpack ${A} + mv ${P}rel ${S} +} + +src_compile() { + econf || die "Configure failed" + emake || die "Make failed" +} + +src_install () { + dodoc CHANGES COMPATIBILITY FAQ README LICENSE TODO + dohtml mtxl.README.html + einstall || die "Install failed" +} |