diff options
author | Alin Năstac <mrness@gentoo.org> | 2005-10-10 19:23:24 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2005-10-10 19:23:24 +0000 |
commit | a83eef2816dcf5ee6b31a02a451e2bae7ddcaa39 (patch) | |
tree | 4ce29f6f1a1f33bfb8619533885b92b4444d5001 /app-mobilephone/moto4lin | |
parent | remove INSTALL from docs; remove obsolete versions; mark ver 0.8.0 stable on ... (diff) | |
download | historical-a83eef2816dcf5ee6b31a02a451e2bae7ddcaa39.tar.gz historical-a83eef2816dcf5ee6b31a02a451e2bae7ddcaa39.tar.bz2 historical-a83eef2816dcf5ee6b31a02a451e2bae7ddcaa39.zip |
remove INSTALL from docs
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-mobilephone/moto4lin')
-rw-r--r-- | app-mobilephone/moto4lin/ChangeLog | 5 | ||||
-rw-r--r-- | app-mobilephone/moto4lin/Manifest | 10 | ||||
-rw-r--r-- | app-mobilephone/moto4lin/moto4lin-0.3.ebuild | 6 |
3 files changed, 12 insertions, 9 deletions
diff --git a/app-mobilephone/moto4lin/ChangeLog b/app-mobilephone/moto4lin/ChangeLog index 66dce98f1802..30a59f3518b8 100644 --- a/app-mobilephone/moto4lin/ChangeLog +++ b/app-mobilephone/moto4lin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-mobilephone/moto4lin # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/moto4lin/ChangeLog,v 1.2 2005/08/09 15:41:34 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/moto4lin/ChangeLog,v 1.3 2005/10/10 19:23:24 mrness Exp $ + + 10 Oct 2005; Alin Nastac <mrness@gentoo.org> moto4lin-0.3.ebuild: + Remove INSTALL from docs. 09 Aug 2005; David Holm <dholm@gentoo.org> moto4lin-0.3.ebuild: Added to ~ppc. diff --git a/app-mobilephone/moto4lin/Manifest b/app-mobilephone/moto4lin/Manifest index f59ca22e0ab1..7a2dcca7fd2f 100644 --- a/app-mobilephone/moto4lin/Manifest +++ b/app-mobilephone/moto4lin/Manifest @@ -1,14 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 aaede165a5fcca81964c6d50e78e513f ChangeLog 465 -MD5 8a80671fe418fb6c0f3d3f067f2242f1 moto4lin-0.3.ebuild 782 +MD5 a592c9dcad61a091b74dc2050929a649 ChangeLog 563 +MD5 9f664d2a9528b4a175faf8ffce006668 moto4lin-0.3.ebuild 779 MD5 a89a5701e09651b16f3f3d6246d841ff metadata.xml 226 MD5 0c01e6e811c6ed425e2553e85bcb5503 files/digest-moto4lin-0.3 64 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFDLxoeNSP4Vda7IdsRAszAAJ9ofKz8wBKrQ1S+tS2w7VyngSRW/QCghKvO -MO14hgKu8OVQN5ALTuk6UR4= -=WeTc +iD8DBQFDSr/INSP4Vda7IdsRAhYFAJ9DujYyriGENpa+Y9D3x2Svgr2i0gCggxfM +1HSJSPreQFVF1S7ZyIL3GTI= +=iTM/ -----END PGP SIGNATURE----- diff --git a/app-mobilephone/moto4lin/moto4lin-0.3.ebuild b/app-mobilephone/moto4lin/moto4lin-0.3.ebuild index ba67e0381e8f..c71413cb8860 100644 --- a/app-mobilephone/moto4lin/moto4lin-0.3.ebuild +++ b/app-mobilephone/moto4lin/moto4lin-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/moto4lin/moto4lin-0.3.ebuild,v 1.3 2005/09/19 20:05:18 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/moto4lin/moto4lin-0.3.ebuild,v 1.4 2005/10/10 19:23:24 mrness Exp $ DESCRIPTION="Moto4lin is file manager and seem editor for Motorola P2K phones" HOMEPAGE="http://moto4lin.sourceforge.net/" @@ -24,6 +24,6 @@ src_compile() { } src_install() { - make INSTALL_ROOT=${D} install || die "install failed" - dodoc ChangeLog README INSTALL + make INSTALL_ROOT=${D} install || die "make install failed" + dodoc ChangeLog README } |