diff options
author | Christian Birchinger <joker@gentoo.org> | 2010-01-14 07:33:26 +0000 |
---|---|---|
committer | Christian Birchinger <joker@gentoo.org> | 2010-01-14 07:33:26 +0000 |
commit | 8ae10ccb326b5c77e10441be4517aa0949c6b935 (patch) | |
tree | 47b7bc9ceff8013eb15c7506de5e524375d7a2a3 /x11-misc/xdotool | |
parent | Added RESTRICT=test and a reason for it. (diff) | |
download | historical-8ae10ccb326b5c77e10441be4517aa0949c6b935.tar.gz historical-8ae10ccb326b5c77e10441be4517aa0949c6b935.tar.bz2 historical-8ae10ccb326b5c77e10441be4517aa0949c6b935.zip |
Fixed the comment
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/xdotool')
-rw-r--r-- | x11-misc/xdotool/Manifest | 2 | ||||
-rw-r--r-- | x11-misc/xdotool/xdotool-20091231.02.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-misc/xdotool/Manifest b/x11-misc/xdotool/Manifest index 5ec278ca8f19..2bd9cb8ddd09 100644 --- a/x11-misc/xdotool/Manifest +++ b/x11-misc/xdotool/Manifest @@ -5,6 +5,6 @@ DIST xdotool-20090815.tar.gz 22479 RMD160 3d8c6e8a51e0666331055cf96450acde796939 DIST xdotool-20091231.02.tar.gz 24244 RMD160 27d64dd6d2eedb13d987656169bc0fcbcf9b62d5 SHA1 bcb858a70760518ea87b5fea6bd9970b7afe30dd SHA256 a52a874874a48d2b5c1db8bd0889769df5f0590fc00ddde17c2ce104e8a53430 EBUILD xdotool-20090609.ebuild 1122 RMD160 910b3b6f92ee96483e9c1e7bbeb5ff9e8d5b8b62 SHA1 3af63384dd00a8646275f456c9e59e1ac0d734f1 SHA256 50538746ca4fa5b882e2d1d8b152b9f9b8260b5a0e40d08105a1724ff606e5cb EBUILD xdotool-20090815.ebuild 1125 RMD160 e9f3e76a155eedb98081d8bf60a556fd5a7e9f3c SHA1 97861241ea64187fab657f615aa65157985bc57c SHA256 7fecbf4db61bd10e31bdf573e84c776f9debee9c85967ba7aacb74188ff33124 -EBUILD xdotool-20091231.02.ebuild 1370 RMD160 101b5f83524544b41d57f34d177739de3b4e2ded SHA1 d17666b9fdff95a39e019b3299e2506a31be6168 SHA256 e36bddc0a5e387e529e1b1c55263ae0948382a8950bf6f6005eaeb3efc17c75f +EBUILD xdotool-20091231.02.ebuild 1369 RMD160 425beb6f28e0c1ae85cf49b7aba5a0eceff3c173 SHA1 ba4e2ca8150070fb34a59843ab20ec2e37683716 SHA256 c40a1dfcc975462aeb6f74d835478f0e89b36d9783d7b6e05a6b89327fe17a12 MISC ChangeLog 1396 RMD160 cc0ee63329dbd38fcb84991f87c3ffb71939ca4b SHA1 22c69eaefe573f5e9cde11e714b30870d05928e2 SHA256 5e342ec3b8703e3c0b4d9077913db19e1025baf5a8e8a3fd93351761ceec98e0 MISC metadata.xml 481 RMD160 64e577586b777ec3cd0968be05354b2d6edf1790 SHA1 042b6b55dba90dff77d3fa9201d4d62abbb1e251 SHA256 5bfee97d019d9c664ec75a56401eb36710303bb81d82401b01e16a6c2997fbf4 diff --git a/x11-misc/xdotool/xdotool-20091231.02.ebuild b/x11-misc/xdotool/xdotool-20091231.02.ebuild index 61044cc45aaa..22cd77cbfdd0 100644 --- a/x11-misc/xdotool/xdotool-20091231.02.ebuild +++ b/x11-misc/xdotool/xdotool-20091231.02.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/xdotool-20091231.02.ebuild,v 1.2 2010/01/14 07:30:32 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/xdotool-20091231.02.ebuild,v 1.3 2010/01/14 07:33:26 joker Exp $ EAPI=2 @@ -22,8 +22,8 @@ RDEPEND="${DEPEND}" # The test want to manualy start Xvfb an wont use VirtualX and # it tries to run a full gnome-session. For such a tiny application -# i consider it overkill to rewrite the test scripts to use it's own -# X server and add a full blown gnome just to run the tests. +# i consider it overkill to rewrite the test scripts to not use it's +# own X server and add a full blown gnome just to run the tests. RESTRICT="test" src_prepare() { |