diff options
author | haarp <main.haarp@gmail.com> | 2021-06-11 15:17:25 +0200 |
---|---|---|
committer | haarp <main.haarp@gmail.com> | 2021-06-11 15:17:25 +0200 |
commit | b9e9ff7ac43ce4c5b9c7495aae8b2f0757ae563e (patch) | |
tree | 51243ec7ae49f2a6a9618d930dd9dc27fa3efe53 /app-editors | |
parent | Remove outdated xapps (diff) | |
download | haarp-b9e9ff7ac43ce4c5b9c7495aae8b2f0757ae563e.tar.gz haarp-b9e9ff7ac43ce4c5b9c7495aae8b2f0757ae563e.tar.bz2 haarp-b9e9ff7ac43ce4c5b9c7495aae8b2f0757ae563e.zip |
Updated xed to 3.0.0
Signed-off-by: haarp <main.haarp@gmail.com>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/xed/Manifest | 4 | ||||
-rw-r--r-- | app-editors/xed/xed-3.0.0.ebuild (renamed from app-editors/xed/xed-2.8.4.ebuild) | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/app-editors/xed/Manifest b/app-editors/xed/Manifest index 4f70d83..1ca82a3 100644 --- a/app-editors/xed/Manifest +++ b/app-editors/xed/Manifest @@ -1,2 +1,2 @@ -DIST xed-2.8.4.tar.gz 4880543 BLAKE2B 90c91e4c4fda8d5121a95e51e6fa65399b69f8996a8dfa4dc6a1c16b80b471f6db1a246506b487e744984fb267762517994a19c928c3cb4fbf1e0a7126fa46fb SHA512 a00cde25abb09e8ab07d99c8e6dc752f196f73bd1141a4178863be62e4e0ca05c82091a3e1445d0bdb05a3d8ebe699d0d4f98530c01ab38515a5dac3733d6626 -EBUILD xed-2.8.4.ebuild 2078 BLAKE2B c53103b34275bf0f48993add98ee9e1d27110cb1385e104325f36aba46bb81e50bee4f23bbed411ea1ed3a377543ad29c54c536347d44f0656f056fc277cd1fe SHA512 274bd243eae10929b92361f78ad42f13165ca566cd5501da881f12261f5709d9be232f4c802757929239d085285bd7f18c732082dc58fa48fcc4747edc311c9b +DIST xed-3.0.0.tar.gz 4880883 BLAKE2B efdc6a73a94cdade963df8a6c04977af5872722cbf122e12c9727f2895a4b931a77c9bca2d13a59ddb607a5117206fb182cac95694974b732aa66d6344199a6c SHA512 228d589e7b4682bdc54ff1b1e5df45f38fe2b659d645c617052bf77bfc7f91b08acc00c6423869386b112699bc6a10c163557f799dd750775c44e9f6cf3fdec6 +EBUILD xed-3.0.0.ebuild 2076 BLAKE2B 75ad85e24687fe1ba526ea2dfcec6f6bd84e1ffe3d4e9d8063487da361301afda134493fb1a80405f7c6060529804e8ff2ef578dd8d38c6e734b2c25e2cea084 SHA512 eac80758561ff8626a5bd37675d7d4bcc8653e3315148c6d2317df1debdfecb12f3cf590f6b130ad322080bc83e90d237e246706dd55137ab9d91f52357bbf64 diff --git a/app-editors/xed/xed-2.8.4.ebuild b/app-editors/xed/xed-3.0.0.ebuild index c33ba49..9ab974b 100644 --- a/app-editors/xed/xed-2.8.4.ebuild +++ b/app-editors/xed/xed-3.0.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI="7" GNOME2_LA_PUNT="yes" # plugins are dlopened -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{8,9} ) inherit eutils gnome2 meson multilib python-single-r1 |