diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-03-08 21:32:45 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-03-09 21:50:37 +0100 |
commit | 472d3b36258258b9a5ac869885858add3891a9c6 (patch) | |
tree | 5e2925af49aa57839d62e7c5f0249f79bc85af04 /x11-misc/xpad | |
parent | x11-misc/xpad: Bump to 4.8.0 (diff) | |
download | gentoo-472d3b36258258b9a5ac869885858add3891a9c6.tar.gz gentoo-472d3b36258258b9a5ac869885858add3891a9c6.tar.bz2 gentoo-472d3b36258258b9a5ac869885858add3891a9c6.zip |
x11-misc/xpad: Remove old
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4166
Diffstat (limited to 'x11-misc/xpad')
-rw-r--r-- | x11-misc/xpad/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/xpad/xpad-4.5.0.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/x11-misc/xpad/Manifest b/x11-misc/xpad/Manifest index 29337d03ebd9..5f3b5e6006b3 100644 --- a/x11-misc/xpad/Manifest +++ b/x11-misc/xpad/Manifest @@ -1,3 +1,2 @@ DIST xpad-4.2.tar.bz2 244275 SHA256 d51b0e5f813a790ca55c3a0390650cbe1c567407e0f224b8b23c6f49403ea813 SHA512 4d619c9198198f4380d37b29243b76069c0e036fd30d7c6e2aa9105e8b7b1e0520c0c35fbf71f6cbd58be4a8799ddb04602694971cb46f70789b732eaa4d59b7 WHIRLPOOL 69166df7b1dd9be00115a13e2b9dcdb17a2bc7926e285cf2a9aee1ade9e1bb0d3fd19fc98e4c131510aa4f66332394676fb083019e3c02a8a399b76919e499d5 -DIST xpad-4.5.0.tar.bz2 1907957 SHA256 f870cefc92593febf266bb0f90ceb0feeb4af7eb1033625fca50933701a7b9e8 SHA512 b12f35dc2f7b05a233d293cd837f0cd549c00e1ae6f7b4b9eeb48347b4605dc66d9c261fd3475f25189bef1d46917c8281ec088e2d441a182a9a8c356d75ac87 WHIRLPOOL 1c2bf4041560c66c118fb1dbd5077b8d70ba628ad3e149915b25709d6325c10f3820fab46fe1a6c18d7b74e3a706aece80f1242be5c54a19167a7de74d365cde DIST xpad-4.8.0.tar.bz2 247547 SHA256 42b8e377a6ada7259200ec854916122b42d70006901bbc957642b9ed7d09c99d SHA512 286afe23ace31e983c7db44231600dfb5c9ef2faa82b5560df3e1ab0b64deba2bee52cf805b728b12705b899ac3f3bc9715bc77d0d7e01dd692b9802edd358fe WHIRLPOOL 796f0c7b27ed2c4b928d6c5b1460500991242c26199fde67b66b9ddb7f1093afd1a641b79db4414b63420d1889749aedb68cc6fe1503e10d96b98fb60fb2cf52 diff --git a/x11-misc/xpad/xpad-4.5.0.ebuild b/x11-misc/xpad/xpad-4.5.0.ebuild deleted file mode 100644 index c8c9148e12de..000000000000 --- a/x11-misc/xpad/xpad-4.5.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit versionator - -XPAD_MAJOR_MINOR=$(get_version_component_range 1-2) - -DESCRIPTION="a sticky note application for jotting down things to remember" -HOMEPAGE="http://mterry.name/xpad" -SRC_URI="https://launchpad.net/${PN}/trunk/${XPAD_MAJOR_MINOR}/+download/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-fbsd" - -RDEPEND=" - >=dev-libs/glib-2.40:2 - app-accessibility/at-spi2-atk - dev-libs/atk - sys-devel/gettext - x11-libs/gdk-pixbuf - x11-libs/gtk+:3 - x11-libs/gtksourceview:3.0 - x11-libs/libICE - x11-libs/libSM - x11-libs/pango -" -DEPEND=" - ${RDEPEND} - >=dev-util/intltool-0.31 - sys-devel/gettext - virtual/pkgconfig -" - -DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO ) |