diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-11-24 01:41:42 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-11-24 01:41:42 +0000 |
commit | 62d3a75301358db2eb91e0e79d6561a800946ee6 (patch) | |
tree | b23225b3482ad2568d1a6fdf12c47687d416893a | |
parent | Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org> (Manifest rec... (diff) | |
download | gentoo-2-62d3a75301358db2eb91e0e79d6561a800946ee6.tar.gz gentoo-2-62d3a75301358db2eb91e0e79d6561a800946ee6.tar.bz2 gentoo-2-62d3a75301358db2eb91e0e79d6561a800946ee6.zip |
Bug #66451, new version. old version stable on x86.
-rw-r--r-- | app-text/convmv/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/convmv/Manifest | 4 | ||||
-rw-r--r-- | app-text/convmv/convmv-1.05.ebuild | 6 | ||||
-rw-r--r-- | app-text/convmv/convmv-1.08.ebuild | 23 | ||||
-rw-r--r-- | app-text/convmv/files/digest-convmv-1.08 | 1 |
5 files changed, 34 insertions, 5 deletions
diff --git a/app-text/convmv/ChangeLog b/app-text/convmv/ChangeLog index c74ed6b8c935..ae9fd6a166a3 100644 --- a/app-text/convmv/ChangeLog +++ b/app-text/convmv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/convmv # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/convmv/ChangeLog,v 1.4 2004/06/24 22:30:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/convmv/ChangeLog,v 1.5 2004/11/24 01:41:42 robbat2 Exp $ + + 23 Nov 2004; Robin H. Johnson <robbat2@gentoo.org> : + Bug #66451, new version. old version stable on x86. 12 May 2004; Bryan Østergaard <kloeri@gentoo.org> convmv-1.05.ebuild: Stable on alpha. diff --git a/app-text/convmv/Manifest b/app-text/convmv/Manifest index b6fa7e73ae0c..4ac0a6ad554c 100644 --- a/app-text/convmv/Manifest +++ b/app-text/convmv/Manifest @@ -1,4 +1,6 @@ -MD5 0614ba8552a06efb0dd5eed09b977f16 convmv-1.05.ebuild 652 +MD5 c7ef17a16eec4bfb213ecd68fecc0ab2 convmv-1.05.ebuild 663 MD5 27a9af3eeff3877147a42b732669424b ChangeLog 549 MD5 0ee85af0a54e30719e02f45b0720e9fa metadata.xml 228 +MD5 a26698d88aae6a0bfad05e09334d9448 convmv-1.08.ebuild 665 MD5 bd4b326af450c5197ad6fabffda85ddf files/digest-convmv-1.05 62 +MD5 95e339ae41691713383980adeb87b41f files/digest-convmv-1.08 62 diff --git a/app-text/convmv/convmv-1.05.ebuild b/app-text/convmv/convmv-1.05.ebuild index 3b96b422fa51..be79d3732368 100644 --- a/app-text/convmv/convmv-1.05.ebuild +++ b/app-text/convmv/convmv-1.05.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/convmv/convmv-1.05.ebuild,v 1.6 2004/06/24 22:30:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/convmv/convmv-1.05.ebuild,v 1.7 2004/11/24 01:41:42 robbat2 Exp $ DESCRIPTION="convert filenames to utf8 or any other charset" HOMEPAGE="http://j3e.de/linux/${PN}" -SRC_URI="http://j3e.de/${P}.tar.gz" +SRC_URI="http://j3e.de/linux/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~hppa alpha ~mips ~sparc ~ia64 ~amd64 ~ppc" +KEYWORDS="x86 ~hppa alpha ~mips ~sparc ~ia64 ~amd64 ~ppc" IUSE="" DEPEND="dev-lang/perl" diff --git a/app-text/convmv/convmv-1.08.ebuild b/app-text/convmv/convmv-1.08.ebuild new file mode 100644 index 000000000000..c91f7ad8ad24 --- /dev/null +++ b/app-text/convmv/convmv-1.08.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/convmv/convmv-1.08.ebuild,v 1.1 2004/11/24 01:41:42 robbat2 Exp $ + +DESCRIPTION="convert filenames to utf8 or any other charset" +HOMEPAGE="http://j3e.de/linux/${PN}" +SRC_URI="http://j3e.de/linux/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~hppa ~alpha ~mips ~sparc ~ia64 ~amd64 ~ppc" +IUSE="" + +DEPEND="dev-lang/perl" + +src_compile() { + emake || die "emake failed" +} + +src_install() { + einstall DESTDIR=${D} PREFIX=/usr || die "einstall failed" + dodoc CREDITS Changes GPL2 TODO VERSION testsuite.tar +} diff --git a/app-text/convmv/files/digest-convmv-1.08 b/app-text/convmv/files/digest-convmv-1.08 new file mode 100644 index 000000000000..016279f6a333 --- /dev/null +++ b/app-text/convmv/files/digest-convmv-1.08 @@ -0,0 +1 @@ +MD5 40707f82b1a9631fe715f68f94431d3a convmv-1.08.tar.gz 20657 |