aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-09-21 09:57:38 +0200
committerJustin Lecher <jlec@gentoo.org>2012-09-21 09:57:38 +0200
commitebe1a258c8bb44819435bc2b664db316525ae93d (patch)
tree08900ec8e4745c529bd0ba217abbca714f9de48b
parentsci-chemistry/specView: New addition (diff)
downloadsci-ebe1a258c8bb44819435bc2b664db316525ae93d.tar.gz
sci-ebe1a258c8bb44819435bc2b664db316525ae93d.tar.bz2
sci-ebe1a258c8bb44819435bc2b664db316525ae93d.zip
import latest skel data from tree
-rw-r--r--skel.ChangeLog2
-rw-r--r--skel.ebuild12
-rw-r--r--skel.metadata.xml28
3 files changed, 21 insertions, 21 deletions
diff --git a/skel.ChangeLog b/skel.ChangeLog
index 6eff27d09..e41b5576e 100644
--- a/skel.ChangeLog
+++ b/skel.ChangeLog
@@ -1,5 +1,5 @@
# ChangeLog for <CATEGORY>/<PACKAGE_NAME>
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
*<PACKAGE_NAME>-<PACKAGE_VERSION>-<PACKAGE_RELEASE> (DD MMM YYYY)
diff --git a/skel.ebuild b/skel.ebuild
index 7c3273ced..59562205d 100644
--- a/skel.ebuild
+++ b/skel.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -13,7 +13,7 @@
# The EAPI variable tells the ebuild format in use.
# Defaults to 0 if not specified.
-# It is suggested that you the latest EAPI approved by the Council.
+# It is suggested that you use the latest EAPI approved by the Council.
# The PMS contains specifications for all EAPIs. Eclasses will test for this
# variable if they need to use EAPI > 0 features.
EAPI=4
@@ -30,17 +30,17 @@ inherit eutils
# epatch "${FILESDIR}"/patch-name-here
#
# eclasses tend to list descriptions of how to use their functions properly.
-# take a look at /usr/portage/eclasses/ for more examples.
+# take a look at /usr/portage/eclass/ for more examples.
# Short one-line description of this package.
DESCRIPTION="This is a sample skeleton ebuild file"
# Homepage, not used by Portage directly but handy for developer reference
-HOMEPAGE="http://foo.bar.com/"
+HOMEPAGE="http://foo.example.org/"
# Point to any required sources; these will be automatically downloaded by
# Portage.
-SRC_URI="ftp://foo.bar.com/${P}.tar.gz"
+SRC_URI="ftp://foo.example.org/${P}.tar.gz"
# License of the package. This must match the name of file(s) in
@@ -107,7 +107,7 @@ RDEPEND="${DEPEND}"
# unpacked) inside ${WORKDIR}. The default value for S is ${WORKDIR}/${P}
# If you don't need to change it, leave the S= line out of the ebuild
# to keep it tidy.
-#S="${WORKDIR}/${P}"
+#S=${WORKDIR}/${P}
# The following src_configure function is implemented as default by portage, so
diff --git a/skel.metadata.xml b/skel.metadata.xml
index d31449d1d..4dcddcb75 100644
--- a/skel.metadata.xml
+++ b/skel.metadata.xml
@@ -1,34 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<!--
+<!--
+$Header: /var/cvsroot/gentoo-x86/skel.metadata.xml,v 1.21 2012/02/07 00:03:15 idl0r Exp $
+
This is the example metadata file.
-The root element of this file is <pkgmetadata>. Within this element a
-number of subelements are allowed: herd, maintainer, and
+The root element of this file is <pkgmetadata>. Within this element a
+number of subelements are allowed: herd, maintainer, and
longdescription. herd is a required subelement.
For a full description look at:
http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=4
-Before committing, please remove the comments from this file. They are
+Before committing, please remove the comments from this file. They are
not relevant for general metadata.xml files.
-->
<pkgmetadata>
-<herd>sci</herd>
+ <herd>sci</herd>
<maintainer>
- <email>@gentoo.org</email>
+ <email>@gentoo.org</email>
<!-- <description>Description of the maintainership</description> -->
</maintainer>
-<longdescription>
- Long description of the package
-</longdescription>
+<!-- <longdescription>Long description of the package</longdescription> -->
<!--
<use>
- <flag name='flag'>Description of how USE='flag' affects this package</flag>
- <flag name='userland_GNU'>Description of how USERLAND='GNU' affects this
- package</flag>
- <flag name='aspell'>Uses <pkg>app-text/aspell</pkg> for spell checking.
- Requires an installed dictionary from <cat>app-dicts</cat></flag>
+ <flag name="flag">Description of how USE='flag' affects this package</flag>
+ <flag name="userland_GNU">Description of how USERLAND='GNU' affects this
+ package</flag>
+ <flag name="aspell">Uses <pkg>app-text/aspell</pkg> for spell checking.
+ Requires an installed dictionary from <cat>app-dicts</cat></flag>
</use>
-->
</pkgmetadata>