summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <jcallen@gentoo.org>2013-01-07 02:03:25 +0000
committerJonathan Callen <jcallen@gentoo.org>2013-01-07 02:03:25 +0000
commitc9e84adb4fd7a90edc972d10d33408754433ccc4 (patch)
tree8e5425e02343422c3504493822044ebe2e4868c0 /skel.ebuild
parentinterrevbump for critical fix regarding GCC's libs not being copied, breaking... (diff)
downloadprefix-c9e84adb4fd7a90edc972d10d33408754433ccc4.tar.gz
prefix-c9e84adb4fd7a90edc972d10d33408754433ccc4.tar.bz2
prefix-c9e84adb4fd7a90edc972d10d33408754433ccc4.zip
Update header.txt, skel.*
Diffstat (limited to 'skel.ebuild')
-rw-r--r--skel.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/skel.ebuild b/skel.ebuild
index 2be7715854..93f5e16264 100644
--- a/skel.ebuild
+++ b/skel.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -16,7 +16,7 @@
# 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
+EAPI=5
# inherit lists eclasses to inherit functions from. Almost all ebuilds should
# inherit eutils, as a large amount of important functionality has been
@@ -30,7 +30,7 @@ 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"
@@ -81,8 +81,7 @@ KEYWORDS="~x86"
# Comprehensive list of any and all USE flags leveraged in the ebuild,
# with the exception of any ARCH specific flags, i.e. "ppc", "sparc",
-# "x86" and "alpha". This is a required variable. If the ebuild doesn't
-# use any USE flags, set to "".
+# "x86" and "alpha". Not needed if the ebuild doesn't use any USE flags.
IUSE="gnome X"
# A space delimited list of portage features to restrict. man 5 ebuild
@@ -107,7 +106,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