Skip to content

Commit

Permalink
remove deprecated apt, pacman and dnf blocks
Browse files Browse the repository at this point in the history
In #1988 these blocks were replaced by the packages block. They are
deprecated since v0.33 (2024-02-19).
  • Loading branch information
MaxVerevkin authored and bim9262 committed Jan 5, 2025
1 parent 4dd8ae4 commit ebcca56
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 569 deletions.
15 changes: 0 additions & 15 deletions src/blocks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,6 @@ macro_rules! define_blocks {

define_blocks!(
amd_gpu,
#[deprecated(
since = "0.33.0",
note = "The block has been deprecated in favor of the the packages block"
)]
apt,
backlight,
battery,
bluetooth,
Expand All @@ -157,11 +152,6 @@ define_blocks!(
custom,
custom_dbus,
disk_space,
#[deprecated(
since = "0.33.0",
note = "The block has been deprecated in favor of the the packages block"
)]
dnf,
docker,
external_ip,
focused_window,
Expand All @@ -180,11 +170,6 @@ define_blocks!(
notmuch,
nvidia_gpu,
packages,
#[deprecated(
since = "0.33.0",
note = "The block has been deprecated in favor of the the packages block"
)]
pacman,
pomodoro,
privacy,
rofication,
Expand Down
146 changes: 0 additions & 146 deletions src/blocks/apt.rs

This file was deleted.

127 changes: 0 additions & 127 deletions src/blocks/dnf.rs

This file was deleted.

Loading

0 comments on commit ebcca56

Please sign in to comment.