diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-06-12 16:04:47 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-06-12 16:04:47 +0000 |
commit | e197d8f768fe49848cd406e36ec1846768a398b0 (patch) | |
tree | e154dcd6409d08a25284fb0d7e6fcf886327e478 /net-dialup/multiimonc | |
parent | Stable on alpha. (diff) | |
download | historical-e197d8f768fe49848cd406e36ec1846768a398b0.tar.gz historical-e197d8f768fe49848cd406e36ec1846768a398b0.tar.bz2 historical-e197d8f768fe49848cd406e36ec1846768a398b0.zip |
Stable on hppa, removed old version.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-dialup/multiimonc')
-rw-r--r-- | net-dialup/multiimonc/ChangeLog | 6 | ||||
-rw-r--r-- | net-dialup/multiimonc/files/digest-multiimonc-0.3.5 | 1 | ||||
-rw-r--r-- | net-dialup/multiimonc/multiimonc-0.3.5.ebuild | 30 | ||||
-rw-r--r-- | net-dialup/multiimonc/multiimonc-0.3.6.ebuild | 4 |
4 files changed, 7 insertions, 34 deletions
diff --git a/net-dialup/multiimonc/ChangeLog b/net-dialup/multiimonc/ChangeLog index ebb9f8d8765b..765408dddc30 100644 --- a/net-dialup/multiimonc/ChangeLog +++ b/net-dialup/multiimonc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dialup/multiimonc # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/multiimonc/ChangeLog,v 1.3 2005/05/19 20:49:32 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/multiimonc/ChangeLog,v 1.4 2005/06/12 16:04:47 hansmi Exp $ + + 12 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> + -multiimonc-0.3.5.ebuild, multiimonc-0.3.6.ebuild: + Stable on hppa, removed old version. 19 May 2005; Michael Hanselmann <hansmi@gentoo.org> multiimonc-0.3.6.ebuild: diff --git a/net-dialup/multiimonc/files/digest-multiimonc-0.3.5 b/net-dialup/multiimonc/files/digest-multiimonc-0.3.5 deleted file mode 100644 index 36c8dbc7956b..000000000000 --- a/net-dialup/multiimonc/files/digest-multiimonc-0.3.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 c8cb1cd54101f4759e98561badbf6092 MultiImonC-0.3.5.tar.bz2 157089 diff --git a/net-dialup/multiimonc/multiimonc-0.3.5.ebuild b/net-dialup/multiimonc/multiimonc-0.3.5.ebuild deleted file mode 100644 index 033116fc0c84..000000000000 --- a/net-dialup/multiimonc/multiimonc-0.3.5.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/multiimonc/multiimonc-0.3.5.ebuild,v 1.1 2005/04/25 19:48:38 mrness Exp $ - -inherit eutils - -DESCRIPTION="A wxWidgets-based client for fli4l" -SRC_URI="http://www.fli4l.de/german/extern/multiimonc/MultiImonC-${PV}.tar.bz2" -HOMEPAGE="http://www.hansmi.ch/software/multiimonc" - -S="${WORKDIR}/MultiImonC-${PV}" - -KEYWORDS="x86 ppc amd64 sparc" -SLOT="0" -LICENSE="GPL-2" -IUSE="" - -DEPEND="=x11-libs/wxGTK-2.4* - virtual/libc - virtual/x11" - -src_compile() { - econf || die "could not configure" - emake || die "emake failed" -} - -src_install() { - make DESTDIR=${D} install || die "install problem" -} - diff --git a/net-dialup/multiimonc/multiimonc-0.3.6.ebuild b/net-dialup/multiimonc/multiimonc-0.3.6.ebuild index 7a54b7829995..446e34085119 100644 --- a/net-dialup/multiimonc/multiimonc-0.3.6.ebuild +++ b/net-dialup/multiimonc/multiimonc-0.3.6.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/net-dialup/multiimonc/multiimonc-0.3.6.ebuild,v 1.2 2005/05/19 20:49:32 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/multiimonc/multiimonc-0.3.6.ebuild,v 1.3 2005/06/12 16:04:47 hansmi Exp $ inherit eutils @@ -10,7 +10,7 @@ HOMEPAGE="http://www.hansmi.ch/software/multiimonc" S="${WORKDIR}/MultiImonC-${PV}" -KEYWORDS="amd64 ~hppa ppc sparc x86" +KEYWORDS="amd64 hppa ppc sparc x86" SLOT="0" LICENSE="GPL-2" IUSE="" |