summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2005-03-24 18:29:25 +0000
committerDaniel Black <dragonheart@gentoo.org>2005-03-24 18:29:25 +0000
commit1d4e7505719a48f10c244f2f19c68c50641c9288 (patch)
treec5e17b097f6080c837e8b839478c1bb9db7b1c57 /dev-util/monotone
parentcleanups; version bump (diff)
downloadhistorical-1d4e7505719a48f10c244f2f19c68c50641c9288.tar.gz
historical-1d4e7505719a48f10c244f2f19c68c50641c9288.tar.bz2
historical-1d4e7505719a48f10c244f2f19c68c50641c9288.zip
selftest now fixed
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-util/monotone')
-rw-r--r--dev-util/monotone/ChangeLog5
-rw-r--r--dev-util/monotone/Manifest10
-rw-r--r--dev-util/monotone/monotone-0.17.ebuild5
3 files changed, 11 insertions, 9 deletions
diff --git a/dev-util/monotone/ChangeLog b/dev-util/monotone/ChangeLog
index 5e6300ee238c..2eeeb1254b3f 100644
--- a/dev-util/monotone/ChangeLog
+++ b/dev-util/monotone/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/monotone
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/ChangeLog,v 1.5 2005/03/24 08:18:37 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/ChangeLog,v 1.6 2005/03/24 18:29:25 dragonheart Exp $
+
+ 25 Mar 2005; Daniel Black <dragonheart@gentoo.org> monotone-0.17.ebuild:
+ Selftest now fixed
*monotone-0.17 (24 Mar 2005)
diff --git a/dev-util/monotone/Manifest b/dev-util/monotone/Manifest
index f8b890d19841..74620420c234 100644
--- a/dev-util/monotone/Manifest
+++ b/dev-util/monotone/Manifest
@@ -1,16 +1,16 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 abe5c794e1b5bdcd6e75362d44fbd26c monotone-0.17.ebuild 1760
+MD5 2c7a2e5bbd7c5c645622fa96d57fd99c monotone-0.17.ebuild 1752
MD5 6d796b061ed1c1337ef157a5f74dab35 metadata.xml 403
-MD5 d1dcfbbfced80ad7cd8a3dd48233ae5c ChangeLog 1352
+MD5 65ffd87a9454187f03ae2bb700d957d7 ChangeLog 1449
MD5 dde934a3d504967d4678c4302ddd971e monotone-0.16.ebuild 1233
MD5 f7dab86750bae0e4ff09e2139b790084 files/digest-monotone-0.16 66
MD5 c8834d71dc37833961a7eb7b4a455e84 files/digest-monotone-0.17 66
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
-iD8DBQFCQnf8mdTrptrqvGERApGhAJ4tNF0ZHTwAmk72PmoUGpGDhIMTMACdFx6w
-cHKQF4enBnm+cBSoMDBySFQ=
-=moYl
+iD8DBQFCQwdtmdTrptrqvGERAoRqAJ9BVTBOSGYVkh4FxaduxnLPpG3UOgCfTywp
+FI9uJUBdYCW3dGuzFyyLM64=
+=QViY
-----END PGP SIGNATURE-----
diff --git a/dev-util/monotone/monotone-0.17.ebuild b/dev-util/monotone/monotone-0.17.ebuild
index b4ed71562cdd..2281508e3e5c 100644
--- a/dev-util/monotone/monotone-0.17.ebuild
+++ b/dev-util/monotone/monotone-0.17.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/dev-util/monotone/monotone-0.17.ebuild,v 1.1 2005/03/24 08:18:37 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/monotone-0.17.ebuild,v 1.2 2005/03/24 18:29:25 dragonheart Exp $
inherit eutils flag-o-matic
@@ -37,8 +37,7 @@ src_compile() {
}
src_test() {
- make check
- einfo "test may fail on test 62"
+ make check || die "self test failed"
}
src_install() {