Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nest
Gentoo
Haskell
Commits
488f65d5
Commit
488f65d5
authored
Feb 21, 2015
by
Sergei Trofimovich
Browse files
README.rst: added section on how to run own local overlay
Signed-off-by:
Sergei Trofimovich
<
siarheit@google.com
>
parent
f5ee993d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
README.rst
README.rst
+27
-0
No files found.
README.rst
View file @
488f65d5
...
@@ -43,3 +43,30 @@ Have a nice haskell-related ebuild to share with community?
...
@@ -43,3 +43,30 @@ Have a nice haskell-related ebuild to share with community?
Look at our `Developer's README`_!
Look at our `Developer's README`_!
.. _Developer's README: http://github.com/gentoo-haskell/gentoo-haskell/blob/master/projects/doc/README.rst
.. _Developer's README: http://github.com/gentoo-haskell/gentoo-haskell/blob/master/projects/doc/README.rst
Loner's corner
==============
Alternatively if you really don't want to share any ebuilds (want to keep
outdated package versions, highly experimental things, publically unavailable
stuff, other reasons) that's also fine.
You can keep such ebuilds in your local overlay.
Here is a complete example of creating minimal overlay with a
single haskell ebuild from hackage::
# create overlay and populate it (gentoo-generic):
$ mkdir my-ovl
$ cd my-ovl
$ mkdir metadata
$ echo 'masters = gentoo' > metadata/layout.conf
$ echo 'PORTDIR_OVERLAY="'$(pwd) '${PORTDIR_OVERLAY}"' >> /etc/portage/make.conf
# haskell-specific stuff
$ hackport -p . update
# DONE!
# adding an example ebuild
$ hackport merge hichi
$ emerge -av1 hichi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment