diff options
Diffstat (limited to 'sys-apps/bar')
-rw-r--r-- | sys-apps/bar/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/bar/bar-1.10.9.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/bar/bar-1.11.0.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/bar/bar-1.11.1.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/sys-apps/bar/ChangeLog b/sys-apps/bar/ChangeLog index c907f9a2e6f3..22265c46fd9a 100644 --- a/sys-apps/bar/ChangeLog +++ b/sys-apps/bar/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/bar # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/bar/ChangeLog,v 1.29 2011/08/06 12:30:13 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/bar/ChangeLog,v 1.30 2011/08/07 17:35:31 armin76 Exp $ + + 07 Aug 2011; Raúl Porcel <armin76@gentoo.org> bar-1.10.9.ebuild, + bar-1.11.0.ebuild, bar-1.11.1.ebuild: + Drop sparc keyword 06 Aug 2011; Markus Meier <maekke@gentoo.org> bar-1.11.1.ebuild: x86 stable, bug #375927 diff --git a/sys-apps/bar/bar-1.10.9.ebuild b/sys-apps/bar/bar-1.10.9.ebuild index 62cd5b96946b..4bd347bf569a 100644 --- a/sys-apps/bar/bar-1.10.9.ebuild +++ b/sys-apps/bar/bar-1.10.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/bar/bar-1.10.9.ebuild,v 1.5 2011/01/06 21:28:57 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/bar/bar-1.10.9.ebuild,v 1.6 2011/08/07 17:35:31 armin76 Exp $ inherit autotools @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/clpbar/${PN}_${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 sparc x86" +KEYWORDS="amd64 x86" IUSE="doc" DEPEND="doc? ( >=app-doc/doxygen-1.3.5 )" diff --git a/sys-apps/bar/bar-1.11.0.ebuild b/sys-apps/bar/bar-1.11.0.ebuild index c446745ab031..9c110974e82f 100644 --- a/sys-apps/bar/bar-1.11.0.ebuild +++ b/sys-apps/bar/bar-1.11.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/bar/bar-1.11.0.ebuild,v 1.3 2011/01/07 20:13:27 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/bar/bar-1.11.0.ebuild,v 1.4 2011/08/07 17:35:31 armin76 Exp $ inherit autotools @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/clpbar/${PN}_${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" +KEYWORDS="~amd64 ~x86" IUSE="doc" DEPEND="doc? ( >=app-doc/doxygen-1.3.5 )" diff --git a/sys-apps/bar/bar-1.11.1.ebuild b/sys-apps/bar/bar-1.11.1.ebuild index 85c0f3d6a345..4bd4f4565b6a 100644 --- a/sys-apps/bar/bar-1.11.1.ebuild +++ b/sys-apps/bar/bar-1.11.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/bar/bar-1.11.1.ebuild,v 1.3 2011/08/06 12:30:13 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/bar/bar-1.11.1.ebuild,v 1.4 2011/08/07 17:35:31 armin76 Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/clpbar/${PN}_${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~sparc x86" +KEYWORDS="amd64 x86" IUSE="doc" DEPEND="doc? ( >=app-doc/doxygen-1.3.5 )" |