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.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
- Loading branch information
Mats Lidell
committed
Aug 11, 2018
1 parent
ee80438
commit 9e922e2
Showing
2 changed files
with
25 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,2 +1,3 @@ | ||
DIST vc-1.41-pkg.tar.gz 94597 BLAKE2B f709067926105d1b6047ba2e0116145fb34ba6fc1c94c5f9c4f3405304ba78348dfbdb75955f0a8971e886592318179b8e8cd17808d6b17621f05ca688857ea6 SHA512 fb4061a2740afed7978e42cd9ba9862d6bb067a0600a8635530c5aea1c5f4069b8825b9d1a0aeccbfd338cd4d1239b3611a823cd4646899690f99a1b6c12bde8 | ||
DIST vc-1.48-pkg.tar.gz 231122 BLAKE2B 8dd697dc7fb1d973ab1fc8f0e6a25458221fa581d1fba129e55309b0bf3c263e2802d654ea741849b1f45454817496da94b78de00ecdc22695a7e8e23edd61e1 SHA512 d043c6cac917ed80388ccb619f99c902baf50f5014af40dfd086d98fa0650e491a2b6746ef5463832d77158a75a14d2c39067a6165e55b33566c29ef4902d669 | ||
DIST vc-1.50-pkg.tar.gz 231057 BLAKE2B 0bba6cedd270a8200eba2c09b97f0d98aa46c747a65f4cfe08f7242e95bdce74d933b39d4b9e6e109b2536ad4c3a49e00e9afc185e0afd51ab2a910137ab240b SHA512 a0da1bd44e6309079ad4c699206f4f9cd9ee050724902af8695d62610dd1a2c59e0d48964ad318e3dc68be865ecd5480138aa305c0673df68c5d2c61a3b80afe |
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,24 @@ | ||
# Copyright 1999-2018 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
SLOT="0" | ||
DESCRIPTION="Version Control for Free systems" | ||
XEMACS_PKG_CAT="standard" | ||
|
||
RDEPEND="app-xemacs/dired | ||
app-xemacs/xemacs-base | ||
app-xemacs/mail-lib | ||
app-xemacs/ediff | ||
app-xemacs/sh-script | ||
app-xemacs/pcl-cvs | ||
app-xemacs/tramp | ||
app-xemacs/prog-modes | ||
app-xemacs/elib | ||
app-xemacs/edebug | ||
app-xemacs/gnus | ||
" | ||
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" | ||
|
||
inherit xemacs-packages |