forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-tex/rubber: bump to 1.4 and update homepage.
Bug #427208. Ebuild by Vincent-Xavier JUMEL and further cleanups by myself. Package-Manager: portage-2.2.26 Signed-off-by: Alexis Ballier <[email protected]>
- Loading branch information
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST rubber-1.4.tar.gz 109357 SHA256 824af6142a0e52804de2f80d571c0aade1d0297a7d359a5f1874acbb53c0f0b4 SHA512 8b4a9f689702505e19543e5295375c14ae93fb9d6b89d1234fda093d4161551bd58c2485b53678f141d52a140002df08856cfa059f6287721402b74b0ef666f7 WHIRLPOOL f25e4b2741b4ef10118b521bf69e20774d8dd78197cb0fb4787e736749ab9e31ae16d8ca9b5d0160ce80d5fb68c67bc88989e243b36ee896ad68fe453c477b52 | ||
DIST rubber-20090819.tar.gz 87066 SHA256 f271971a282a9aeed179dd510410be8ac4e3f324312d1367fdca0018a14d89c7 SHA512 7ce37f37406c88172195e738f860fe32b81a9e88026526aa5f2f765eed94205507972ccff11fbe9248c5b93d7f37a3e532089806983711e5dfa72cf5a97a6115 WHIRLPOOL 38a27d408607480b0ae73c3da690f39b49781ef1c71cc666c9c4d532b637136aa357876da5216f0632a580526c2212e3da43bb22cec9c6745d5a53f7d811bb88 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Copyright 1999-2015 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI="5" | ||
PYTHON_COMPAT=( python2_7 ) | ||
|
||
inherit distutils-r1 versionator | ||
|
||
DESCRIPTION="A LaTeX wrapper for automatically building documents" | ||
HOMEPAGE="https://launchpad.net/rubber/" | ||
SRC_URI="https://launchpad.net/rubber/trunk/${PV}/+download/${P}.tar.gz" | ||
|
||
LICENSE="GPL-2" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~ppc ~x86" | ||
IUSE="" | ||
|
||
RDEPEND="virtual/latex-base" | ||
DEPEND="${RDEPEND} | ||
virtual/texi2dvi" | ||
|
||
python_install() { | ||
distutils-r1_python_install --mandir=/usr/share/man \ | ||
--infodir=/usr/share/info | ||
} |