diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-20 11:27:03 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-20 12:23:52 +0200 |
commit | f70bb384619eb0f821be070139d06c70cd61d70a (patch) | |
tree | 3ecf249b2354e7e38e9c929065870fdb4b4c0e4d /xfce-base/garcon | |
parent | xfce-base/exo: Drop old (diff) | |
download | gentoo-f70bb384619eb0f821be070139d06c70cd61d70a.tar.gz gentoo-f70bb384619eb0f821be070139d06c70cd61d70a.tar.bz2 gentoo-f70bb384619eb0f821be070139d06c70cd61d70a.zip |
xfce-base/garcon: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-base/garcon')
-rw-r--r-- | xfce-base/garcon/Manifest | 2 | ||||
-rw-r--r-- | xfce-base/garcon/garcon-0.6.2-r1.ebuild | 42 | ||||
-rw-r--r-- | xfce-base/garcon/garcon-0.6.3.ebuild | 42 |
3 files changed, 0 insertions, 86 deletions
diff --git a/xfce-base/garcon/Manifest b/xfce-base/garcon/Manifest index 634d41bfd7ec..9cc47b2f05dc 100644 --- a/xfce-base/garcon/Manifest +++ b/xfce-base/garcon/Manifest @@ -1,3 +1 @@ -DIST garcon-0.6.2.tar.bz2 539745 BLAKE2B 1bcbb136cd525f1280f6539ea447b4b84f935297f6bd4391407e31925cf873fdd0cfbeb70dba5ce882e4620f1ce7b89d51c9c26232db88b1202f5a0fca3f6175 SHA512 7a96c33b47302fa989862098bc5b8ed64515a60e19a4b8dbb049398cf847d64584f93f85b1f6e1327653b22f0b44a805b737258bbc9ac69197639ef7f13f20b1 -DIST garcon-0.6.3.tar.bz2 538164 BLAKE2B 98c86491ba833fad261d1a759a33af7fbd69768e0b4a34f5712f2e0a5c8ea7734bdd984df925a50f1948e83e6f09a113e7acdadf428aca9d0aa8d0a764dc50de SHA512 1adc4373728ed19641441e0f38778d7401c78e7db52c76a258c378287c5a324e87e2aa11bca134813de4b1eaa807c62ccdf73a4c5e4d83d6acab27aafa61b5b0 DIST garcon-0.6.4.tar.bz2 519744 BLAKE2B 3d5e90d8a1159aac4eb2f2455978bbe1de99b523b5383037c021f3490800349bff1d6f5333853b08db34c9d18f3c5fc787f51927d94cfd2cd747e839b1529e38 SHA512 96a99eb163909ba411ca5928c3fc0a569a6d833fba92edcfa845eb90b56abb02e1428a2cbf61fc1c564f1659d51b24ce174e3864fcc987a37158703df0ac2510 diff --git a/xfce-base/garcon/garcon-0.6.2-r1.ebuild b/xfce-base/garcon/garcon-0.6.2-r1.ebuild deleted file mode 100644 index 8865cc2564f4..000000000000 --- a/xfce-base/garcon/garcon-0.6.2-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Xfce's freedesktop.org specification compatible menu implementation library" -HOMEPAGE="https://docs.xfce.org/xfce/exo/start" -SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="LGPL-2+ FDL-1.1+" -SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="+gtk2" - -RDEPEND=">=dev-libs/glib-2.30:= - >=x11-libs/gtk+-3.20:3= - >=xfce-base/libxfce4ui-4.12:=[gtk2(+)?,gtk3(+)] - >=xfce-base/libxfce4util-4.12:= - gtk2? ( >=x11-libs/gtk+-2.24:2= )" -DEPEND="${RDEPEND} - dev-util/glib-utils - dev-util/gtk-doc-am - dev-util/intltool - sys-devel/gettext - virtual/pkgconfig" - -DOCS=( AUTHORS ChangeLog HACKING NEWS README STATUS TODO ) - -src_configure() { - local myconf=( - $(use_enable gtk2) - $(use_enable gtk2 libxfce4ui) - ) - - econf "${myconf[@]}" -} - -src_install() { - default - - find "${D}" -name '*.la' -delete || die -} diff --git a/xfce-base/garcon/garcon-0.6.3.ebuild b/xfce-base/garcon/garcon-0.6.3.ebuild deleted file mode 100644 index fb9fff4154ac..000000000000 --- a/xfce-base/garcon/garcon-0.6.3.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Xfce's freedesktop.org specification compatible menu implementation library" -HOMEPAGE="https://docs.xfce.org/xfce/exo/start" -SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="LGPL-2+ FDL-1.1+" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="+gtk2" - -RDEPEND=">=dev-libs/glib-2.30:= - >=x11-libs/gtk+-3.20:3= - >=xfce-base/libxfce4ui-4.12:=[gtk2(+)?,gtk3(+)] - >=xfce-base/libxfce4util-4.12:= - gtk2? ( >=x11-libs/gtk+-2.24:2= )" -DEPEND="${RDEPEND} - dev-util/glib-utils - dev-util/gtk-doc-am - dev-util/intltool - sys-devel/gettext - virtual/pkgconfig" - -DOCS=( AUTHORS ChangeLog HACKING NEWS README STATUS TODO ) - -src_configure() { - local myconf=( - $(use_enable gtk2) - $(use_enable gtk2 libxfce4ui) - ) - - econf "${myconf[@]}" -} - -src_install() { - default - - find "${D}" -name '*.la' -delete || die -} |