| 1 | # Copyright 1999-2008 Gentoo Foundation |
1 | # Copyright 1999-2008 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/app-emacs/bm/bm-1.32.ebuild,v 1.2 2008/01/02 11:36:40 ulm Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/app-emacs/bm/bm-1.32.ebuild,v 1.3 2008/03/22 10:30:19 opfer Exp $ |
| 4 | |
4 | |
| 5 | inherit elisp |
5 | inherit elisp |
| 6 | |
6 | |
| 7 | DESCRIPTION="Visible bookmarks in buffer" |
7 | DESCRIPTION="Visible bookmarks in buffer" |
| 8 | HOMEPAGE="http://www.nongnu.org/bm/" |
8 | HOMEPAGE="http://www.nongnu.org/bm/" |
| 9 | # taken from http://download.savannah.gnu.org/releases/bm/${P}.el |
9 | # taken from http://download.savannah.gnu.org/releases/bm/${P}.el |
| 10 | SRC_URI="mirror://gentoo/${P}.el.bz2" |
10 | SRC_URI="mirror://gentoo/${P}.el.bz2" |
| 11 | |
11 | |
| 12 | LICENSE="GPL-2" |
12 | LICENSE="GPL-2" |
| 13 | SLOT="0" |
13 | SLOT="0" |
| 14 | KEYWORDS="~amd64 ~x86" |
14 | KEYWORDS="amd64 x86" |
| 15 | IUSE="" |
15 | IUSE="" |
| 16 | |
16 | |
| 17 | SIMPLE_ELISP=t |
17 | SIMPLE_ELISP=t |
| 18 | SITEFILE=50${PN}-gentoo.el |
18 | SITEFILE=50${PN}-gentoo.el |