summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-04-13 20:19:41 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-04-13 20:19:41 +0000
commitfd7c8b8579281a49817c619e5757a7da89c7b9d8 (patch)
tree4ad671c97a3173922afc3af9b3620843301cdcc5 /app-text
parentFixed some typos etc. and cleaned up the ebuild. (diff)
downloadgentoo-2-fd7c8b8579281a49817c619e5757a7da89c7b9d8.tar.gz
gentoo-2-fd7c8b8579281a49817c619e5757a7da89c7b9d8.tar.bz2
gentoo-2-fd7c8b8579281a49817c619e5757a7da89c7b9d8.zip
fix icon install path
Diffstat (limited to 'app-text')
-rw-r--r--app-text/manedit/ChangeLog5
-rw-r--r--app-text/manedit/Manifest7
-rw-r--r--app-text/manedit/manedit-0.5.8.ebuild5
3 files changed, 14 insertions, 3 deletions
diff --git a/app-text/manedit/ChangeLog b/app-text/manedit/ChangeLog
index 6b4c4172fe31..ae65595f2584 100644
--- a/app-text/manedit/ChangeLog
+++ b/app-text/manedit/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for app-text/manedit
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/manedit/ChangeLog,v 1.8 2003/03/15 03:06:37 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/manedit/ChangeLog,v 1.9 2003/04/13 20:19:33 liquidx Exp $
*manedit-0.5.8 (27 Jan 2003)
+ 13 Apr 2003; Alastair Tse <liquidx@gentoo.org> manedit-0.5.8.ebuild:
+ change icon installation to /usr/share/pixmaps
+
15 Mar 2003; Alastair Tse <liquidx@gentoo.org> manedit-0.5.8.ebuild:
Marking as stable for x86. 0.5.6 breaks with newer gcc.
diff --git a/app-text/manedit/Manifest b/app-text/manedit/Manifest
new file mode 100644
index 000000000000..e3d057efaed6
--- /dev/null
+++ b/app-text/manedit/Manifest
@@ -0,0 +1,7 @@
+MD5 be5ccab716be361523fe50bfea0f59df ChangeLog 1206
+MD5 55cfddb4549b74b92c46900de285ca2d manedit-0.5.6.ebuild 1075
+MD5 3dfb45d2eef148f1f7951dc28ee88cc5 manedit-0.5.8.ebuild 1390
+MD5 39dc37cd98628d897db5b9f82cde36e9 manedit-0.5.6-r1.ebuild 1023
+MD5 2515dfc0c13155835f4752f6c14a33c6 files/digest-manedit-0.5.6 66
+MD5 2515dfc0c13155835f4752f6c14a33c6 files/digest-manedit-0.5.6-r1 66
+MD5 1390d92484758cbae2d6fd4745f62718 files/digest-manedit-0.5.8 66
diff --git a/app-text/manedit/manedit-0.5.8.ebuild b/app-text/manedit/manedit-0.5.8.ebuild
index 5188a5ff6d8a..ccebdeb0956b 100644
--- a/app-text/manedit/manedit-0.5.8.ebuild
+++ b/app-text/manedit/manedit-0.5.8.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-text/manedit/manedit-0.5.8.ebuild,v 1.3 2003/03/15 03:06:37 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/manedit/manedit-0.5.8.ebuild,v 1.4 2003/04/13 20:19:33 liquidx Exp $
DESCRIPTION="Man page editor using XML tags"
SRC_URI="ftp://wolfpack.twu.net/users/wolfpack/${P}.tar.bz2"
@@ -42,7 +42,8 @@ src_install() {
make \
PREFIX=${D}/usr \
MAN_DIR=${D}/usr/share/man/man1 \
+ ICONS_DIR=${D}/usr/share/pixmaps \
install || die "make install failed."
-
+
dodoc AUTHORS LICENSE README
}