summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'skel.ebuild')
-rw-r--r--skel.ebuild13
1 files changed, 6 insertions, 7 deletions
diff --git a/skel.ebuild b/skel.ebuild
index 9c9e6b366eb9..6e855e8fa6cc 100644
--- a/skel.ebuild
+++ b/skel.ebuild
@@ -32,6 +32,12 @@ HOMEPAGE="https://foo.example.org/"
# Portage.
SRC_URI="ftp://foo.example.org/${P}.tar.gz"
+# Source directory; the dir where the sources can be found (automatically
+# 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}"
+
# License of the package. This must match the name of file(s) in the
# licenses/ directory. For complex license combination see the developer
@@ -99,13 +105,6 @@ IUSE="gnome X"
#BDEPEND="virtual/pkgconfig"
-# Source directory; the dir where the sources can be found (automatically
-# 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}"
-
-
# The following src_configure function is implemented as default by portage, so
# you only need to call it if you need a different behaviour.
#src_configure() {