diff options
author | Joonas Niilola <juippis@gentoo.org> | 2019-09-15 09:02:01 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2019-09-15 09:02:01 +0300 |
commit | 4b6bfdfce42dfaa19476c392e018035c43c62937 (patch) | |
tree | 85a2c8b37658ce710ac1cfa64827bc231b0c4419 /sys-process | |
parent | dev-ruby/webmock: cleanup (diff) | |
download | gentoo-4b6bfdfce42dfaa19476c392e018035c43c62937.tar.gz gentoo-4b6bfdfce42dfaa19476c392e018035c43c62937.tar.bz2 gentoo-4b6bfdfce42dfaa19476c392e018035c43c62937.zip |
sys-process/evisum: clean old
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/evisum/Manifest | 2 | ||||
-rw-r--r-- | sys-process/evisum/evisum-0.2.3.ebuild | 32 | ||||
-rw-r--r-- | sys-process/evisum/evisum-0.2.4.ebuild | 32 |
3 files changed, 0 insertions, 66 deletions
diff --git a/sys-process/evisum/Manifest b/sys-process/evisum/Manifest index 2c40763fd613..3e891cfee010 100644 --- a/sys-process/evisum/Manifest +++ b/sys-process/evisum/Manifest @@ -1,3 +1 @@ -DIST evisum-0.2.3.tar.xz 85000 BLAKE2B 3f3a43ff569d05550d092930f1cf61eb4deef2a449bd1b407b0f460c15887b76fc430ecbbe8357e6a06d6c34cdce68321d38922635ec4b9caccad084d9c619d6 SHA512 0043432f2b434c2bbdbe03b96d29a3f9515d063bdf5ae61ef5273aad1ec6dbc532860af4a22bebf275f171585e793e3851eec9c98a7eaa4645e32d3a79eafdc1 -DIST evisum-0.2.4.tar.xz 84604 BLAKE2B 36219949fdc63ee08be2577591ebb8c746abdf583ae7d9683be0809bd452f0ec8026e65221f8094b18340d54440f303b6ac21d4ff99cf7919a20046ef3ffa1b2 SHA512 31360e8965e9078e8d66ddbffd7f71fec75e327ac1a1a00b9e6337cfc5e80028beaa141f6feb64221098c4a202a410497ad96280e2510d91e84e44038662d540 DIST evisum-0.2.6.tar.xz 85532 BLAKE2B d673ab15e589ffcb79e1425f948ec1be760d199f0837ca54fc9eec8524c597d5c7f914126fbd581610a97a3a9078cea695691b371fe0272e3dffbfd337d29ae9 SHA512 175a28f96a9a001acfc241b04adf93244f4bbe5bdebe2d8dd86660e6c1749c31fa676f77b016c264565cafe29ebbbcc5b6db6062fc53f657700e2b0d0a866d10 diff --git a/sys-process/evisum/evisum-0.2.3.ebuild b/sys-process/evisum/evisum-0.2.3.ebuild deleted file mode 100644 index 9ea74684dde2..000000000000 --- a/sys-process/evisum/evisum-0.2.3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit xdg-utils - -DESCRIPTION="System and process monitor written with EFL" -HOMEPAGE="https://www.enlightenment.org/" -SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="dev-libs/efl" -RDEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )" - -PATCHES=( "${FILESDIR}/${PN}-0.2.2-respect-cflags-ldflags.patch" ) - -src_install() { - emake PREFIX="${D}"/usr install - einstalldocs -} - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -} diff --git a/sys-process/evisum/evisum-0.2.4.ebuild b/sys-process/evisum/evisum-0.2.4.ebuild deleted file mode 100644 index 9ea74684dde2..000000000000 --- a/sys-process/evisum/evisum-0.2.4.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit xdg-utils - -DESCRIPTION="System and process monitor written with EFL" -HOMEPAGE="https://www.enlightenment.org/" -SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="dev-libs/efl" -RDEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )" - -PATCHES=( "${FILESDIR}/${PN}-0.2.2-respect-cflags-ldflags.patch" ) - -src_install() { - emake PREFIX="${D}"/usr install - einstalldocs -} - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -} |