diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2003-11-20 09:43:58 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2003-11-20 09:43:58 +0000 |
commit | 94f0fb1e7299d0401f45f1b1617b62d233faec16 (patch) | |
tree | 07eaff70192487c65f45ddf9604c8f4a1d2eeb43 /app-misc | |
parent | Little bugfix (diff) | |
download | gentoo-2-94f0fb1e7299d0401f45f1b1617b62d233faec16.tar.gz gentoo-2-94f0fb1e7299d0401f45f1b1617b62d233faec16.tar.bz2 gentoo-2-94f0fb1e7299d0401f45f1b1617b62d233faec16.zip |
Little bugfix
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/mepl/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/mepl/Manifest | 4 | ||||
-rw-r--r-- | app-misc/mepl/mepl-0.45.ebuild | 5 |
3 files changed, 8 insertions, 6 deletions
diff --git a/app-misc/mepl/ChangeLog b/app-misc/mepl/ChangeLog index 01cfa7108ee4..97c1269c80a7 100644 --- a/app-misc/mepl/ChangeLog +++ b/app-misc/mepl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/mepl # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/mepl/ChangeLog,v 1.2 2003/03/28 14:19:47 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/mepl/ChangeLog,v 1.3 2003/11/20 09:43:52 phosphan Exp $ + + 20 Nov 2003; Patrick Kursawe <phosphan@gentoo.org> mepl-0.45.ebuild: + Fixing access violation with /etc/mepl.conf 28 Mar 2003; Patrick Kursawe <phosphan@gentoo.org> mepl-0.45.ebuild : marked as stable for x86 diff --git a/app-misc/mepl/Manifest b/app-misc/mepl/Manifest index 51006f2f7648..878acb351ccc 100644 --- a/app-misc/mepl/Manifest +++ b/app-misc/mepl/Manifest @@ -1,4 +1,4 @@ -MD5 82a0f8e6225ff52d7aeb5af2713a3fc4 mepl-0.45.ebuild 625 -MD5 2fa2a2448aba9bc7582e8ff55cf27117 ChangeLog 481 +MD5 0240a63ac380419bc55cf388cbc35a18 mepl-0.45.ebuild 625 +MD5 7b46bbe612b0512026b3164dcb7b4e93 ChangeLog 599 MD5 b742040acaeddc3798a21739bd59e8aa metadata.xml 224 MD5 ae8b846a5a3b35f24118191325b33e86 files/digest-mepl-0.45 59 diff --git a/app-misc/mepl/mepl-0.45.ebuild b/app-misc/mepl/mepl-0.45.ebuild index db5cba3302f7..2aa0df5b53fa 100644 --- a/app-misc/mepl/mepl-0.45.ebuild +++ b/app-misc/mepl/mepl-0.45.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/mepl/mepl-0.45.ebuild,v 1.3 2003/09/05 12:10:36 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/mepl/mepl-0.45.ebuild,v 1.4 2003/11/20 09:43:52 phosphan Exp $ SRC_URI="http://www.hof-berlin.de/mepl/mepl${PV}.tar.gz" HOMEPAGE="http://www.hof-berlin.de/mepl/" @@ -16,13 +16,12 @@ S=${WORKDIR}/${PN}${PV} src_compile () { emake en - cp mepl.en mepl.7 - emake updconf } src_install () { dobin mepl meplmail insinto /etc doins mepl.conf + cp mepl.en mepl.7 doman mepl.7 } |