diff options
author | Mats Lidell <matsl@gentoo.org> | 2021-10-02 23:19:59 +0200 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2021-10-02 23:19:59 +0200 |
commit | 1438ef9a77878d18e044002f9949b336a3412c72 (patch) | |
tree | a05952757ac77f05045595ded1a75fa906b9f72f /app-xemacs/speedbar | |
parent | app-xemacs/tm: drop 1.38, 1.39 (diff) | |
download | gentoo-1438ef9a77878d18e044002f9949b336a3412c72.tar.gz gentoo-1438ef9a77878d18e044002f9949b336a3412c72.tar.bz2 gentoo-1438ef9a77878d18e044002f9949b336a3412c72.zip |
app-xemacs/speedbar: drop 1.28, 1.29
Signed-off-by: Mats Lidell <matsl@gentoo.org>
Diffstat (limited to 'app-xemacs/speedbar')
-rw-r--r-- | app-xemacs/speedbar/Manifest | 2 | ||||
-rw-r--r-- | app-xemacs/speedbar/speedbar-1.28.ebuild | 15 | ||||
-rw-r--r-- | app-xemacs/speedbar/speedbar-1.29.ebuild | 16 |
3 files changed, 0 insertions, 33 deletions
diff --git a/app-xemacs/speedbar/Manifest b/app-xemacs/speedbar/Manifest index 5adfbeee3457..e5999e557b75 100644 --- a/app-xemacs/speedbar/Manifest +++ b/app-xemacs/speedbar/Manifest @@ -1,3 +1 @@ -DIST speedbar-1.28-pkg.tar.gz 163269 BLAKE2B d16219dbae65136d17f402d594a0aa102e489b6e9bbae33323d6e898359d7342d45c98ed84366fabff3fffbd1a83dd5a7d75b7423d95d440b07364a22b071e5c SHA512 4852f81f17953436009c99bff537740ae921e1cb262a903dee3590b1f69906e614a7307d38dda45bec663dfe64ff1935152b84c74bd6500389f0054b3907df58 -DIST speedbar-1.29-pkg.tar.gz 153300 BLAKE2B 33b1674d9ad53b31f5fb8fc558f1f47b8422c8f067365fe7b484ea620b23a119f99a85127631e584d01f9083d7c49f115698e6e7859646a080a5cd7791ac33fc SHA512 c4550221f45a4ff29a54008ca50d3fc9c2d8ca20736240ef2fcc437b0a1cbd1551d75248ec5eb661c4943a462588035a131857450e15b5f92b1dfdba283b6547 DIST speedbar-1.32-pkg.tar.gz 153333 BLAKE2B eec9effa69362256aea02781ec8d8e842f562b53810d368d3f45948d383dcc0760ebe236d3ad71863b96eb84064d58fdbc6aecc08e3f046d475a7e7ebdb5c5ac SHA512 75bb0c779ce01986dc87feacc669445fcbbada9b9af1785f8fd49eed4f1f0e5795bd0ad3053cc7a2b4897f2d7109f11f4f56bc5b007298350fe88fad17e38ee3 diff --git a/app-xemacs/speedbar/speedbar-1.28.ebuild b/app-xemacs/speedbar/speedbar-1.28.ebuild deleted file mode 100644 index 340eef60797b..000000000000 --- a/app-xemacs/speedbar/speedbar-1.28.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -SLOT="0" -DESCRIPTION="Provides a separate frame with convenient references" -XEMACS_PKG_CAT="standard" - -RDEPEND="app-xemacs/xemacs-base -app-xemacs/edebug -" -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86" - -inherit xemacs-packages diff --git a/app-xemacs/speedbar/speedbar-1.29.ebuild b/app-xemacs/speedbar/speedbar-1.29.ebuild deleted file mode 100644 index 04b2ffa477df..000000000000 --- a/app-xemacs/speedbar/speedbar-1.29.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -SLOT="0" -DESCRIPTION="Provides a separate frame with convenient references" -XEMACS_PKG_CAT="standard" - -RDEPEND="app-xemacs/xemacs-base -app-xemacs/edebug -app-xemacs/cedet-common -" -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86" - -inherit xemacs-packages |