diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2012-08-03 15:59:49 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2012-08-03 15:59:49 +0000 |
commit | 9d667c6899434a1e0d564aa77f2c170b62ba2715 (patch) | |
tree | 361f5019c6030fc3450466ba8a801ae9409dbd06 /net-analyzer/thrulay | |
parent | Stable for amd64, wrt bug #429236 (diff) | |
download | gentoo-2-9d667c6899434a1e0d564aa77f2c170b62ba2715.tar.gz gentoo-2-9d667c6899434a1e0d564aa77f2c170b62ba2715.tar.bz2 gentoo-2-9d667c6899434a1e0d564aa77f2c170b62ba2715.zip |
Stable on amd64 wrt bug #419239
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/thrulay')
-rw-r--r-- | net-analyzer/thrulay/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/thrulay/thrulay-0.9-r1.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net-analyzer/thrulay/ChangeLog b/net-analyzer/thrulay/ChangeLog index 2a8a822c19f0..8b27dae710e5 100644 --- a/net-analyzer/thrulay/ChangeLog +++ b/net-analyzer/thrulay/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/thrulay # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/thrulay/ChangeLog,v 1.11 2012/04/24 20:51:01 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/thrulay/ChangeLog,v 1.12 2012/08/03 15:59:49 hwoarang Exp $ + + 03 Aug 2012; Markos Chandras <hwoarang@gentoo.org> thrulay-0.9-r1.ebuild: + Stable on amd64 wrt bug #419239 *thrulay-0.9-r1 (24 Apr 2012) @@ -46,4 +49,3 @@ 04 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> +files/thrulayd-conf.d, +files/thrulayd-init.d, +metadata.xml, +thrulay-0.6.ebuild: Initial commit. Ebuild by Robin Johnson <robbat2@gentoo.org>. - diff --git a/net-analyzer/thrulay/thrulay-0.9-r1.ebuild b/net-analyzer/thrulay/thrulay-0.9-r1.ebuild index 8527f3d07aa4..5dd885f45057 100644 --- a/net-analyzer/thrulay/thrulay-0.9-r1.ebuild +++ b/net-analyzer/thrulay/thrulay-0.9-r1.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-analyzer/thrulay/thrulay-0.9-r1.ebuild,v 1.1 2012/04/24 20:51:01 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/thrulay/thrulay-0.9-r1.ebuild,v 1.2 2012/08/03 15:59:49 hwoarang Exp $ EAPI=4 inherit toolchain-funcs autotools @@ -11,7 +11,7 @@ SRC_URI="http://www.internet2.edu/~shalunov/thrulay/${P}.tar.gz mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="" DEPEND="" |