blob: f4127b523c3fa0812e900b4d3fd0aa4f03c1e317 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-xemacs/guided-tour/guided-tour-0.52.ebuild,v 1.1 2009/07/26 07:05:37 graaff Exp $
SLOT="0"
IUSE=""
DESCRIPTION="Phil Sung's Guided Tour of Emacs."
PKG_CAT="standard"
KEYWORDS="~amd64"
inherit xemacs-packages
|