diff options
author | Karel Kočí <cynerd@email.cz> | 2020-02-12 23:47:31 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-02-12 23:47:31 +0100 |
commit | ecfae390d090e2ab85f0e6951640a985ce83758f (patch) | |
tree | 71a1634978e7c8ee78cb9e2db7847b19b115989e /net-libs/libwpe | |
parent | 2fdb77228dbb6614fb5721afc829833ba5f56437 (diff) | |
download | gentoo-personal-overlay-ecfae390d090e2ab85f0e6951640a985ce83758f.tar.gz gentoo-personal-overlay-ecfae390d090e2ab85f0e6951640a985ce83758f.tar.bz2 gentoo-personal-overlay-ecfae390d090e2ab85f0e6951640a985ce83758f.zip |
Remove webkit as this version is now in upstream
Diffstat (limited to 'net-libs/libwpe')
-rw-r--r-- | net-libs/libwpe/Manifest | 1 | ||||
-rw-r--r-- | net-libs/libwpe/libwpe-1.4.0.1.ebuild | 17 |
2 files changed, 0 insertions, 18 deletions
diff --git a/net-libs/libwpe/Manifest b/net-libs/libwpe/Manifest deleted file mode 100644 index f27fd2b..0000000 --- a/net-libs/libwpe/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libwpe-1.4.0.1.tar.xz 49636 BLAKE2B 6fc9d6865873c7c16be3c959316539ecd4f08ae91dac003a46ca91e34503810cab089c9b609318b32919c02e111e209b68874aba0b6730e71b2e51fb75498656 SHA512 cbbe6b8e9bbb864d7f96bbdb56db262bbd341c86bc7bedfcc51be8077c0ea58a4e88c61b7b7bec937d5476e6cb81c093229bf80e3ee99452829287bd26175670 diff --git a/net-libs/libwpe/libwpe-1.4.0.1.ebuild b/net-libs/libwpe/libwpe-1.4.0.1.ebuild deleted file mode 100644 index b8f264c..0000000 --- a/net-libs/libwpe/libwpe-1.4.0.1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake-utils - -DESCRIPTION="General-purpose library for WPE WebKit" -HOMEPAGE="https://www.wpewebkit.org" -SRC_URI="https://www.wpewebkit.org/releases/${P}.tar.xz" - -LICENSE="LGPL-2+ BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="x11-libs/libxkbcommon" -DEPEND="${RDEPEND}" |