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
57f5df9
commit 8bb57cb
Showing
2 changed files
with
26 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 vm-7.22-pkg.tar.gz 822094 BLAKE2B a080c273964839d72fe81ca54839dd5c135137b4b10ffe854a04b23d7c3ef3e6b6633403f6c57f43c589c975bb86f2a173c531fdcb86506975874a82b6390cb1 SHA512 5b84f336c5de35ebc5551cdab152fdf64e3da1c3e468487011233c80e8fcb160d3b9f1629659b596132b57d64958e80fe40a7f04ea27caf14a8223fe0b63a228 | ||
DIST vm-8.08-pkg.tar.gz 825312 BLAKE2B ab6d84dfc6b830c51007dacab55b1932626c1cb2dba9e6a84422e8eaa8327c9f4a2ca9e9ccb499c7d95449f0ab5195a294a2b67111a64aa9b41a12c0a7d0b72f SHA512 443f2634eca98a31f504828723c6aed18e8958211179f4e96206bc1b16973fe924cbf60f3fb0c45a46a3e5618890d600af888cb85aaee22fe91d496e4d61624a | ||
DIST vm-8.11-pkg.tar.gz 956105 BLAKE2B 9ad1ade5dd6542217bc9a31eb737166836e0e8325ecf44b43e6c2f86aa95db60ed15a5688cd3a5f0c010b65726547542c63c4a498dcc65f49e1f56d901de98c0 SHA512 cf687bc55723d8e57374264346399db552d4da73f24dc5a1a227f726b5f7c27a38a8ce1344fd97b22ae37729aacb3fcc18e22df14863004fd0472eadb3efa1fa |
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,25 @@ | ||
# Copyright 1999-2018 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
SLOT="0" | ||
DESCRIPTION="An Emacs mailer" | ||
XEMACS_PKG_CAT="standard" | ||
|
||
RDEPEND="app-xemacs/xemacs-base | ||
app-xemacs/mail-lib | ||
app-xemacs/gnus | ||
app-xemacs/pgg | ||
app-xemacs/ecrypto | ||
app-xemacs/xemacs-eterm | ||
app-xemacs/sh-script | ||
app-xemacs/net-utils | ||
app-xemacs/ps-print | ||
app-xemacs/os-utils | ||
app-xemacs/bbdb | ||
app-xemacs/fsf-compat | ||
" | ||
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" | ||
|
||
inherit xemacs-packages |