~fauli/g-ctan/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Copyright 2008-2011
# Distributed under the terms of the GNU General Public License v3.
# This file is part of the g-CTAN package.

# Author:
# Christian Faulhammer <fauli@gentoo.org>

# The value of the variables is the default setting in the script.
# Redefine if you need something different.

# All generated ebuilds are added to a local overlay, which needs to
# be set in the PORTDIR_OVERLAY variable in order to be found by
# Portage.  The directory G_OVERLAY_DIR must exist will be the
# repository's root.  All generated ebuilds will be sorted into the
# category g-ctan.  
# NOTE: This must be identical to a value found in PORTDIR_OVERLAY
# from make.conf
#
# G_OVERLAY_DIR="/var/lib/g-ctan"

# Define your favourite package manager here, although g-ctan has not
# been tested with anything else than Portage, so maybe some changes
# are needed to make it run smooth, especially when you need to
# register the g-ctan category.
#
# PM=/usr/bin/emerge

# Set your wanted options for the package manager.
#
# PMOPTS="--ask --verbose"

# The local TEXMF tree in which the ebuild should install the files,
# which needs to be set as a local TEXMF tree in your TeXLive
# configuration.
#
# TEXMF="/usr/share/texmf-site/"

# Set seconds to wait before overwriting an existing ebuild.
#
# WAIT_TIME=10