summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandro Bonazzola <sanchan@gentoo.org>2006-11-14 21:19:06 +0000
committerSandro Bonazzola <sanchan@gentoo.org>2006-11-14 21:19:06 +0000
commit9a3773dbceb4f6cfc8c51726431ba9ae80793976 (patch)
treea8ed73f60586f0cb5fea6a3488169041fc249cfe /dev-tinyos
parentremove me from metadata since i belong to media-optical (diff)
downloadgentoo-2-9a3773dbceb4f6cfc8c51726431ba9ae80793976.tar.gz
gentoo-2-9a3773dbceb4f6cfc8c51726431ba9ae80793976.tar.bz2
gentoo-2-9a3773dbceb4f6cfc8c51726431ba9ae80793976.zip
Keywording ~amd64.
(Portage version: 2.1.2_rc1-r6)
Diffstat (limited to 'dev-tinyos')
-rw-r--r--dev-tinyos/tos/ChangeLog6
-rw-r--r--dev-tinyos/tos/metadata.xml12
-rw-r--r--dev-tinyos/tos/tos-1.1.15-r1.ebuild4
3 files changed, 13 insertions, 9 deletions
diff --git a/dev-tinyos/tos/ChangeLog b/dev-tinyos/tos/ChangeLog
index 7182aaff2572..6f7e385ee1aa 100644
--- a/dev-tinyos/tos/ChangeLog
+++ b/dev-tinyos/tos/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-tinyos/tos
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tinyos/tos/ChangeLog,v 1.3 2006/08/09 19:42:12 sanchan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tinyos/tos/ChangeLog,v 1.4 2006/11/14 21:19:06 sanchan Exp $
+
+ 14 Nov 2006; Sandro Bonazzola <sanchan@gentoo.org> metadata.xml,
+ tos-1.1.15-r1.ebuild:
+ Keywording ~amd64.
09 Aug 2006; Sandro Bonazzola <sanchan@gentoo.org> -tos-1.1.15.ebuild,
tos-1.1.15-r1.ebuild:
diff --git a/dev-tinyos/tos/metadata.xml b/dev-tinyos/tos/metadata.xml
index f5aad5e920cd..82ff0b735225 100644
--- a/dev-tinyos/tos/metadata.xml
+++ b/dev-tinyos/tos/metadata.xml
@@ -3,11 +3,11 @@
<pkgmetadata>
<herd>dev-embedded</herd>
<maintainer>
- <email>sanchan@gentoo.org</email>
+ <email>sanchan@gentoo.org</email>
</maintainer>
- <longdescription>
- TinyOS is a small operating system written in NesC language for embedded system like wireless sensor.
- This package provides the sources of the tos directory of the TinyOS distribution, which contains the core
- system, and the doc directory with the TinyOS documentation.
- </longdescription>
+<longdescription>
+ TinyOS is a small operating system written in NesC language for embedded system like wireless sensor.
+ This package provides the sources of the tos directory of the TinyOS distribution, which contains the core
+ system, and the doc directory with the TinyOS documentation.
+</longdescription>
</pkgmetadata>
diff --git a/dev-tinyos/tos/tos-1.1.15-r1.ebuild b/dev-tinyos/tos/tos-1.1.15-r1.ebuild
index c6a29f826444..41c4ff70d12a 100644
--- a/dev-tinyos/tos/tos-1.1.15-r1.ebuild
+++ b/dev-tinyos/tos/tos-1.1.15-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tinyos/tos/tos-1.1.15-r1.ebuild,v 1.2 2006/08/09 19:42:12 sanchan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tinyos/tos/tos-1.1.15-r1.ebuild,v 1.3 2006/11/14 21:19:06 sanchan Exp $
inherit eutils
CVS_MONTH="Dec"
@@ -13,7 +13,7 @@ HOMEPAGE="http://www.tinyos.net/"
SRC_URI="http://www.tinyos.net/dist-1.1.0/tinyos/source/${MY_P}.tar.gz"
LICENSE="Intel"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~x86 ~amd64"
IUSE="doc"
DEPEND="doc? ( sys-devel/m4
>=virtual/tetex-3.0_p1-r2