diff options
author | Sven Wegener <swegener@gentoo.org> | 2004-08-13 12:23:24 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2004-08-13 12:23:24 +0000 |
commit | 2e6ec286c5b17f1d70e7a1186ab9eca3930d4c6c (patch) | |
tree | 5ff8800189049973bf631a7c64763c119984ebe3 | |
parent | Minor fix for the b0rked permissions on configure... only if userpriv is on... (diff) | |
download | historical-2e6ec286c5b17f1d70e7a1186ab9eca3930d4c6c.tar.gz historical-2e6ec286c5b17f1d70e7a1186ab9eca3930d4c6c.tar.bz2 historical-2e6ec286c5b17f1d70e7a1186ab9eca3930d4c6c.zip |
Removed RESTRICT="nomirror"
-rw-r--r-- | net-irc/xchatosd/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/xchatosd/Manifest | 10 | ||||
-rw-r--r-- | net-irc/xchatosd/xchatosd-5.12.ebuild | 3 |
3 files changed, 10 insertions, 8 deletions
diff --git a/net-irc/xchatosd/ChangeLog b/net-irc/xchatosd/ChangeLog index 5a65916e17fa..d98dca871d4b 100644 --- a/net-irc/xchatosd/ChangeLog +++ b/net-irc/xchatosd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/xchatosd # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchatosd/ChangeLog,v 1.1 2004/08/13 12:11:07 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchatosd/ChangeLog,v 1.2 2004/08/13 12:23:24 swegener Exp $ + + 13 Aug 2004; Sven Wegener <swegener@gentoo.org> xchatosd-5.12.ebuild: + Removed RESTRICT="nomirror" *xchatosd-5.12 (13 Aug 2004) diff --git a/net-irc/xchatosd/Manifest b/net-irc/xchatosd/Manifest index 535dde1dcd3e..ec35b827c857 100644 --- a/net-irc/xchatosd/Manifest +++ b/net-irc/xchatosd/Manifest @@ -1,14 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 0771eb04f1f1bd936e78d8748f75489b xchatosd-5.12.ebuild 1029 +MD5 0e5da4177250905faca95ca233c038de xchatosd-5.12.ebuild 1009 MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160 -MD5 5d3760cd8bfeacbc0c452b6656d05186 ChangeLog 368 +MD5 4ba866363b8e27f902023d7cf3afada1 ChangeLog 471 MD5 81c1e430042db312cd8ebfcde85c3a25 files/digest-xchatosd-5.12 63 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) -iD8DBQFBHLArI1lqEGTUzyQRAkWZAJ4pJW06V8GM76u5c0JiV/wcX83ELgCgv9ot -Vy9EZX3kxTAT8fHMDklUOzw= -=c3ux +iD8DBQFBHLMNI1lqEGTUzyQRAkyEAJ4m0Mq9AvMslTIoCHN0EI+HKScqUgCgj0C0 +mrcxWanUZoBq9MgH9zEGYNI= +=Udg6 -----END PGP SIGNATURE----- diff --git a/net-irc/xchatosd/xchatosd-5.12.ebuild b/net-irc/xchatosd/xchatosd-5.12.ebuild index e508a3505577..be386f5200f5 100644 --- a/net-irc/xchatosd/xchatosd-5.12.ebuild +++ b/net-irc/xchatosd/xchatosd-5.12.ebuild @@ -1,11 +1,10 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchatosd/xchatosd-5.12.ebuild,v 1.1 2004/08/13 12:11:07 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchatosd/xchatosd-5.12.ebuild,v 1.2 2004/08/13 12:23:24 swegener Exp $ DESCRIPTION="On-Screen Display for XChat" HOMEPAGE="http://sourceforge.net/projects/xchatosd/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" |