diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-09-02 14:09:07 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-09-02 14:09:07 +0100 |
commit | b17a3ef12038de50228bade1f05502c74e135321 (patch) | |
tree | 9026dffec53f92cba48ca9a500a4f778e6304380 /mate-base/mate | |
parent | 3cf7c3ef441822c889356fd1812ebf2944a59851 (diff) |
gentoo resync : 02.09.2020
Diffstat (limited to 'mate-base/mate')
-rw-r--r-- | mate-base/mate/Manifest | 1 | ||||
-rw-r--r-- | mate-base/mate/mate-1.22.ebuild | 84 |
2 files changed, 0 insertions, 85 deletions
diff --git a/mate-base/mate/Manifest b/mate-base/mate/Manifest index 3484366f99e2..d93d816ba113 100644 --- a/mate-base/mate/Manifest +++ b/mate-base/mate/Manifest @@ -1,3 +1,2 @@ -EBUILD mate-1.22.ebuild 2490 BLAKE2B abfd4c3d91446a8eaf4a7f197b59142625bca9fc2338e84848b6a77101969be369c6150fb9fca90561c3ee43f68c93be69a0fc15b7492b8c95ff8b3a276b7e07 SHA512 91af130aafd1f15cfef653647e00c64b15523773a6950d49d890cd361f017099a04da277d5e5097b6fb0d57ed62c557c63b7dd646d996dd52e2fb482f8081607 EBUILD mate-1.24.ebuild 2523 BLAKE2B cb971ca3ec9c7ba025c516f023510da6d86c275c3124d064f171c908be72a2d5dd6e227fa52c49716806f85c9e2ad0c96b9154018555d54b00e64e2fe9566a80 SHA512 1615cd5f40652011b431765343f93bcfb1e7abc5814412118013c87a800faf1a7d628d6ab1fbc16d25e5db8c7eab3e69c494a26886997aa857a13f7504df2e11 MISC metadata.xml 1342 BLAKE2B da370118ca35235d9015c6fca17a4766067c1bb5393a68cbb84caa724ef970cb30925c6c5b4eb59fdc5d67eebf6c7031173de7bf868a61108cb5bb7354207d3e SHA512 cd369cf3b32404c16975cdda320043b27898838b2d5c3732bbe2a62f16332eab9f55a2c00e7f8bb1f98cc5cf7d00ec6fe40b74a106b7b72db5f252ec576aff85 diff --git a/mate-base/mate/mate-1.22.ebuild b/mate-base/mate/mate-1.22.ebuild deleted file mode 100644 index 20802025cab1..000000000000 --- a/mate-base/mate/mate-1.22.ebuild +++ /dev/null @@ -1,84 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -if [[ ${PV} == 9999 ]]; then - MATE_BRANCH=9999 - MATE_THEMES_V=9999 -else - inherit eapi7-ver - MATE_BRANCH="$(ver_cut 1-2)" - MATE_THEMES_V=3 - KEYWORDS="amd64 ~arm ~arm64 x86" -fi - -SRC_URI="" -DESCRIPTION="Meta ebuild for MATE, a traditional desktop environment" -HOMEPAGE="https://mate-desktop.org" - -LICENSE="metapackage" - -SLOT="0" -IUSE="+base -bluetooth help +notification +themes +extras" - -S="${WORKDIR}" - -RDEPEND=" - =mate-base/mate-desktop-${MATE_BRANCH}* - =mate-base/mate-menus-${MATE_BRANCH}* - =mate-base/mate-panel-${MATE_BRANCH}* - =mate-base/mate-session-manager-${MATE_BRANCH}* - =mate-base/mate-settings-daemon-${MATE_BRANCH}* - =x11-wm/marco-${MATE_BRANCH}* - base? ( - =mate-base/caja-${MATE_BRANCH}* - =mate-base/mate-applets-meta-${MATE_BRANCH}* - =mate-base/mate-control-center-${MATE_BRANCH}* - =mate-extra/mate-media-${MATE_BRANCH}* - =x11-misc/mozo-${MATE_BRANCH}* - =x11-terms/mate-terminal-${MATE_BRANCH}* - ) - bluetooth? ( net-wireless/blueman ) - themes? ( - =x11-themes/mate-backgrounds-${MATE_BRANCH}* - =x11-themes/mate-icon-theme-${MATE_BRANCH}* - >=x11-themes/mate-themes-meta-${MATE_THEMES_V} - ) - extras? ( - =app-arch/engrampa-${MATE_BRANCH}* - =app-editors/pluma-${MATE_BRANCH}* - =app-text/atril-${MATE_BRANCH}* - =mate-extra/caja-extensions-${MATE_BRANCH}* - =mate-extra/mate-calc-${MATE_BRANCH}* - =mate-extra/mate-netbook-${MATE_BRANCH}* - =mate-extra/mate-power-manager-${MATE_BRANCH}* - =mate-extra/mate-screensaver-${MATE_BRANCH}* - =mate-extra/mate-system-monitor-${MATE_BRANCH}* - =mate-extra/mate-utils-${MATE_BRANCH}* - =media-gfx/eom-${MATE_BRANCH}* - sys-apps/gnome-disk-utility - ) - help? ( - gnome-extra/yelp - =mate-extra/mate-user-guide-${MATE_BRANCH}* - ) -" - -PDEPEND=" - notification? ( =x11-misc/mate-notification-daemon-${MATE_BRANCH}* ) - virtual/notification-daemon:0" - -pkg_postinst() { - elog "For installation, usage and troubleshooting details regarding MATE;" - elog "read more about it at Gentoo Wiki: https://wiki.gentoo.org/wiki/MATE" - elog "" - if ! has_version x11-misc/mate-notification-daemon; then - elog "If you experience any issues with notifications, please try using" - elog "x11-misc/mate-notification-daemon instead your currently installed daemon" - elog "" - fi - elog "Some packages that are not included in this meta-package but may be of interest:" - elog " mate-extra/caja-dropbox" - elog " mate-extra/mate-user-share" -} |