diff options
author | Mats Lidell <matsl@gentoo.org> | 2021-10-02 23:12:50 +0200 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2021-10-02 23:13:11 +0200 |
commit | 06ff6ed1fd03fe3a718f6797de46f841d9e62e53 (patch) | |
tree | d27b60ff0dc33b8ae9b546457d96ae438f6ad22a /app-xemacs/vc | |
parent | dev-ml/opam-format: drop useless patch (diff) | |
download | gentoo-06ff6ed1fd03fe3a718f6797de46f841d9e62e53.tar.gz gentoo-06ff6ed1fd03fe3a718f6797de46f841d9e62e53.tar.bz2 gentoo-06ff6ed1fd03fe3a718f6797de46f841d9e62e53.zip |
app-xemacs/vc: drop 1.41, 1.48
Signed-off-by: Mats Lidell <matsl@gentoo.org>
Diffstat (limited to 'app-xemacs/vc')
-rw-r--r-- | app-xemacs/vc/Manifest | 2 | ||||
-rw-r--r-- | app-xemacs/vc/vc-1.41.ebuild | 17 | ||||
-rw-r--r-- | app-xemacs/vc/vc-1.48.ebuild | 24 |
3 files changed, 0 insertions, 43 deletions
diff --git a/app-xemacs/vc/Manifest b/app-xemacs/vc/Manifest index c68b51866762..8cc302b6dd65 100644 --- a/app-xemacs/vc/Manifest +++ b/app-xemacs/vc/Manifest @@ -1,3 +1 @@ -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 diff --git a/app-xemacs/vc/vc-1.41.ebuild b/app-xemacs/vc/vc-1.41.ebuild deleted file mode 100644 index f98892bae9ce..000000000000 --- a/app-xemacs/vc/vc-1.41.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# 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 -" -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86" - -inherit xemacs-packages diff --git a/app-xemacs/vc/vc-1.48.ebuild b/app-xemacs/vc/vc-1.48.ebuild deleted file mode 100644 index d8b44de2b514..000000000000 --- a/app-xemacs/vc/vc-1.48.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# 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 |