diff options
author | Raúl Porcel <armin76@gentoo.org> | 2012-02-05 17:51:26 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2012-02-05 17:51:26 +0000 |
commit | dbf7beaae6c0590472d5269fd6f5409e6f8efc19 (patch) | |
tree | e8bb8676f87d5fde39623b5ac1f8b4ae198e8c0a /net-irc/unrealircd | |
parent | arm stable, bug #399909 (diff) | |
download | gentoo-2-dbf7beaae6c0590472d5269fd6f5409e6f8efc19.tar.gz gentoo-2-dbf7beaae6c0590472d5269fd6f5409e6f8efc19.tar.bz2 gentoo-2-dbf7beaae6c0590472d5269fd6f5409e6f8efc19.zip |
Drop sparc keywords
(Portage version: 2.1.10.44/cvs/Linux ia64)
Diffstat (limited to 'net-irc/unrealircd')
-rw-r--r-- | net-irc/unrealircd/ChangeLog | 7 | ||||
-rw-r--r-- | net-irc/unrealircd/unrealircd-3.2.8.1-r1.ebuild | 6 | ||||
-rw-r--r-- | net-irc/unrealircd/unrealircd-3.2.8.1-r2.ebuild | 6 | ||||
-rw-r--r-- | net-irc/unrealircd/unrealircd-3.2.9.ebuild | 4 | ||||
-rw-r--r-- | net-irc/unrealircd/unrealircd-3.2.9_rc2.ebuild | 6 |
5 files changed, 17 insertions, 12 deletions
diff --git a/net-irc/unrealircd/ChangeLog b/net-irc/unrealircd/ChangeLog index 2d9430865dc1..d1a4b5e8f46c 100644 --- a/net-irc/unrealircd/ChangeLog +++ b/net-irc/unrealircd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-irc/unrealircd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.93 2012/01/04 20:21:53 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.94 2012/02/05 17:51:26 armin76 Exp $ + + 05 Feb 2012; Raúl Porcel <armin76@gentoo.org> unrealircd-3.2.8.1-r1.ebuild, + unrealircd-3.2.8.1-r2.ebuild, unrealircd-3.2.9_rc2.ebuild, + unrealircd-3.2.9.ebuild: + Drop sparc keywords 04 Jan 2012; Brent Baude <ranger@gentoo.org> unrealircd-3.2.9.ebuild: Marking unrealircd-3.2.9 ppc for bug 395579 diff --git a/net-irc/unrealircd/unrealircd-3.2.8.1-r1.ebuild b/net-irc/unrealircd/unrealircd-3.2.8.1-r1.ebuild index 7104936e6a6a..70ac4333b832 100644 --- a/net-irc/unrealircd/unrealircd-3.2.8.1-r1.ebuild +++ b/net-irc/unrealircd/unrealircd-3.2.8.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.8.1-r1.ebuild,v 1.8 2011/06/21 11:34:42 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.8.1-r1.ebuild,v 1.9 2012/02/05 17:51:26 armin76 Exp $ EAPI="2" @@ -15,7 +15,7 @@ SRC_URI="mirror://gentoo/${MY_P}-notrojan.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd" +KEYWORDS="amd64 ppc x86 ~x86-fbsd" IUSE="curl +hub ipv6 +operoverride +spoof operoverride-verify +prefixaq showlistmodes shunnotices ssl topicisnuhost +usermod zlib" diff --git a/net-irc/unrealircd/unrealircd-3.2.8.1-r2.ebuild b/net-irc/unrealircd/unrealircd-3.2.8.1-r2.ebuild index ab17a71c636c..35a6975081a7 100644 --- a/net-irc/unrealircd/unrealircd-3.2.8.1-r2.ebuild +++ b/net-irc/unrealircd/unrealircd-3.2.8.1-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.8.1-r2.ebuild,v 1.2 2011/06/26 04:07:48 binki Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.8.1-r2.ebuild,v 1.3 2012/02/05 17:51:26 armin76 Exp $ EAPI=3 @@ -15,7 +15,7 @@ SRC_URI="mirror://gentoo/${MY_P}-notrojan.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~amd64-linux" IUSE="curl +hub ipv6 +operoverride +spoof operoverride-verify +prefixaq showlistmodes shunnotices ssl topicisnuhost +usermod zlib" diff --git a/net-irc/unrealircd/unrealircd-3.2.9.ebuild b/net-irc/unrealircd/unrealircd-3.2.9.ebuild index 0312865b1d6a..2095860ea0fa 100644 --- a/net-irc/unrealircd/unrealircd-3.2.9.ebuild +++ b/net-irc/unrealircd/unrealircd-3.2.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.9.ebuild,v 1.5 2012/01/04 20:21:53 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.9.ebuild,v 1.6 2012/02/05 17:51:26 armin76 Exp $ EAPI=4 @@ -14,7 +14,7 @@ SRC_URI="http://www.unrealircd.com/downloads/${MY_P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="amd64 ppc ~sparc x86 ~x86-fbsd ~amd64-linux" +KEYWORDS="amd64 ppc x86 ~x86-fbsd ~amd64-linux" IUSE="curl ipv6 +extban-stacking +operoverride +spoof operoverride-verify +prefixaq showlistmodes shunnotices ssl topicisnuhost +usermod zlib" diff --git a/net-irc/unrealircd/unrealircd-3.2.9_rc2.ebuild b/net-irc/unrealircd/unrealircd-3.2.9_rc2.ebuild index 461dcb5a43c8..a404562f0f42 100644 --- a/net-irc/unrealircd/unrealircd-3.2.9_rc2.ebuild +++ b/net-irc/unrealircd/unrealircd-3.2.9_rc2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.9_rc2.ebuild,v 1.2 2011/11/09 18:13:51 binki Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.9_rc2.ebuild,v 1.3 2012/02/05 17:51:26 armin76 Exp $ EAPI=4 @@ -14,7 +14,7 @@ SRC_URI="http://www.unrealircd.com/downloads/${MY_P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~amd64-linux" IUSE="curl ipv6 +extban-stacking +operoverride +spoof operoverride-verify +prefixaq showlistmodes shunnotices ssl topicisnuhost +usermod zlib" |