diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-07-10 23:00:10 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-07-10 23:00:10 +0000 |
commit | a8f3f4873c9f4a258e5121c4af26359864f8d6f7 (patch) | |
tree | 3c1d9761f81e443e38d95f9218d07c16cc69a9b0 /net-mail | |
parent | manifest recommit (diff) | |
download | sunrise-reviewed-a8f3f4873c9f4a258e5121c4af26359864f8d6f7.tar.gz sunrise-reviewed-a8f3f4873c9f4a258e5121c4af26359864f8d6f7.tar.bz2 sunrise-reviewed-a8f3f4873c9f4a258e5121c4af26359864f8d6f7.zip |
net-mail/gmail-notify: leading whitespace
svn path=/sunrise/; revision=584
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/gmail-notify/Manifest | 8 | ||||
-rw-r--r-- | net-mail/gmail-notify/gmail-notify-1.6.1.ebuild | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/net-mail/gmail-notify/Manifest b/net-mail/gmail-notify/Manifest index a8266fc11..58eb9fec2 100644 --- a/net-mail/gmail-notify/Manifest +++ b/net-mail/gmail-notify/Manifest @@ -1,8 +1,8 @@ DIST gmail-notify-1.6.1.tar.gz 26348 RMD160 2589814c80d808449310315c7cb9c4c7fe01e05e SHA1 8f5c075607b3e5c4f71a7ecc8c717d8736f37462 SHA256 e97c69a60443bf24c1bc404e85f4fe2bb525e91e80e7d6b5d710b00dcc51507d -EBUILD gmail-notify-1.6.1.ebuild 1425 RMD160 97aca95ed9742a52ea8c94b61de2be2030b1e3b7 SHA1 c9c4c0ccc8281ce391e02a21e1f84ac1490fa94f SHA256 b660c30df886db0d35160e2b02b3ba7ffbb96809f7ed9e7c83046162f6f66367 -MD5 4786184ecc9a63273e088f2c800b1071 gmail-notify-1.6.1.ebuild 1425 -RMD160 97aca95ed9742a52ea8c94b61de2be2030b1e3b7 gmail-notify-1.6.1.ebuild 1425 -SHA256 b660c30df886db0d35160e2b02b3ba7ffbb96809f7ed9e7c83046162f6f66367 gmail-notify-1.6.1.ebuild 1425 +EBUILD gmail-notify-1.6.1.ebuild 1401 RMD160 cdf919924a81466359ed12d8f2d83c51e6041346 SHA1 f6de7971542809714689ceaca4edf5b7bee46a2d SHA256 ba1904dcf08b1547d65bd8f9981917ebff9c65e7dfb3f5033f8b355590bdee16 +MD5 04634485808b6647427f1f732ec7ee61 gmail-notify-1.6.1.ebuild 1401 +RMD160 cdf919924a81466359ed12d8f2d83c51e6041346 gmail-notify-1.6.1.ebuild 1401 +SHA256 ba1904dcf08b1547d65bd8f9981917ebff9c65e7dfb3f5033f8b355590bdee16 gmail-notify-1.6.1.ebuild 1401 MISC ChangeLog 220 RMD160 b0ddeef5cf867be2517f59e5dac1452e66fcc18d SHA1 a3c25d069dbcb24e1c6f734cdbbf1b75c862ae86 SHA256 b08a0e435ae73750d0b6da6fe7e908e5b224dcb13825fd6e549531b1d1a19a16 MD5 b829fb4afd5841e699c36495e155353a ChangeLog 220 RMD160 b0ddeef5cf867be2517f59e5dac1452e66fcc18d ChangeLog 220 diff --git a/net-mail/gmail-notify/gmail-notify-1.6.1.ebuild b/net-mail/gmail-notify/gmail-notify-1.6.1.ebuild index 8b77a0fb4..0413598a3 100644 --- a/net-mail/gmail-notify/gmail-notify-1.6.1.ebuild +++ b/net-mail/gmail-notify/gmail-notify-1.6.1.ebuild @@ -14,10 +14,10 @@ KEYWORDS="~x86" IUSE="" RDEPEND="virtual/python - >=dev-python/pygtk-2.0* - >=x11-libs/gtk+-2.4*" + >=dev-python/pygtk-2.0* + >=x11-libs/gtk+-2.4*" DEPEND="${RDEPEND} - app-arch/bzip2" + app-arch/bzip2" S=${WORKDIR}/${PN} @@ -28,7 +28,7 @@ src_install() { #Install docs dodoc README rm -f README - + #Install all python files into site-packages insinto ${INST_DIR} doins -r * |