summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/shed/ChangeLog8
-rw-r--r--app-editors/shed/files/digest-shed-1.122
-rw-r--r--app-editors/shed/shed-1.11.ebuild6
-rw-r--r--app-editors/shed/shed-1.12.ebuild4
4 files changed, 13 insertions, 7 deletions
diff --git a/app-editors/shed/ChangeLog b/app-editors/shed/ChangeLog
index efed40926798..ca0433ecbc8c 100644
--- a/app-editors/shed/ChangeLog
+++ b/app-editors/shed/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/shed
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/shed/ChangeLog,v 1.14 2006/06/15 02:14:35 deltacow Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/shed/ChangeLog,v 1.15 2006/07/12 11:54:59 hattya Exp $
+
+ 12 Jul 2006; Akinori Hattori <hattya@gentoo.org> shed-1.11.ebuild,
+ shed-1.12.ebuild:
+ use emake for install.
15 Jun 2006; Scott Stoddard <deltacow@gentoo.org> shed-1.12.ebuild:
Stable on amd64. (re. bug 136755)
diff --git a/app-editors/shed/files/digest-shed-1.12 b/app-editors/shed/files/digest-shed-1.12
index cdace632a073..3bb1e068fce2 100644
--- a/app-editors/shed/files/digest-shed-1.12
+++ b/app-editors/shed/files/digest-shed-1.12
@@ -1 +1,3 @@
MD5 ae5db3cbebbb3fd10c6cc13bed9266cc shed-1.12.tar.gz 57934
+RMD160 f43c7db2f626969ac4db0aaeb86b5f7ca0205eaf shed-1.12.tar.gz 57934
+SHA256 9645c991a2c155e8365d86b927807602156ba502bd0d65c050f60343aa5aa730 shed-1.12.tar.gz 57934
diff --git a/app-editors/shed/shed-1.11.ebuild b/app-editors/shed/shed-1.11.ebuild
index f69703bc5f4c..7149cdf96ee6 100644
--- a/app-editors/shed/shed-1.11.ebuild
+++ b/app-editors/shed/shed-1.11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/shed/shed-1.11.ebuild,v 1.9 2006/05/12 01:44:47 tcort Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/shed/shed-1.11.ebuild,v 1.10 2006/07/12 11:54:59 hattya Exp $
IUSE=""
@@ -23,7 +23,7 @@ src_compile() {
src_install() {
- make DESTDIR=${D} install || die
- dodoc [A-Z][A-Z]* ChangeLog
+ emake DESTDIR="${D}" install || die
+ dodoc AUTHORS BUGS ChangeLog README TODO
}
diff --git a/app-editors/shed/shed-1.12.ebuild b/app-editors/shed/shed-1.12.ebuild
index 9ace24fe9a49..c98b8a21e207 100644
--- a/app-editors/shed/shed-1.12.ebuild
+++ b/app-editors/shed/shed-1.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/shed/shed-1.12.ebuild,v 1.4 2006/06/15 02:14:35 deltacow Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/shed/shed-1.12.ebuild,v 1.5 2006/07/12 11:54:59 hattya Exp $
IUSE=""
@@ -23,7 +23,7 @@ src_compile() {
src_install() {
- make DESTDIR=${D} install || die
+ emake DESTDIR="${D}" install || die
dodoc AUTHORS BUGS ChangeLog README TODO
}